Skip to content

Commit

Permalink
Merge pull request #86 from curvenote/add/egu
Browse files Browse the repository at this point in the history
➕  `egu` copernicus first cut
  • Loading branch information
stevejpurves authored Aug 12, 2022
2 parents 2db06ab + fc28949 commit aabc024
Show file tree
Hide file tree
Showing 11 changed files with 8,744 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "The repository is located at ${{ github.workspace }}"
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
service_account_key: ${{ secrets.GCP_SA_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "The repository is located at ${{ github.workspace }}"
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ secrets.PROD_GCP_PROJECT_ID }}
service_account_key: ${{ secrets.PROD_GCP_SA_KEY }}
Expand Down
22 changes: 22 additions & 0 deletions latex/egu_copernicus/README_copernicus_package_6_8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
File: README_copernicus_package_6_8.txt
-------------------------------------------------------------------------
This is a README file for the Copernicus Publications LaTeX Macro Package
copernicus_package.zip in the version 6.8, 28 March 2022
-------------------------------------------------------------------------
It consists of several files, each with its separate copyright.
This specific archive is collected for journals published by
Copernicus Publications (Copernicus GmbH).

Copyright (C) 2022 Copernicus GmbH

E-mail: [email protected]
URL: https://publications.copernicus.org



Content:
- copernicus.cls: The LaTeX2e class file designed for Copernicus Publications journals. Current Version 9.46, 25 March 2022
- copernicus.cfg: The configuration file containing journal-specific information used by the class file. Last update 18 January 2022
- copernicus.bst: The bibliographic style file for BibTeX. Current Version 1.4, March 2022
- pdfscreencop.sty / pdfscreen.sty
- template.tex: A LaTeX template in journal style.
Loading

0 comments on commit aabc024

Please sign in to comment.