This is a Cookiecutter template for creating Overleaf LaTex paper repositories using Billinge group standards.
- Auto-generates the repository name, paper title, and one author name.
- Uses the IUCR LaTeX template (
iucr.bst
,iucrit.bst
,iucrjournals.cls
,fig1.png
). - Includes dynamically generated files
cmds-general.tex
,cmds-programs.tex
, andpackages.tex
from https://github.com/Billingegroup/latex-headers. - Includes empty .bib files:
bg-pdf-standards.bib
,billinge-group-bib.bib
,hand-coded.bib
, andrepo_name.bib
.
-
cd to the directory that contains this folder. Install Cookiecutter, run the template, and follow the prompts:
cookiecutter cookiecutter-overleaf
-
Push to GitHub:
git remote add origin git@github.com:yourusername/repo_name.git git push -u origin main