Skip to content
Discussion options

You must be logged in to vote

My manual approach did not work very well, apparently some of the results of perl -0777 -ne 'while(m/usepackage{(.+?)}/g){print "$1\n";}' *.tex | tr "," "\n" weren't really latex packages and other necessary packages were missing. I'm now using the following approach instead:

# create a directory with an arbitrary name and `cd` into this directory
mkdir elsevier; cd elsevier              
# run the command following command to install the desired template                                 
quarto use template quarto-journals/elsevier --no-prompt
# render the template qmd file, which has the same name as the parent folder
quarto render elsevier.qmd
# cd out of the directory and remove the cr…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@dragonstyle
Comment options

Answer selected by ratnanil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants