Skip to content

Commit aabc024

Browse files
authored
Merge pull request #86 from curvenote/add/egu
➕ `egu` copernicus first cut
2 parents 2db06ab + fc28949 commit aabc024

File tree

11 files changed

+8744
-2
lines changed

11 files changed

+8744
-2
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
2121
- run: echo "The repository is located at ${{ github.workspace }}"
2222
- name: Set up Cloud SDK
23-
uses: google-github-actions/setup-gcloud@master
23+
uses: google-github-actions/setup-gcloud@v0
2424
with:
2525
project_id: ${{ secrets.GCP_PROJECT_ID }}
2626
service_account_key: ${{ secrets.GCP_SA_KEY }}

.github/workflows/prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
1616
- run: echo "The repository is located at ${{ github.workspace }}"
1717
- name: Set up Cloud SDK
18-
uses: google-github-actions/setup-gcloud@master
18+
uses: google-github-actions/setup-gcloud@v0
1919
with:
2020
project_id: ${{ secrets.PROD_GCP_PROJECT_ID }}
2121
service_account_key: ${{ secrets.PROD_GCP_SA_KEY }}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
File: README_copernicus_package_6_8.txt
2+
-------------------------------------------------------------------------
3+
This is a README file for the Copernicus Publications LaTeX Macro Package
4+
copernicus_package.zip in the version 6.8, 28 March 2022
5+
-------------------------------------------------------------------------
6+
It consists of several files, each with its separate copyright.
7+
This specific archive is collected for journals published by
8+
Copernicus Publications (Copernicus GmbH).
9+
10+
Copyright (C) 2022 Copernicus GmbH
11+
12+
13+
URL: https://publications.copernicus.org
14+
15+
16+
17+
Content:
18+
- copernicus.cls: The LaTeX2e class file designed for Copernicus Publications journals. Current Version 9.46, 25 March 2022
19+
- copernicus.cfg: The configuration file containing journal-specific information used by the class file. Last update 18 January 2022
20+
- copernicus.bst: The bibliographic style file for BibTeX. Current Version 1.4, March 2022
21+
- pdfscreencop.sty / pdfscreen.sty
22+
- template.tex: A LaTeX template in journal style.

0 commit comments

Comments
 (0)