From: Don Armstrong Date: Wed, 22 Mar 2017 01:48:04 +0000 (-0700) Subject: add missing DPPE acronym X-Git-Url: https://git.donarmstrong.com/?p=ool%2Flipid_simulation_formalism.git;a=commitdiff_plain add missing DPPE acronym --- diff --git a/Makefile b/Makefile index 3c545c0..912c309 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ R=R $(R) --encoding=utf-8 -e "library('knitr'); knit('$<')" %.pdf: %.tex $(wildcard *.bib) $(wildcard *.tex) - latexmk -pdf -pdflatex='xelatex -interaction=nonstopmode %O %S' -bibtex -use-make $< + latexmk -f -pdf -pdflatex='xelatex -interaction=nonstopmode %O %S' -bibtex -use-make $< clean: latexmk -C diff --git a/acronyms.tex b/acronyms.tex index 3fdbddb..b69287a 100644 --- a/acronyms.tex +++ b/acronyms.tex @@ -16,6 +16,7 @@ \DeclareAcronym{POPS}{short=POPS,long={1-pal\-mi\-toyl-2-ol\-e\-oyl-\textit{sn}-gly\-cer\-o-3-[Phos\-pho-L-Ser\-ine]}} \DeclareAcronym{POPE}{short=POPE,long={1-pal\-mi\-toyl-2-ol\-e\-oyl-\textit{sn}-gly\-cer\-o-3-phos\-pho\-eth\-an\-ol\-am\-ine}} \DeclareAcronym{DPPC}{short=DPPC,long={1,2-di\-pal\-mi\-toyl-\textit{sn}-gly\-cer\-o-3-phos\-pho\-chol\-ine}} +\DeclareAcronym{DPPE}{short=DPPE,long={1,2-di\-pal\-mi\-toyl-\textit{sn}-gly\-cer\-o-3-phos\-pho\-eth\-an\-ol\-am\-ine}} \DeclareAcronym{DPPS}{short=DPPS,long={1,2-di\-pal\-mi\-toyl-\textit{sn}-gly\-cer\-o-3-[Phos\-pho-L-Ser\-ine]}} \DeclareAcronym{DOPS}{short=DOPS,long={1,2-di\-ol\-e\-oyl-\textit{sn}-gly\-cer\-o-3-[Phos\-pho-L-Ser\-ine]}} \DeclareAcronym{DOPC}{short=DOPC,long={1,2-di\-ol\-e\-oyl-\textit{sn}-gly\-cer\-o-3-phos\-pho\-chol\-ine}}