From 50bd09806c782bd4b2e34d3e371188fddec9165e Mon Sep 17 00:00:00 2001 From: Stephan Lachnit Date: Tue, 23 Jun 2020 20:32:58 +0200 Subject: [PATCH] Fix typo (#3) Co-authored-by: Justin Shenk --- examples/template-multibib.tex | 2 +- examples/template.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/template-multibib.tex b/examples/template-multibib.tex index a0e7207..67dbad7 100644 --- a/examples/template-multibib.tex +++ b/examples/template-multibib.tex @@ -42,7 +42,7 @@ \photo[64pt][0.4pt]{picture} % optional, remove / comment the line if not wanted; '64pt' is the height the picture must be resized to, 0.4pt is the thickness of the frame around it (put it to 0pt for no frame) and 'picture' is the name of the picture file \quote{Some quote} % optional, remove / comment the line if not wanted -% bibliography adjustements (only useful if you make citations in your resume, or print a list of publications using BibTeX) +% bibliography adjustments (only useful if you make citations in your resume, or print a list of publications using BibTeX) % to show numerical labels in the bibliography (default is to show no labels) %\makeatletter\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}\makeatother \renewcommand*{\bibliographyitemlabel}{[\arabic{enumiv}]} diff --git a/examples/template.tex b/examples/template.tex index 9d3cab4..91d1ade 100644 --- a/examples/template.tex +++ b/examples/template.tex @@ -42,7 +42,7 @@ \photo[64pt][0.4pt]{picture} % optional, remove / comment the line if not wanted; '64pt' is the height the picture must be resized to, 0.4pt is the thickness of the frame around it (put it to 0pt for no frame) and 'picture' is the name of the picture file \quote{Some quote} % optional, remove / comment the line if not wanted -% bibliography adjustements (only useful if you make citations in your resume, or print a list of publications using BibTeX) +% bibliography adjustments (only useful if you make citations in your resume, or print a list of publications using BibTeX) % to show numerical labels in the bibliography (default is to show no labels) %\makeatletter\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}\makeatother \renewcommand*{\bibliographyitemlabel}{[\arabic{enumiv}]}