]> hydra-www.ietfng.org Git - mcv-academic/commitdiff
Fix error with the cvmisc
authoradin <adin@ic.unicamp.br>
Wed, 31 Aug 2016 13:52:18 +0000 (10:52 -0300)
committeradin <adin@ic.unicamp.br>
Wed, 31 Aug 2016 13:52:18 +0000 (10:52 -0300)
example/Makefile
example/cvdata.bib
example/example.tex

index 66fcc43e69c549ed9522426493338f06a8560cef..60ca9ecd4278d119f8257a2d7dbd4ba6e0dc07e0 100644 (file)
@@ -16,10 +16,9 @@ all: $(LANGS)
 $(LANGS): clean        
        # compile the language
        $(eval INPUT="\def\defaultlang{\selectshortlanguage{$@}\details$(DETAILS)}\input{$(SOURCE)}")
-       pdflatex -interaction=nonstopmode $(INPUT) -jobname=$(NAME) || true
        pdflatex -interaction=nonstopmode $(INPUT) -jobname=$(NAME) 
        biber $(NAME)
-       pdflatex -interaction=nonstopmode $(INPUT) -jobname=$(NAME) || true
+       pdflatex -interaction=nonstopmode $(INPUT) -jobname=$(NAME)
        pdflatex -interaction=nonstopmode $(INPUT) -jobname=$(NAME) 
        # if it finishes move the file to the correct name
        mv $(NAME).pdf $(NAME)-$@.pdf
index 82ab4073298337d3454fcbf67519e4bce4e039d6..7f3a141746bb41a80fa324370263cbbbe17286d7 100755 (executable)
   title-en={TT Member},
   title-es={Miembro TT},
   date={1920/},
-  keywords = {membership}
+  keywords = {mem}
 }
+
index 694e33d7d84fa1a364754ba33dc5d0ddba3d3504..1a6e0c46bbcc85d9a9b35273de27f501e8bb770b 100755 (executable)
 \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]
+\printcvmiscs[heading=subbibliography, title={\memberships}, keyword=mem]
 
 \end{document}