From d5292d2b9ece6b7227e10e43006be8d276baf21b Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 21 Mar 2017 18:48:04 -0700 Subject: [PATCH] add missing DPPE acronym --- Makefile | 2 +- acronyms.tex | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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}} -- 2.39.2