author: icanccwhite
output:
html_document: default
date: "18/Mar./2025"
This is a latex template I had modified for my paper publication:
sample.bib BibTex
jabbrv.sty About Automatic Journal Title Abbreviation Package for LaTeX
wlscirep.cls This included in "Template for submissions to Scientific Reports (Nature Publishing Group)" was downloaded from Overleaf.
other files pls check Overleaf "Templates" or DIY
The functions I have added in the template:
Table format
Figure layout format
Watermarker
ORCID
Linenumbers
Optional: page layout with red frame
...
The suggested cmds (double check) for running above latex scripts:
latexmk -C
bibtex main
pdflatex main
bibtex main
pdflatex main
latexmk -f -pdf main.tex