From: adin Date: Wed, 31 Aug 2016 13:37:27 +0000 (-0300) Subject: Add fixme reminder X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=e43715da11e7b8399bf78388baa87b53b38abd11;p=mcv-academic Add fixme reminder --- 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}