From e43715da11e7b8399bf78388baa87b53b38abd11 Mon Sep 17 00:00:00 2001 From: adin Date: Wed, 31 Aug 2016 10:37:27 -0300 Subject: [PATCH] Add fixme reminder --- example/example.tex | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/example/example.tex b/example/example.tex index c5e99f1..694e33d 100755 --- a/example/example.tex +++ b/example/example.tex @@ -71,8 +71,14 @@ % content %---------------------------------------------------------------------------------- \begin{document} -%\selectlanguage{spanish} -\selectlanguage{english} +% I use this for automatic creation of the cv +\ifdef{\defaultopts}% +% default options passed outside of the cv, generally through the Makefile +{\defaultops}{% + % options by hand + % \selectlanguage{spanish} + \selectshortlanguage{es} +} % Print the header \makecvtitle @@ -103,6 +109,7 @@ \printbibliography[type=article, heading=subbibliography,title={\journals}, resetnumbers=true] \section{\appointments} +% fixme: check why this entry generates weird error \printcvmiscs[heading=subbibliography, title={\memberships}, keyword=membership] \end{document} -- 2.50.1