myst-templates / templates

List of all MyST Markdown community templates.
https://api.mystmd.org/templates
3 stars 1 forks source link

EGU Copernicus #4

Open stevejpurves opened 2 years ago

stevejpurves commented 2 years ago

Technical instructions for LaTeX Please download the Copernicus Publications LaTeX Package, version 6.8, 28 March 2022 to prepare your manuscript. The package contains the LaTeX2e class file, the configuration file, all needed style files, as well as a template serving as the framework for your manuscript.

Authors are kindly requested to make use of the template.tex file embedded in the LaTeX Package since most of the definitions for the structure of manuscript elements are described there. Since we convert all typeset TeX files into XML, the expressions and markups have to be highly standardized. Therefore, please keep the following in mind:

Please provide only one figure file for figures with several panels, and please do not use \subfloat or similar commands. Please use only commands in which words, numbers, etc. are within braces (e.g. \textrm{TEXT} instead of {\rm TEXT}). For algorithms, please use the syntax given in template.tex. Your algorithm will be included as structured text in the .pdf file as well as in the full-text .html file of the final paper. If the usage of the algorithm and algorithmics packages according to the template.tex is not possible, you can provide your algorithm as a figure. For listings, you may use your own packages to include it in your .tex file. As of now, we will crop the listing from your paper .pdf file and include it as figure. We are currently working on a text-based representation of listings in .pdf and .html files. Any source code excerpts included in the paper should be typeset using the verbatim environment or \texttt. Please do not define new commands. The most commonly used packages (\usepackage{}) are integrated in the copernicus.cls. Some other packages often used by the community are defined in template.tex. Please do not insert additional ones in your *.tex file. Spaces in labels (\label{}) are not allowed; please make sure that no label name is assigned more than once. Please do not use \paragraph{}; only \subsubsection{} is allowed. It is not possible to add tables in colour. If you are familiar with BibTeX, you can use copernicus.bst from the package. It will sort your bibliography entries alphabetically and produce the proper layout of the reference list.

sarahgarre commented 2 years ago

Hi there, what is the status of the EGU copernicus templates?

stevejpurves commented 2 years ago

I have it partly complete @sarahgarre (https://github.com/curvenote/templates/pull/86) - I can get this out in the next 2 days if that works?

sarahgarre commented 2 years ago

sounds good. then I do the revision of the paper in curvenote.


From: Steve Purves @.> Sent: 09 August 2022 11:13 To: curvenote/templates @.> Cc: Sarah Garré @.>; Mention @.> Subject: Re: [curvenote/templates] EGU Copernicus (Issue curvenote/templates1#4)

I have it partly complete @sarahgarrehttps://github.com/sarahgarre (#86https://github.com/curvenote/templates/pull/86) - I can get this out in the next 2 days if that works?

— Reply to this email directly, view it on GitHubhttps://github.com/curvenote/templates1/issues/4, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAN5BQTIRMAAGPA2IKOWQSTVYIOKPANCNFSM5USPIMQA. You are receiving this because you were mentioned.Message ID: @.***>

stevejpurves commented 2 years ago

It looks like the EGU class template will only build using the pdflatex build system as it contains pdflatex specific syntax.

Curvenote currently uses xelatex for builds, so we will not be able to build PDFs with this via the platform until it can be upgraded to use a pdflatex build step. In the meantime, we can still build a LaTeX output using the template, which would then have to be build manually.

@sarahgarre would a tex output and manual build fit your needs right now? happy to perform the final build step manually for you

sarahgarre commented 2 years ago

Hi Steve, yes I think I can manage that.


From: Steve Purves @.> Sent: 10 August 2022 12:59 To: curvenote/templates @.> Cc: Sarah Garré @.>; Mention @.> Subject: Re: [curvenote/templates] EGU Copernicus (Issue curvenote/templates1#4)

It looks like the EGU class template will only build using the pdflatex build system as it contains pdflatex specific syntax.

Curvenote currently uses xelatex for builds, so we will not be able to build PDFs with this via the platform until it can be upgraded to use a pdflatex build step. In the meantime, we can still build a LaTeX output using the template, which would then have to be build manually.

@sarahgarrehttps://github.com/sarahgarre would a tex output and manual build fit your needs right now? happy to perform the final build step manually for you

— Reply to this email directly, view it on GitHubhttps://github.com/curvenote/templates1/issues/4, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAN5BQVYHNDECYYI4QH6K5DVYODRXANCNFSM5USPIMQA. You are receiving this because you were mentioned.Message ID: @.***>

stevejpurves commented 2 years ago

Reopened as for PDF to work for this template we need to complete and deploy https://github.com/curvenote/curvenote/issues/307

However, @sarahgarre the EGU Copernicus template is now available in Curvenote, but only LaTeX builds will succeed

rowanc1 commented 1 year ago

This work has been moved to https://github.com/myst-templates/egu_copernicus, we should be updating the PDF builds in the next few weeks!