Closed Karut closed 6 years ago
Hi, thanks for the heads-up. Can you confirm that this is indeed related to papaja
? Do citations work as expected in a regular pdf_document
?
Yes, they do work here with the same .bib-file with a .rmarkdown to pdf file:
---
title: "Untitled"
author: "XY"
date: "6 August 2018"
output: pdf_document
citation_package: biblatex
bibliography : "zotero_export.bib"
---
But not on a fresh rmarkdown file with the apa template. In addition to the citations not found I get this:
! Use of \@pr@videpackage doesn't match its definition.
\new@ifnextchar ...served@d = #1\def \reserved@a {
#2}\def \reserved@b {#3}\f...
l.54 \newcommand
\LastLTentrywidth{1em}
Edit: Output to Word works, but again no citations.
Okay, thanks. Are you using the development version (devtools::install_github("crsh/papaja@devel")
)?
Oh, and one more question: Does this come up when you try to have biblatex
take care of the citations? In your example above, I'd think that you would have to specify citation_package
as part of the pdf_document
list in the YAML front matter (see here).
Okay, thanks. Are you using the development version (devtools::install_github("crsh/papaja@devel"))?
I am getting this generic error. Do I have to uninstall the old version?
Downloading GitHub repo crsh/papaja@devel
from URL https://api.github.com/repos/crsh/papaja/zipball/devel
Installation failed: error in running command
In your example above, I'd think that you would have to specify citation_package as part of the >pdf_document
Isn't it though with _citationpackage: biblatex see post 3? I mean it works there so it must be specified correctly?
I am getting this generic error. Do I have to uninstall the old version?
Relevant issue, problem solved.
I am now on the developer version, but still no citations. Plus this: ! LaTeX Error: Missing \begin{document}.
Isn't it though with citation_package: biblatex see post 3? I mean it works there so it must be specified correctly?
If you follow the link in my previous post, you'll see that you need to specify the citation package as follows:
output:
papaja::apa6_pdf:
citation_package: biblatex
Even with the incorrect specification you are getting citations but they are created by pandoc-citeproc
rather than biblatex
.
I am now on the developer version, but still no citations. Plus this: ! LaTeX Error: Missing \begin{document}.
Could you provide a minimal working example (a R Markdown and BibTeX file) that I can use to diagnose the problem?
If you follow the link in my previous post, you'll see that you need to specify the citation package as follows
I thought you were talking about a simple R markdown to pdf file i.e. _output: pdfdocument where I could successful insert citations (as opposed to an apa6_pdf template). Sorry, if I misunderstood you.
Could you provide a minimal working example (a R Markdown and BibTeX file) that I can use to diagnose the problem?
Simple executing the untouched papaja example template gives me this error:
This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016/TeX Live for SUSE Linux) (preloaded format=pdflatex 2018.6.22) 7 AUG 2018 14:48 entering extended mode restricted \write18 enabled. %&-line parsing enabled. **test2.tex (./test2.tex LaTeX2e <2016/03/31> Babel <3.9r> and hyphenation patterns for 51 language(s) loaded. (/usr/share/texmf/tex/latex/apa6/apa6.cls Document Class: apa6 2014/11/20 v2.14 APA formatting (6th edition) Class apa6 Info: Using default mode (jou) on input line 147. (/usr/share/texmf/tex/latex/base/article.cls Document Class: article 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texmf/tex/latex/base/size10.clo File: size10.clo 2014/09/29 v1.4h Standard LaTeX file (size option) ) \c@part=\count79 \c@section=\count80 \c@subsection=\count81 \c@subsubsection=\count82 \c@paragraph=\count83 \c@subparagraph=\count84 \c@figure=\count85 \c@table=\count86 \abovecaptionskip=\skip41 \belowcaptionskip=\skip42 \bibindent=\dimen102 ) (/usr/share/texmf/tex/latex/etoolbox/etoolbox.sty Package: etoolbox 2015/08/02 v2.2a e-TeX tools for LaTeX (JAW) \etb@tempcnta=\count87 ) Class apa6 Info: No bibliography package was specified; defaulting to (but not loading) Biblatex on input line 213. (/usr/share/texmf/tex/latex/lm/lmodern.sty Package: lmodern 2009/10/30 v1.6 Latin Modern Fonts LaTeX Font Info: Overwriting symbol font
operators' in version normal' (Font) OT1/cmr/m/n --> OT1/lmr/m/n on input line 22. LaTeX Font Info: Overwriting symbol font
letters' in version normal' (Font) OML/cmm/m/it --> OML/lmm/m/it on input line 23. LaTeX Font Info: Overwriting symbol font
symbols' in version normal' (Font) OMS/cmsy/m/n --> OMS/lmsy/m/n on input line 24. LaTeX Font Info: Overwriting symbol font
largesymbols' in version normal' (Font) OMX/cmex/m/n --> OMX/lmex/m/n on input line 25. LaTeX Font Info: Overwriting symbol font
operators' in version bold' (Font) OT1/cmr/bx/n --> OT1/lmr/bx/n on input line 26. LaTeX Font Info: Overwriting symbol font
letters' in version bold' (Font) OML/cmm/b/it --> OML/lmm/b/it on input line 27. LaTeX Font Info: Overwriting symbol font
symbols' in version bold' (Font) OMS/cmsy/b/n --> OMS/lmsy/b/n on input line 28. LaTeX Font Info: Overwriting symbol font
largesymbols' in version bold' (Font) OMX/cmex/m/n --> OMX/lmex/m/n on input line 29. LaTeX Font Info: Overwriting math alphabet
\mathbf' in version normal' (Font) OT1/cmr/bx/n --> OT1/lmr/bx/n on input line 31. LaTeX Font Info: Overwriting math alphabet
\mathsf' in version normal' (Font) OT1/cmss/m/n --> OT1/lmss/m/n on input line 32. LaTeX Font Info: Overwriting math alphabet
\mathit' in version normal' (Font) OT1/cmr/m/it --> OT1/lmr/m/it on input line 33. LaTeX Font Info: Overwriting math alphabet
\mathtt' in version normal' (Font) OT1/cmtt/m/n --> OT1/lmtt/m/n on input line 34. LaTeX Font Info: Overwriting math alphabet
\mathbf' in version bold' (Font) OT1/cmr/bx/n --> OT1/lmr/bx/n on input line 35. LaTeX Font Info: Overwriting math alphabet
\mathsf' in version bold' (Font) OT1/cmss/bx/n --> OT1/lmss/bx/n on input line 36. LaTeX Font Info: Overwriting math alphabet
\mathit' in version bold' (Font) OT1/cmr/bx/it --> OT1/lmr/bx/it on input line 37. LaTeX Font Info: Overwriting math alphabet
\mathtt' in version bold' (Font) OT1/cmtt/m/n --> OT1/lmtt/m/n on input line 38. ) (/usr/share/texmf/tex/latex/base/fontenc.sty Package: fontenc 2005/09/27 v1.99g Standard LaTeX package (/usr/share/texmf/tex/latex/base/t1enc.def File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file LaTeX Font Info: Redeclaring font encoding T1 on input line 48. )) (/usr/share/texmf/tex/latex/txfonts/txfonts.sty Package: txfonts 2008/01/22 v3.2.1 LaTeX Font Info: Redeclaring symbol font
operators' on input line 21.
LaTeX Font Info: Overwriting symbol font operators' in version
normal'
(Font) OT1/lmr/m/n --> OT1/txr/m/n on input line 21.
LaTeX Font Info: Overwriting symbol font operators' in version
bold'
(Font) OT1/lmr/bx/n --> OT1/txr/m/n on input line 21.
LaTeX Font Info: Overwriting symbol font operators' in version
bold'
(Font) OT1/txr/m/n --> OT1/txr/bx/n on input line 22.
\symitalic=\mathgroup4
LaTeX Font Info: Overwriting symbol font italic' in version
bold'
(Font) OT1/txr/m/it --> OT1/txr/bx/it on input line 26.
LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 29.
LaTeX Font Info: Overwriting math alphabet \mathbf' in version
normal'
(Font) OT1/lmr/bx/n --> OT1/txr/bx/n on input line 29.
LaTeX Font Info: Overwriting math alphabet \mathbf' in version
bold'
(Font) OT1/lmr/bx/n --> OT1/txr/bx/n on input line 29.
LaTeX Font Info: Redeclaring math alphabet \mathit on input line 30.
LaTeX Font Info: Overwriting math alphabet \mathit' in version
normal'
(Font) OT1/lmr/m/it --> OT1/txr/m/it on input line 30.
LaTeX Font Info: Overwriting math alphabet \mathit' in version
bold'
(Font) OT1/lmr/bx/it --> OT1/txr/m/it on input line 30.
LaTeX Font Info: Overwriting math alphabet \mathit' in version
bold'
(Font) OT1/txr/m/it --> OT1/txr/bx/it on input line 31.
LaTeX Font Info: Redeclaring math alphabet \mathsf on input line 40.
LaTeX Font Info: Overwriting math alphabet \mathsf' in version
normal'
(Font) OT1/lmss/m/n --> OT1/txss/m/n on input line 40.
LaTeX Font Info: Overwriting math alphabet \mathsf' in version
bold'
(Font) OT1/lmss/bx/n --> OT1/txss/m/n on input line 40.
LaTeX Font Info: Overwriting math alphabet \mathsf' in version
bold'
(Font) OT1/txss/m/n --> OT1/txss/b/n on input line 41.
LaTeX Font Info: Redeclaring math alphabet \mathtt on input line 50.
LaTeX Font Info: Overwriting math alphabet \mathtt' in version
normal'
(Font) OT1/lmtt/m/n --> OT1/txtt/m/n on input line 50.
LaTeX Font Info: Overwriting math alphabet \mathtt' in version
bold'
(Font) OT1/lmtt/m/n --> OT1/txtt/m/n on input line 50.
LaTeX Font Info: Overwriting math alphabet \mathtt' in version
bold'
(Font) OT1/txtt/m/n --> OT1/txtt/b/n on input line 51.
LaTeX Font Info: Redeclaring symbol font letters' on input line 58. LaTeX Font Info: Overwriting symbol font
letters' in version normal' (Font) OML/lmm/m/it --> OML/txmi/m/it on input line 58. LaTeX Font Info: Overwriting symbol font
letters' in version bold' (Font) OML/lmm/b/it --> OML/txmi/m/it on input line 58. LaTeX Font Info: Overwriting symbol font
letters' in version bold' (Font) OML/txmi/m/it --> OML/txmi/bx/it on input line 59. \symlettersA=\mathgroup5 LaTeX Font Info: Overwriting symbol font
lettersA' in version bold' (Font) U/txmia/m/it --> U/txmia/bx/it on input line 67. LaTeX Font Info: Redeclaring symbol font
symbols' on input line 77.
LaTeX Font Info: Overwriting symbol font symbols' in version
normal'
(Font) OMS/lmsy/m/n --> OMS/txsy/m/n on input line 77.
LaTeX Font Info: Overwriting symbol font symbols' in version
bold'
(Font) OMS/lmsy/b/n --> OMS/txsy/m/n on input line 77.
LaTeX Font Info: Overwriting symbol font symbols' in version
bold'
(Font) OMS/txsy/m/n --> OMS/txsy/bx/n on input line 78.
\symAMSa=\mathgroup6
LaTeX Font Info: Overwriting symbol font AMSa' in version
bold'
(Font) U/txsya/m/n --> U/txsya/bx/n on input line 94.
\symAMSb=\mathgroup7
LaTeX Font Info: Overwriting symbol font AMSb' in version
bold'
(Font) U/txsyb/m/n --> U/txsyb/bx/n on input line 103.
\symsymbolsC=\mathgroup8
LaTeX Font Info: Overwriting symbol font symbolsC' in version
bold'
(Font) U/txsyc/m/n --> U/txsyc/bx/n on input line 113.
LaTeX Font Info: Redeclaring symbol font largesymbols' on input line 120. LaTeX Font Info: Overwriting symbol font
largesymbols' in version normal' (Font) OMX/lmex/m/n --> OMX/txex/m/n on input line 120. LaTeX Font Info: Overwriting symbol font
largesymbols' in version bold' (Font) OMX/lmex/m/n --> OMX/txex/m/n on input line 120. LaTeX Font Info: Overwriting symbol font
largesymbols' in version bold' (Font) OMX/txex/m/n --> OMX/txex/bx/n on input line 121. \symlargesymbolsA=\mathgroup9 LaTeX Font Info: Overwriting symbol font
largesymbolsA' in version bold' (Font) U/txexa/m/n --> U/txexa/bx/n on input line 129. LaTeX Info: Redefining \not on input line 1043. ) apa6.cls: Using txfonts (/usr/share/texmf/tex/latex/geometry/geometry.sty Package: geometry 2010/09/12 v5.6 Page Geometry (/usr/share/texmf/tex/latex/graphics/keyval.sty Package: keyval 2014/10/28 v1.15 key=value parser (DPC) \KV@toks@=\toks14 ) (/usr/share/texmf/tex/generic/oberdiek/ifpdf.sty Package: ifpdf 2016/05/14 v3.1 Provides the ifpdf switch ) (/usr/share/texmf/tex/generic/oberdiek/ifvtex.sty Package: ifvtex 2016/05/16 v1.6 Detect VTeX and its facilities (HO) Package ifvtex Info: VTeX not detected. ) (/usr/share/texmf/tex/generic/ifxetex/ifxetex.sty Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional ) \Gm@cnth=\count88 \Gm@cntv=\count89 \c@Gm@tempcnt=\count90 \Gm@bindingoffset=\dimen103 \Gm@wd@mp=\dimen104 \Gm@odd@mp=\dimen105 \Gm@even@mp=\dimen106 \Gm@layoutwidth=\dimen107 \Gm@layoutheight=\dimen108 \Gm@layouthoffset=\dimen109 \Gm@layoutvoffset=\dimen110 \Gm@dimlist=\toks15 ) (/usr/share/texmf/tex/latex/graphics/graphicx.sty Package: graphicx 2014/10/28 v1.0g Enhanced LaTeX Graphics (DPC,SPQR) (/usr/share/texmf/tex/latex/graphics/graphics.sty Package: graphics 2016/05/09 v1.0r Standard LaTeX Graphics (DPC,SPQR) (/usr/share/texmf/tex/latex/graphics/trig.sty Package: trig 2016/01/03 v1.10 sin cos tan (DPC) ) (/usr/share/texmf/tex/latex/graphics-cfg/graphics.cfg File: graphics.cfg 2016/01/02 v1.10 sample graphics configuration ) Package graphics Info: Driver file: pdftex.def on input line 96. (/usr/share/texmf/tex/latex/pdftex-def/pdftex.def File: pdftex.def 2011/05/27 v0.06d Graphics/color for pdfTeX (/usr/share/texmf/tex/generic/oberdiek/infwarerr.sty Package: infwarerr 2016/05/16 v1.4 Providing info/warning/error messages (HO) ) (/usr/share/texmf/tex/generic/oberdiek/ltxcmds.sty Package: ltxcmds 2016/05/16 v1.23 LaTeX kernel commands for general use (HO) ) \Gread@gobject=\count91 )) \Gin@req@height=\dimen111 \Gin@req@width=\dimen112 ) (/usr/share/texmf/tex/latex/booktabs/booktabs.sty Package: booktabs 2016/04/27 v1.618033 publication quality tables \heavyrulewidth=\dimen113 \lightrulewidth=\dimen114 \cmidrulewidth=\dimen115 \belowrulesep=\dimen116 \belowbottomsep=\dimen117 \aboverulesep=\dimen118 \abovetopsep=\dimen119 \cmidrulesep=\dimen120 \cmidrulekern=\dimen121 \defaultaddspace=\dimen122 \@cmidla=\count92 \@cmidlb=\count93 \@aboverulesep=\dimen123 \@belowrulesep=\dimen124 \@thisruleclass=\count94 \@lastruleclass=\count95 \@thisrulewidth=\dimen125 ) (/usr/share/texmf/tex/latex/threeparttable/threeparttable.sty Package: threeparttable 2003/06/13 v 3.0 \@tempboxb=\box26 ) \b@level@one@skip=\skip43 \e@level@one@skip=\skip44 \b@level@two@skip=\skip45 \e@level@two@skip=\skip46 \b@level@three@skip=\skip47 \e@level@three@skip=\skip48 \b@level@four@skip=\skip49 \e@level@four@skip=\skip50 \b@level@five@skip=\skip51 \e@level@five@skip=\skip52 (/usr/share/texmf/tex/latex/caption/caption.sty Package: caption 2016/02/21 v3.3-144 Customizing captions (AR) (/usr/share/texmf/tex/latex/caption/caption3.sty Package: caption3 2016/02/04 v1.7-139 caption3 kernel (AR) Package caption3 Info: TeX engine: e-TeX on input line 67. \captionmargin=\dimen126 \captionmargin@=\dimen127 \captionwidth=\dimen128 \caption@tempdima=\dimen129 \caption@indent=\dimen130 \caption@parindent=\dimen131 \caption@hangindent=\dimen132 ) \c@ContinuedFloat=\count96 Package caption Info: threeparttable package is loaded. ) \c@APAenum=\count97 \@text@par@indent=\skip53 \gr@box=\box27 \gr@boxwidth=\skip54 \gr@boxheight=\skip55 (/usr/share/texmf/tex/latex/tools/bm.sty Package: bm 2016/02/27 v1.2a Bold Symbol Support (DPC/FMi) \symboldoperators=\mathgroup10 \symboldletters=\mathgroup11 \symboldsymbols=\mathgroup12 \symboldlargesymbols=\mathgroup13 LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 142. LaTeX Info: Redefining \bm on input line 208. ) \c@appendix=\count98 (/usr/share/texmf/tex/latex/tools/ftnright.sty Package: ftnright 2014/10/28 v1.1f footnote layout package (FMi) \rcol@footinsskip=\skip56 \ftn@amount=\dimen133 ) \auone@box=\box28 \autwo@box=\box29 \autot@box=\box30 \auone@boxwidth=\skip57 \autwo@boxwidth=\skip58 \autot@boxwidth=\skip59 ) (/usr/share/texmf/tex/latex/amsfonts/amssymb.sty Package: amssymb 2013/01/14 v3.01 AMS font symbols (/usr/share/texmf/tex/latex/amsfonts/amsfonts.sty Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support \@emptytoks=\toks16 LaTeX Font Info: Redeclaring symbol font
AMSa' on input line 59.
LaTeX Font Info: Overwriting symbol font AMSa' in version
normal'
(Font) U/txsya/m/n --> U/msa/m/n on input line 59.
LaTeX Font Info: Overwriting symbol font AMSa' in version
bold'
(Font) U/txsya/bx/n --> U/msa/m/n on input line 59.
LaTeX Font Info: Redeclaring symbol font AMSb' on input line 60. LaTeX Font Info: Overwriting symbol font
AMSb' in version normal' (Font) U/txsyb/m/n --> U/msb/m/n on input line 60. LaTeX Font Info: Overwriting symbol font
AMSb' in version `bold'
(Font) U/txsyb/bx/n --> U/msb/m/n on input line 60.
LaTeX Font Info: Redeclaring math delimiter \ulcorner on input line 74.
LaTeX Font Info: Redeclaring math delimiter \urcorner on input line 75.
LaTeX Font Info: Redeclaring math delimiter \llcorner on input line 76.
LaTeX Font Info: Redeclaring math delimiter \lrcorner on input line 77.
LaTeX Font Info: Redeclaring math symbol \square on input line 141.
LaTeX Font Info: Redeclaring math symbol \lozenge on input line 142.
)
LaTeX Font Info: Redeclaring math symbol \boxdot on input line 44.
LaTeX Font Info: Redeclaring math symbol \boxplus on input line 45.
LaTeX Font Info: Redeclaring math symbol \boxtimes on input line 46.
LaTeX Font Info: Redeclaring math symbol \blacksquare on input line 48.
LaTeX Font Info: Redeclaring math symbol \centerdot on input line 49.
LaTeX Font Info: Redeclaring math symbol \blacklozenge on input line 51.
LaTeX Font Info: Redeclaring math symbol \circlearrowright on input line 52.
LaTeX Font Info: Redeclaring math symbol \circlearrowleft on input line 53. LaTeX Font Info: Redeclaring math symbol \leftrightharpoons on input line 56 . LaTeX Font Info: Redeclaring math symbol \boxminus on input line 57. LaTeX Font Info: Redeclaring math symbol \Vdash on input line 58. LaTeX Font Info: Redeclaring math symbol \Vvdash on input line 59. LaTeX Font Info: Redeclaring math symbol \vDash on input line 60. LaTeX Font Info: Redeclaring math symbol \twoheadrightarrow on input line 61 . LaTeX Font Info: Redeclaring math symbol \twoheadleftarrow on input line 62.
LaTeX Font Info: Redeclaring math symbol \leftleftarrows on input line 63. LaTeX Font Info: Redeclaring math symbol \rightrightarrows on input line 64.
LaTeX Font Info: Redeclaring math symbol \upuparrows on input line 65. LaTeX Font Info: Redeclaring math symbol \downdownarrows on input line 66. LaTeX Font Info: Redeclaring math symbol \upharpoonright on input line 67. LaTeX Font Info: Redeclaring math symbol \downharpoonright on input line 69.
LaTeX Font Info: Redeclaring math symbol \upharpoonleft on input line 70. LaTeX Font Info: Redeclaring math symbol \downharpoonleft on input line 71. LaTeX Font Info: Redeclaring math symbol \rightarrowtail on input line 72. LaTeX Font Info: Redeclaring math symbol \leftarrowtail on input line 73. LaTeX Font Info: Redeclaring math symbol \leftrightarrows on input line 74. LaTeX Font Info: Redeclaring math symbol \rightleftarrows on input line 75. LaTeX Font Info: Redeclaring math symbol \Lsh on input line 76. LaTeX Font Info: Redeclaring math symbol \Rsh on input line 77. LaTeX Font Info: Redeclaring math symbol \leftrightsquigarrow on input line 79. LaTeX Font Info: Redeclaring math symbol \looparrowleft on input line 80. LaTeX Font Info: Redeclaring math symbol \looparrowright on input line 81. LaTeX Font Info: Redeclaring math symbol \circeq on input line 82. LaTeX Font Info: Redeclaring math symbol \succsim on input line 83. LaTeX Font Info: Redeclaring math symbol \gtrsim on input line 84. LaTeX Font Info: Redeclaring math symbol \gtrapprox on input line 85. LaTeX Font Info: Redeclaring math symbol \multimap on input line 86. LaTeX Font Info: Redeclaring math symbol \therefore on input line 87. LaTeX Font Info: Redeclaring math symbol \because on input line 88. LaTeX Font Info: Redeclaring math symbol \doteqdot on input line 89. LaTeX Font Info: Redeclaring math symbol \triangleq on input line 91. LaTeX Font Info: Redeclaring math symbol \precsim on input line 92. LaTeX Font Info: Redeclaring math symbol \lesssim on input line 93. LaTeX Font Info: Redeclaring math symbol \lessapprox on input line 94. LaTeX Font Info: Redeclaring math symbol \eqslantless on input line 95. LaTeX Font Info: Redeclaring math symbol \eqslantgtr on input line 96. LaTeX Font Info: Redeclaring math symbol \curlyeqprec on input line 97. LaTeX Font Info: Redeclaring math symbol \curlyeqsucc on input line 98. LaTeX Font Info: Redeclaring math symbol \preccurlyeq on input line 99. LaTeX Font Info: Redeclaring math symbol \leqq on input line 100. LaTeX Font Info: Redeclaring math symbol \leqslant on input line 101. LaTeX Font Info: Redeclaring math symbol \lessgtr on input line 102. LaTeX Font Info: Redeclaring math symbol \backprime on input line 103. LaTeX Font Info: Redeclaring math symbol \risingdotseq on input line 104. LaTeX Font Info: Redeclaring math symbol \fallingdotseq on input line 105. LaTeX Font Info: Redeclaring math symbol \succcurlyeq on input line 106. LaTeX Font Info: Redeclaring math symbol \geqq on input line 107. LaTeX Font Info: Redeclaring math symbol \geqslant on input line 108. LaTeX Font Info: Redeclaring math symbol \gtrless on input line 109. LaTeX Font Info: Redeclaring math symbol \bigstar on input line 117. LaTeX Font Info: Redeclaring math symbol \between on input line 118. LaTeX Font Info: Redeclaring math symbol \blacktriangledown on input line 11 9. LaTeX Font Info: Redeclaring math symbol \blacktriangleright on input line 1 20. LaTeX Font Info: Redeclaring math symbol \blacktriangleleft on input line 12 1. LaTeX Font Info: Redeclaring math symbol \vartriangle on input line 122. LaTeX Font Info: Redeclaring math symbol \blacktriangle on input line 123. LaTeX Font Info: Redeclaring math symbol \triangledown on input line 124. LaTeX Font Info: Redeclaring math symbol \eqcirc on input line 125. LaTeX Font Info: Redeclaring math symbol \lesseqgtr on input line 126. LaTeX Font Info: Redeclaring math symbol \gtreqless on input line 127. LaTeX Font Info: Redeclaring math symbol \lesseqqgtr on input line 128. LaTeX Font Info: Redeclaring math symbol \gtreqqless on input line 129. LaTeX Font Info: Redeclaring math symbol \Rrightarrow on input line 130. LaTeX Font Info: Redeclaring math symbol \Lleftarrow on input line 131. LaTeX Font Info: Redeclaring math symbol \veebar on input line 132. LaTeX Font Info: Redeclaring math symbol \barwedge on input line 133. LaTeX Font Info: Redeclaring math symbol \doublebarwedge on input line 134. LaTeX Font Info: Redeclaring math symbol \measuredangle on input line 137. LaTeX Font Info: Redeclaring math symbol \sphericalangle on input line 138. LaTeX Font Info: Redeclaring math symbol \varpropto on input line 139. LaTeX Font Info: Redeclaring math symbol \smallsmile on input line 140. LaTeX Font Info: Redeclaring math symbol \smallfrown on input line 141. LaTeX Font Info: Redeclaring math symbol \Subset on input line 142. LaTeX Font Info: Redeclaring math symbol \Supset on input line 143. LaTeX Font Info: Redeclaring math symbol \Cup on input line 144. LaTeX Font Info: Redeclaring math symbol \Cap on input line 146. LaTeX Font Info: Redeclaring math symbol \curlywedge on input line 148. LaTeX Font Info: Redeclaring math symbol \curlyvee on input line 149. LaTeX Font Info: Redeclaring math symbol \leftthreetimes on input line 150. LaTeX Font Info: Redeclaring math symbol \rightthreetimes on input line 151.
LaTeX Font Info: Redeclaring math symbol \subseteqq on input line 152. LaTeX Font Info: Redeclaring math symbol \supseteqq on input line 153. LaTeX Font Info: Redeclaring math symbol \bumpeq on input line 154. LaTeX Font Info: Redeclaring math symbol \Bumpeq on input line 155. LaTeX Font Info: Redeclaring math symbol \lll on input line 156. LaTeX Font Info: Redeclaring math symbol \ggg on input line 158. LaTeX Font Info: Redeclaring math symbol \circledS on input line 160. LaTeX Font Info: Redeclaring math symbol \pitchfork on input line 161. LaTeX Font Info: Redeclaring math symbol \dotplus on input line 162. LaTeX Font Info: Redeclaring math symbol \backsim on input line 163. LaTeX Font Info: Redeclaring math symbol \backsimeq on input line 164. LaTeX Font Info: Redeclaring math symbol \complement on input line 165. LaTeX Font Info: Redeclaring math symbol \intercal on input line 166. LaTeX Font Info: Redeclaring math symbol \circledcirc on input line 167. LaTeX Font Info: Redeclaring math symbol \circledast on input line 168. LaTeX Font Info: Redeclaring math symbol \circleddash on input line 169. LaTeX Font Info: Redeclaring math symbol \lvertneqq on input line 171. LaTeX Font Info: Redeclaring math symbol \gvertneqq on input line 172. LaTeX Font Info: Redeclaring math symbol \nleq on input line 173. LaTeX Font Info: Redeclaring math symbol \ngeq on input line 174. LaTeX Font Info: Redeclaring math symbol \nless on input line 175. LaTeX Font Info: Redeclaring math symbol \ngtr on input line 176. LaTeX Font Info: Redeclaring math symbol \nprec on input line 177. LaTeX Font Info: Redeclaring math symbol \nsucc on input line 178. LaTeX Font Info: Redeclaring math symbol \lneqq on input line 179. LaTeX Font Info: Redeclaring math symbol \gneqq on input line 180. LaTeX Font Info: Redeclaring math symbol \nleqslant on input line 181. LaTeX Font Info: Redeclaring math symbol \ngeqslant on input line 182. LaTeX Font Info: Redeclaring math symbol \lneq on input line 183. LaTeX Font Info: Redeclaring math symbol \gneq on input line 184. LaTeX Font Info: Redeclaring math symbol \npreceq on input line 185. LaTeX Font Info: Redeclaring math symbol \nsucceq on input line 186. LaTeX Font Info: Redeclaring math symbol \precnsim on input line 187. LaTeX Font Info: Redeclaring math symbol \succnsim on input line 188. LaTeX Font Info: Redeclaring math symbol \lnsim on input line 189. LaTeX Font Info: Redeclaring math symbol \gnsim on input line 190. LaTeX Font Info: Redeclaring math symbol \nleqq on input line 191. LaTeX Font Info: Redeclaring math symbol \ngeqq on input line 192. LaTeX Font Info: Redeclaring math symbol \precneqq on input line 193. LaTeX Font Info: Redeclaring math symbol \succneqq on input line 194. LaTeX Font Info: Redeclaring math symbol \precnapprox on input line 195. LaTeX Font Info: Redeclaring math symbol \succnapprox on input line 196. LaTeX Font Info: Redeclaring math symbol \lnapprox on input line 197. LaTeX Font Info: Redeclaring math symbol \gnapprox on input line 198. LaTeX Font Info: Redeclaring math symbol \nsim on input line 199. LaTeX Font Info: Redeclaring math symbol \ncong on input line 200. LaTeX Font Info: Redeclaring math symbol \diagup on input line 201. LaTeX Font Info: Redeclaring math symbol \diagdown on input line 202. LaTeX Font Info: Redeclaring math symbol \varsubsetneq on input line 203. LaTeX Font Info: Redeclaring math symbol \varsupsetneq on input line 204. LaTeX Font Info: Redeclaring math symbol \nsubseteqq on input line 205. LaTeX Font Info: Redeclaring math symbol \nsupseteqq on input line 206. LaTeX Font Info: Redeclaring math symbol \subsetneqq on input line 207. LaTeX Font Info: Redeclaring math symbol \supsetneqq on input line 208. LaTeX Font Info: Redeclaring math symbol \varsubsetneqq on input line 209. LaTeX Font Info: Redeclaring math symbol \varsupsetneqq on input line 210. LaTeX Font Info: Redeclaring math symbol \subsetneq on input line 211. LaTeX Font Info: Redeclaring math symbol \supsetneq on input line 212. LaTeX Font Info: Redeclaring math symbol \nsubseteq on input line 213. LaTeX Font Info: Redeclaring math symbol \nsupseteq on input line 214. LaTeX Font Info: Redeclaring math symbol \nparallel on input line 215. LaTeX Font Info: Redeclaring math symbol \nmid on input line 216. LaTeX Font Info: Redeclaring math symbol \nshortmid on input line 217. LaTeX Font Info: Redeclaring math symbol \nshortparallel on input line 218. LaTeX Font Info: Redeclaring math symbol \nvdash on input line 219. LaTeX Font Info: Redeclaring math symbol \nVdash on input line 220. LaTeX Font Info: Redeclaring math symbol \nvDash on input line 221. LaTeX Font Info: Redeclaring math symbol \nVDash on input line 222. LaTeX Font Info: Redeclaring math symbol \ntrianglerighteq on input line 223 . LaTeX Font Info: Redeclaring math symbol \ntrianglelefteq on input line 224.
LaTeX Font Info: Redeclaring math symbol \ntriangleleft on input line 225. LaTeX Font Info: Redeclaring math symbol \ntriangleright on input line 226. LaTeX Font Info: Redeclaring math symbol \nleftarrow on input line 227. LaTeX Font Info: Redeclaring math symbol \nrightarrow on input line 228. LaTeX Font Info: Redeclaring math symbol \nLeftarrow on input line 229. LaTeX Font Info: Redeclaring math symbol \nRightarrow on input line 230. LaTeX Font Info: Redeclaring math symbol \nLeftrightarrow on input line 231.
LaTeX Font Info: Redeclaring math symbol \nleftrightarrow on input line 232.
LaTeX Font Info: Redeclaring math symbol \divideontimes on input line 233. LaTeX Font Info: Redeclaring math symbol \varnothing on input line 234. LaTeX Font Info: Redeclaring math symbol \nexists on input line 235. LaTeX Font Info: Redeclaring math symbol \Finv on input line 236. LaTeX Font Info: Redeclaring math symbol \Game on input line 237. LaTeX Font Info: Redeclaring math symbol \eth on input line 240. LaTeX Font Info: Redeclaring math symbol \eqsim on input line 241. LaTeX Font Info: Redeclaring math symbol \beth on input line 242. LaTeX Font Info: Redeclaring math symbol \gimel on input line 243. LaTeX Font Info: Redeclaring math symbol \daleth on input line 244. LaTeX Font Info: Redeclaring math symbol \lessdot on input line 245. LaTeX Font Info: Redeclaring math symbol \gtrdot on input line 246. LaTeX Font Info: Redeclaring math symbol \ltimes on input line 247. LaTeX Font Info: Redeclaring math symbol \rtimes on input line 248. LaTeX Font Info: Redeclaring math symbol \shortmid on input line 249. LaTeX Font Info: Redeclaring math symbol \shortparallel on input line 250. LaTeX Font Info: Redeclaring math symbol \smallsetminus on input line 251. LaTeX Font Info: Redeclaring math symbol \thicksim on input line 252. LaTeX Font Info: Redeclaring math symbol \thickapprox on input line 253. LaTeX Font Info: Redeclaring math symbol \approxeq on input line 254. LaTeX Font Info: Redeclaring math symbol \succapprox on input line 255. LaTeX Font Info: Redeclaring math symbol \precapprox on input line 256. LaTeX Font Info: Redeclaring math symbol \curvearrowleft on input line 257. LaTeX Font Info: Redeclaring math symbol \curvearrowright on input line 258.
LaTeX Font Info: Redeclaring math symbol \digamma on input line 259. LaTeX Font Info: Redeclaring math symbol \varkappa on input line 260. LaTeX Font Info: Redeclaring math symbol \Bbbk on input line 261. LaTeX Font Info: Redeclaring math symbol \hslash on input line 262. LaTeX Font Info: Redeclaring math symbol \backepsilon on input line 265. ) (/usr/share/texmf/tex/latex/amsmath/amsmath.sty Package: amsmath 2016/03/10 v2.15b AMS math features \@mathmargin=\skip60 For additional information on amsmath, use the `?' option. (/usr/share/texmf/tex/latex/amsmath/amstext.sty Package: amstext 2000/06/29 v2.01 AMS text (/usr/share/texmf/tex/latex/amsmath/amsgen.sty File: amsgen.sty 1999/11/30 v2.0 generic functions \@emptytoks=\toks17 \ex@=\dimen134 )) (/usr/share/texmf/tex/latex/amsmath/amsbsy.sty Package: amsbsy 1999/11/29 v1.2d Bold Symbols LaTeX Info: Redefining \boldsymbol on input line 28. \pmbraise@=\dimen135 ) (/usr/share/texmf/tex/latex/amsmath/amsopn.sty Package: amsopn 2016/03/08 v2.02 operator names ) \inf@bad=\count99 LaTeX Info: Redefining \frac on input line 199. \uproot@=\count100 \leftroot@=\count101 LaTeX Info: Redefining \overline on input line 297. \classnum@=\count102 \DOTSCASE@=\count103 LaTeX Info: Redefining \ldots on input line 394. LaTeX Info: Redefining \dots on input line 397. LaTeX Info: Redefining \cdots on input line 518. \Mathstrutbox@=\box31 \strutbox@=\box32 \big@size=\dimen136 LaTeX Font Info: Redeclaring font encoding OML on input line 634. LaTeX Font Info: Redeclaring font encoding OMS on input line 635. \macc@depth=\count104 \c@MaxMatrixCols=\count105 \dotsspace@=\muskip10 \c@parentequation=\count106 \dspbrk@lvl=\count107 \tag@help=\toks18 \row@=\count108 \column@=\count109 \maxfields@=\count110 \andhelp@=\toks19 \eqnshift@=\dimen137 \alignsep@=\dimen138 \tagshift@=\dimen139 \tagwidth@=\dimen140 \totwidth@=\dimen141 \lineht@=\dimen142 \@envbody=\toks20 \multlinegap=\skip61 \multlinetaggap=\skip62 \mathdisplay@stack=\toks21 LaTeX Info: Redefining [ on input line 2739. LaTeX Info: Redefining ] on input line 2740. ) (/usr/share/texmf/tex/generic/oberdiek/ifluatex.sty Package: ifluatex 2016/05/16 v1.4 Provides the ifluatex switch (HO) Package ifluatex Info: LuaTeX not detected. ) (/usr/share/texmf/tex/latex/base/fixltx2e.sty Package: fixltx2e 2015/06/22 v2.0b fixes to LaTeX (obsolete)
Package fixltx2e Warning: fixltx2e is not required with releases after 2015 (fixltx2e) All fixes are now in the LaTeX kernel. (fixltx2e) See the latexrelease package for details.
) (/usr/share/texmf/tex/latex/base/fontenc.sty Package: fontenc 2005/09/27 v1.99g Standard LaTeX package (/usr/share/texmf/tex/latex/base/t1enc.def File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file LaTeX Font Info: Redeclaring font encoding T1 on input line 48. )) (/usr/share/texmf/tex/latex/base/inputenc.sty Package: inputenc 2015/03/17 v1.2c Input encoding file \inpenc@prehook=\toks22 \inpenc@posthook=\toks23 (/usr/share/texmf/tex/latex/base/utf8.def File: utf8.def 2016/02/28 v1.1s UTF-8 support for inputenc Now handling font encoding OML ... ... no UTF-8 mapping file for font encoding OML Now handling font encoding T1 ... ... processing UTF-8 mapping file for font encoding T1 (/usr/share/texmf/tex/latex/base/t1enc.dfu File: t1enc.dfu 2016/02/28 v1.1s UTF-8 support for inputenc defining Unicode char U+00A0 (decimal 160) defining Unicode char U+00A1 (decimal 161) defining Unicode char U+00A3 (decimal 163) defining Unicode char U+00AB (decimal 171) defining Unicode char U+00AD (decimal 173) defining Unicode char U+00BB (decimal 187) defining Unicode char U+00BF (decimal 191) defining Unicode char U+00C0 (decimal 192) defining Unicode char U+00C1 (decimal 193) defining Unicode char U+00C2 (decimal 194) defining Unicode char U+00C3 (decimal 195) defining Unicode char U+00C4 (decimal 196) defining Unicode char U+00C5 (decimal 197) defining Unicode char U+00C6 (decimal 198) defining Unicode char U+00C7 (decimal 199) defining Unicode char U+00C8 (decimal 200) defining Unicode char U+00C9 (decimal 201) defining Unicode char U+00CA (decimal 202) defining Unicode char U+00CB (decimal 203) defining Unicode char U+00CC (decimal 204) defining Unicode char U+00CD (decimal 205) defining Unicode char U+00CE (decimal 206) defining Unicode char U+00CF (decimal 207) defining Unicode char U+00D0 (decimal 208) defining Unicode char U+00D1 (decimal 209) defining Unicode char U+00D2 (decimal 210) defining Unicode char U+00D3 (decimal 211) defining Unicode char U+00D4 (decimal 212) defining Unicode char U+00D5 (decimal 213) defining Unicode char U+00D6 (decimal 214) defining Unicode char U+00D8 (decimal 216) defining Unicode char U+00D9 (decimal 217) defining Unicode char U+00DA (decimal 218) defining Unicode char U+00DB (decimal 219) defining Unicode char U+00DC (decimal 220) defining Unicode char U+00DD (decimal 221) defining Unicode char U+00DE (decimal 222) defining Unicode char U+00DF (decimal 223) defining Unicode char U+00E0 (decimal 224) defining Unicode char U+00E1 (decimal 225) defining Unicode char U+00E2 (decimal 226) defining Unicode char U+00E3 (decimal 227) defining Unicode char U+00E4 (decimal 228) defining Unicode char U+00E5 (decimal 229) defining Unicode char U+00E6 (decimal 230) defining Unicode char U+00E7 (decimal 231) defining Unicode char U+00E8 (decimal 232) defining Unicode char U+00E9 (decimal 233) defining Unicode char U+00EA (decimal 234) defining Unicode char U+00EB (decimal 235) defining Unicode char U+00EC (decimal 236) defining Unicode char U+00ED (decimal 237) defining Unicode char U+00EE (decimal 238) defining Unicode char U+00EF (decimal 239) defining Unicode char U+00F0 (decimal 240) defining Unicode char U+00F1 (decimal 241) defining Unicode char U+00F2 (decimal 242) defining Unicode char U+00F3 (decimal 243) defining Unicode char U+00F4 (decimal 244) defining Unicode char U+00F5 (decimal 245) defining Unicode char U+00F6 (decimal 246) defining Unicode char U+00F8 (decimal 248) defining Unicode char U+00F9 (decimal 249) defining Unicode char U+00FA (decimal 250) defining Unicode char U+00FB (decimal 251) defining Unicode char U+00FC (decimal 252) defining Unicode char U+00FD (decimal 253) defining Unicode char U+00FE (decimal 254) defining Unicode char U+00FF (decimal 255) defining Unicode char U+0100 (decimal 256) defining Unicode char U+0101 (decimal 257) defining Unicode char U+0102 (decimal 258) defining Unicode char U+0103 (decimal 259) defining Unicode char U+0104 (decimal 260) defining Unicode char U+0105 (decimal 261) defining Unicode char U+0106 (decimal 262) defining Unicode char U+0107 (decimal 263) defining Unicode char U+0108 (decimal 264) defining Unicode char U+0109 (decimal 265) defining Unicode char U+010A (decimal 266) defining Unicode char U+010B (decimal 267) defining Unicode char U+010C (decimal 268) defining Unicode char U+010D (decimal 269) defining Unicode char U+010E (decimal 270) defining Unicode char U+010F (decimal 271) defining Unicode char U+0110 (decimal 272) defining Unicode char U+0111 (decimal 273) defining Unicode char U+0112 (decimal 274) defining Unicode char U+0113 (decimal 275) defining Unicode char U+0114 (decimal 276) defining Unicode char U+0115 (decimal 277) defining Unicode char U+0116 (decimal 278) defining Unicode char U+0117 (decimal 279) defining Unicode char U+0118 (decimal 280) defining Unicode char U+0119 (decimal 281) defining Unicode char U+011A (decimal 282) defining Unicode char U+011B (decimal 283) defining Unicode char U+011C (decimal 284) defining Unicode char U+011D (decimal 285) defining Unicode char U+011E (decimal 286) defining Unicode char U+011F (decimal 287) defining Unicode char U+0120 (decimal 288) defining Unicode char U+0121 (decimal 289) defining Unicode char U+0122 (decimal 290) defining Unicode char U+0123 (decimal 291) defining Unicode char U+0124 (decimal 292) defining Unicode char U+0125 (decimal 293) defining Unicode char U+0128 (decimal 296) defining Unicode char U+0129 (decimal 297) defining Unicode char U+012A (decimal 298) defining Unicode char U+012B (decimal 299) defining Unicode char U+012C (decimal 300) defining Unicode char U+012D (decimal 301) defining Unicode char U+012E (decimal 302) defining Unicode char U+012F (decimal 303) defining Unicode char U+0130 (decimal 304) defining Unicode char U+0131 (decimal 305) defining Unicode char U+0132 (decimal 306) defining Unicode char U+0133 (decimal 307) defining Unicode char U+0134 (decimal 308) defining Unicode char U+0135 (decimal 309) defining Unicode char U+0136 (decimal 310) defining Unicode char U+0137 (decimal 311) defining Unicode char U+0139 (decimal 313) defining Unicode char U+013A (decimal 314) defining Unicode char U+013B (decimal 315) defining Unicode char U+013C (decimal 316) defining Unicode char U+013D (decimal 317) defining Unicode char U+013E (decimal 318) defining Unicode char U+0141 (decimal 321) defining Unicode char U+0142 (decimal 322) defining Unicode char U+0143 (decimal 323) defining Unicode char U+0144 (decimal 324) defining Unicode char U+0145 (decimal 325) defining Unicode char U+0146 (decimal 326) defining Unicode char U+0147 (decimal 327) defining Unicode char U+0148 (decimal 328) defining Unicode char U+014A (decimal 330) defining Unicode char U+014B (decimal 331) defining Unicode char U+014C (decimal 332) defining Unicode char U+014D (decimal 333) defining Unicode char U+014E (decimal 334) defining Unicode char U+014F (decimal 335) defining Unicode char U+0150 (decimal 336) defining Unicode char U+0151 (decimal 337) defining Unicode char U+0152 (decimal 338) defining Unicode char U+0153 (decimal 339) defining Unicode char U+0154 (decimal 340) defining Unicode char U+0155 (decimal 341) defining Unicode char U+0156 (decimal 342) defining Unicode char U+0157 (decimal 343) defining Unicode char U+0158 (decimal 344) defining Unicode char U+0159 (decimal 345) defining Unicode char U+015A (decimal 346) defining Unicode char U+015B (decimal 347) defining Unicode char U+015C (decimal 348) defining Unicode char U+015D (decimal 349) defining Unicode char U+015E (decimal 350) defining Unicode char U+015F (decimal 351) defining Unicode char U+0160 (decimal 352) defining Unicode char U+0161 (decimal 353) defining Unicode char U+0162 (decimal 354) defining Unicode char U+0163 (decimal 355) defining Unicode char U+0164 (decimal 356) defining Unicode char U+0165 (decimal 357) defining Unicode char U+0168 (decimal 360) defining Unicode char U+0169 (decimal 361) defining Unicode char U+016A (decimal 362) defining Unicode char U+016B (decimal 363) defining Unicode char U+016C (decimal 364) defining Unicode char U+016D (decimal 365) defining Unicode char U+016E (decimal 366) defining Unicode char U+016F (decimal 367) defining Unicode char U+0170 (decimal 368) defining Unicode char U+0171 (decimal 369) defining Unicode char U+0172 (decimal 370) defining Unicode char U+0173 (decimal 371) defining Unicode char U+0174 (decimal 372) defining Unicode char U+0175 (decimal 373) defining Unicode char U+0176 (decimal 374) defining Unicode char U+0177 (decimal 375) defining Unicode char U+0178 (decimal 376) defining Unicode char U+0179 (decimal 377) defining Unicode char U+017A (decimal 378) defining Unicode char U+017B (decimal 379) defining Unicode char U+017C (decimal 380) defining Unicode char U+017D (decimal 381) defining Unicode char U+017E (decimal 382) defining Unicode char U+01CD (decimal 461) defining Unicode char U+01CE (decimal 462) defining Unicode char U+01CF (decimal 463) defining Unicode char U+01D0 (decimal 464) defining Unicode char U+01D1 (decimal 465) defining Unicode char U+01D2 (decimal 466) defining Unicode char U+01D3 (decimal 467) defining Unicode char U+01D4 (decimal 468) defining Unicode char U+01E2 (decimal 482) defining Unicode char U+01E3 (decimal 483) defining Unicode char U+01E6 (decimal 486) defining Unicode char U+01E7 (decimal 487) defining Unicode char U+01E8 (decimal 488) defining Unicode char U+01E9 (decimal 489) defining Unicode char U+01EA (decimal 490) defining Unicode char U+01EB (decimal 491) defining Unicode char U+01F0 (decimal 496) defining Unicode char U+01F4 (decimal 500) defining Unicode char U+01F5 (decimal 501) defining Unicode char U+0218 (decimal 536) defining Unicode char U+0219 (decimal 537) defining Unicode char U+021A (decimal 538) defining Unicode char U+021B (decimal 539) defining Unicode char U+1E02 (decimal 7682) defining Unicode char U+1E03 (decimal 7683) defining Unicode char U+200C (decimal 8204) defining Unicode char U+2010 (decimal 8208) defining Unicode char U+2011 (decimal 8209) defining Unicode char U+2012 (decimal 8210) defining Unicode char U+2013 (decimal 8211) defining Unicode char U+2014 (decimal 8212) defining Unicode char U+2015 (decimal 8213) defining Unicode char U+2018 (decimal 8216) defining Unicode char U+2019 (decimal 8217) defining Unicode char U+201A (decimal 8218) defining Unicode char U+201C (decimal 8220) defining Unicode char U+201D (decimal 8221) defining Unicode char U+201E (decimal 8222) defining Unicode char U+2030 (decimal 8240) defining Unicode char U+2031 (decimal 8241) defining Unicode char U+2039 (decimal 8249) defining Unicode char U+203A (decimal 8250) defining Unicode char U+2423 (decimal 9251) ) Now handling font encoding OT1 ... ... processing UTF-8 mapping file for font encoding OT1 (/usr/share/texmf/tex/latex/base/ot1enc.dfu File: ot1enc.dfu 2016/02/28 v1.1s UTF-8 support for inputenc defining Unicode char U+00A0 (decimal 160) defining Unicode char U+00A1 (decimal 161) defining Unicode char U+00A3 (decimal 163) defining Unicode char U+00AD (decimal 173) defining Unicode char U+00B8 (decimal 184) defining Unicode char U+00BF (decimal 191) defining Unicode char U+00C5 (decimal 197) defining Unicode char U+00C6 (decimal 198) defining Unicode char U+00D8 (decimal 216) defining Unicode char U+00DF (decimal 223) defining Unicode char U+00E6 (decimal 230) defining Unicode char U+00EC (decimal 236) defining Unicode char U+00ED (decimal 237) defining Unicode char U+00EE (decimal 238) defining Unicode char U+00EF (decimal 239) defining Unicode char U+00F8 (decimal 248) defining Unicode char U+0131 (decimal 305) defining Unicode char U+0141 (decimal 321) defining Unicode char U+0142 (decimal 322) defining Unicode char U+0152 (decimal 338) defining Unicode char U+0153 (decimal 339) defining Unicode char U+0174 (decimal 372) defining Unicode char U+0175 (decimal 373) defining Unicode char U+0176 (decimal 374) defining Unicode char U+0177 (decimal 375) defining Unicode char U+0218 (decimal 536) defining Unicode char U+0219 (decimal 537) defining Unicode char U+021A (decimal 538) defining Unicode char U+021B (decimal 539) defining Unicode char U+2013 (decimal 8211) defining Unicode char U+2014 (decimal 8212) defining Unicode char U+2018 (decimal 8216) defining Unicode char U+2019 (decimal 8217) defining Unicode char U+201C (decimal 8220) defining Unicode char U+201D (decimal 8221) ) Now handling font encoding OMS ... ... processing UTF-8 mapping file for font encoding OMS (/usr/share/texmf/tex/latex/base/omsenc.dfu File: omsenc.dfu 2016/02/28 v1.1s UTF-8 support for inputenc defining Unicode char U+00A7 (decimal 167) defining Unicode char U+00B6 (decimal 182) defining Unicode char U+00B7 (decimal 183) defining Unicode char U+2020 (decimal 8224) defining Unicode char U+2021 (decimal 8225) defining Unicode char U+2022 (decimal 8226) ) Now handling font encoding OMX ... ... no UTF-8 mapping file for font encoding OMX Now handling font encoding U ... ... no UTF-8 mapping file for font encoding U defining Unicode char U+00A9 (decimal 169) defining Unicode char U+00AA (decimal 170) defining Unicode char U+00AE (decimal 174) defining Unicode char U+00BA (decimal 186) defining Unicode char U+02C6 (decimal 710) defining Unicode char U+02DC (decimal 732) defining Unicode char U+200C (decimal 8204) defining Unicode char U+2026 (decimal 8230) defining Unicode char U+2122 (decimal 8482) defining Unicode char U+2423 (decimal 9251) )) (/usr/share/texmf/tex/latex/upquote/upquote.sty Package: upquote 2012/04/19 v1.3 upright-quote and grave-accent glyphs in verba tim (/usr/share/texmf/tex/latex/base/textcomp.sty Package: textcomp 2005/09/27 v1.99g Standard LaTeX package Package textcomp Info: Sub-encoding information: (textcomp) 5 = only ISO-Adobe without \textcurrency (textcomp) 4 = 5 + \texteuro (textcomp) 3 = 4 + \textohm (textcomp) 2 = 3 + \textestimated + \textcurrency (textcomp) 1 = TS1 - \textcircled - \t (textcomp) 0 = TS1 (full) (textcomp) Font families with sub-encoding setting implement (textcomp) only a restricted character set as indicated. (textcomp) Family '?' is the default used for unknown fonts. (textcomp) See the documentation for details. Package textcomp Info: Setting ? sub-encoding to TS1/1 on input line 79. (/usr/share/texmf/tex/latex/base/ts1enc.def File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file Now handling font encoding TS1 ... ... processing UTF-8 mapping file for font encoding TS1 (/usr/share/texmf/tex/latex/base/ts1enc.dfu File: ts1enc.dfu 2016/02/28 v1.1s UTF-8 support for inputenc defining Unicode char U+00A2 (decimal 162) defining Unicode char U+00A3 (decimal 163) defining Unicode char U+00A4 (decimal 164) defining Unicode char U+00A5 (decimal 165) defining Unicode char U+00A6 (decimal 166) defining Unicode char U+00A7 (decimal 167) defining Unicode char U+00A8 (decimal 168) defining Unicode char U+00A9 (decimal 169) defining Unicode char U+00AA (decimal 170) defining Unicode char U+00AC (decimal 172) defining Unicode char U+00AE (decimal 174) defining Unicode char U+00AF (decimal 175) defining Unicode char U+00B0 (decimal 176) defining Unicode char U+00B1 (decimal 177) defining Unicode char U+00B2 (decimal 178) defining Unicode char U+00B3 (decimal 179) defining Unicode char U+00B4 (decimal 180) defining Unicode char U+00B5 (decimal 181) defining Unicode char U+00B6 (decimal 182) defining Unicode char U+00B7 (decimal 183) defining Unicode char U+00B9 (decimal 185) defining Unicode char U+00BA (decimal 186) defining Unicode char U+00BC (decimal 188) defining Unicode char U+00BD (decimal 189) defining Unicode char U+00BE (decimal 190) defining Unicode char U+00D7 (decimal 215) defining Unicode char U+00F7 (decimal 247) defining Unicode char U+0192 (decimal 402) defining Unicode char U+02C7 (decimal 711) defining Unicode char U+02D8 (decimal 728) defining Unicode char U+02DD (decimal 733) defining Unicode char U+0E3F (decimal 3647) defining Unicode char U+2016 (decimal 8214) defining Unicode char U+2020 (decimal 8224) defining Unicode char U+2021 (decimal 8225) defining Unicode char U+2022 (decimal 8226) defining Unicode char U+2030 (decimal 8240) defining Unicode char U+2031 (decimal 8241) defining Unicode char U+203B (decimal 8251) defining Unicode char U+203D (decimal 8253) defining Unicode char U+2044 (decimal 8260) defining Unicode char U+204E (decimal 8270) defining Unicode char U+2052 (decimal 8274) defining Unicode char U+20A1 (decimal 8353) defining Unicode char U+20A4 (decimal 8356) defining Unicode char U+20A6 (decimal 8358) defining Unicode char U+20A9 (decimal 8361) defining Unicode char U+20AB (decimal 8363) defining Unicode char U+20AC (decimal 8364) defining Unicode char U+20B1 (decimal 8369) defining Unicode char U+2103 (decimal 8451) defining Unicode char U+2116 (decimal 8470) defining Unicode char U+2117 (decimal 8471) defining Unicode char U+211E (decimal 8478) defining Unicode char U+2120 (decimal 8480) defining Unicode char U+2122 (decimal 8482) defining Unicode char U+2126 (decimal 8486) defining Unicode char U+2127 (decimal 8487) defining Unicode char U+212E (decimal 8494) defining Unicode char U+2190 (decimal 8592) defining Unicode char U+2191 (decimal 8593) defining Unicode char U+2192 (decimal 8594) defining Unicode char U+2193 (decimal 8595) defining Unicode char U+2329 (decimal 9001) defining Unicode char U+232A (decimal 9002) defining Unicode char U+2422 (decimal 9250) defining Unicode char U+25E6 (decimal 9702) defining Unicode char U+25EF (decimal 9711) defining Unicode char U+266A (decimal 9834) )) LaTeX Info: Redefining \oldstylenums on input line 334. Package textcomp Info: Setting cmr sub-encoding to TS1/0 on input line 349. Package textcomp Info: Setting cmss sub-encoding to TS1/0 on input line 350. Package textcomp Info: Setting cmtt sub-encoding to TS1/0 on input line 351. Package textcomp Info: Setting cmvtt sub-encoding to TS1/0 on input line 352. Package textcomp Info: Setting cmbr sub-encoding to TS1/0 on input line 353. Package textcomp Info: Setting cmtl sub-encoding to TS1/0 on input line 354. Package textcomp Info: Setting ccr sub-encoding to TS1/0 on input line 355. Package textcomp Info: Setting ptm sub-encoding to TS1/4 on input line 356. Package textcomp Info: Setting pcr sub-encoding to TS1/4 on input line 357. Package textcomp Info: Setting phv sub-encoding to TS1/4 on input line 358. Package textcomp Info: Setting ppl sub-encoding to TS1/3 on input line 359. Package textcomp Info: Setting pag sub-encoding to TS1/4 on input line 360. Package textcomp Info: Setting pbk sub-encoding to TS1/4 on input line 361. Package textcomp Info: Setting pnc sub-encoding to TS1/4 on input line 362. Package textcomp Info: Setting pzc sub-encoding to TS1/4 on input line 363. Package textcomp Info: Setting bch sub-encoding to TS1/4 on input line 364. Package textcomp Info: Setting put sub-encoding to TS1/5 on input line 365. Package textcomp Info: Setting uag sub-encoding to TS1/5 on input line 366. Package textcomp Info: Setting ugq sub-encoding to TS1/5 on input line 367. Package textcomp Info: Setting ul8 sub-encoding to TS1/4 on input line 368. Package textcomp Info: Setting ul9 sub-encoding to TS1/4 on input line 369. Package textcomp Info: Setting augie sub-encoding to TS1/5 on input line 370. Package textcomp Info: Setting dayrom sub-encoding to TS1/3 on input line 371. Package textcomp Info: Setting dayroms sub-encoding to TS1/3 on input line 372.
Package textcomp Info: Setting pxr sub-encoding to TS1/0 on input line 373. Package textcomp Info: Setting pxss sub-encoding to TS1/0 on input line 374. Package textcomp Info: Setting pxtt sub-encoding to TS1/0 on input line 375. Package textcomp Info: Setting txr sub-encoding to TS1/0 on input line 376. Package textcomp Info: Setting txss sub-encoding to TS1/0 on input line 377. Package textcomp Info: Setting txtt sub-encoding to TS1/0 on input line 378. Package textcomp Info: Setting lmr sub-encoding to TS1/0 on input line 379. Package textcomp Info: Setting lmdh sub-encoding to TS1/0 on input line 380. Package textcomp Info: Setting lmss sub-encoding to TS1/0 on input line 381. Package textcomp Info: Setting lmssq sub-encoding to TS1/0 on input line 382. Package textcomp Info: Setting lmvtt sub-encoding to TS1/0 on input line 383. Package textcomp Info: Setting lmtt sub-encoding to TS1/0 on input line 384. Package textcomp Info: Setting qhv sub-encoding to TS1/0 on input line 385. Package textcomp Info: Setting qag sub-encoding to TS1/0 on input line 386. Package textcomp Info: Setting qbk sub-encoding to TS1/0 on input line 387. Package textcomp Info: Setting qcr sub-encoding to TS1/0 on input line 388. Package textcomp Info: Setting qcs sub-encoding to TS1/0 on input line 389. Package textcomp Info: Setting qpl sub-encoding to TS1/0 on input line 390. Package textcomp Info: Setting qtm sub-encoding to TS1/0 on input line 391. Package textcomp Info: Setting qzc sub-encoding to TS1/0 on input line 392. Package textcomp Info: Setting qhvc sub-encoding to TS1/0 on input line 393. Package textcomp Info: Setting futs sub-encoding to TS1/4 on input line 394. Package textcomp Info: Setting futx sub-encoding to TS1/4 on input line 395. Package textcomp Info: Setting futj sub-encoding to TS1/4 on input line 396. Package textcomp Info: Setting hlh sub-encoding to TS1/3 on input line 397. Package textcomp Info: Setting hls sub-encoding to TS1/3 on input line 398. Package textcomp Info: Setting hlst sub-encoding to TS1/3 on input line 399. Package textcomp Info: Setting hlct sub-encoding to TS1/5 on input line 400. Package textcomp Info: Setting hlx sub-encoding to TS1/5 on input line 401. Package textcomp Info: Setting hlce sub-encoding to TS1/5 on input line 402. Package textcomp Info: Setting hlcn sub-encoding to TS1/5 on input line 403. Package textcomp Info: Setting hlcw sub-encoding to TS1/5 on input line 404. Package textcomp Info: Setting hlcf sub-encoding to TS1/5 on input line 405. Package textcomp Info: Setting pplx sub-encoding to TS1/3 on input line 406. Package textcomp Info: Setting pplj sub-encoding to TS1/3 on input line 407. Package textcomp Info: Setting ptmx sub-encoding to TS1/4 on input line 408. Package textcomp Info: Setting ptmj sub-encoding to TS1/4 on input line 409. )) (/usr/share/texmf/tex/latex/microtype/microtype.sty Package: microtype 2016/05/14 v2.6a Micro-typographical refinements (RS) \MT@toks=\toks24 \MT@count=\count111 LaTeX Info: Redefining \textls on input line 774. \MT@outer@kern=\dimen143 LaTeX Info: Redefining \textmicrotypecontext on input line 1310. \MT@listname@count=\count112 (/usr/share/texmf/tex/latex/microtype/microtype-pdftex.def File: microtype-pdftex.def 2016/05/14 v2.6a Definitions specific to pdftex (RS)
LaTeX Info: Redefining \lsstyle on input line 916. LaTeX Info: Redefining \lslig on input line 916. \MT@outer@space=\skip63 ) Package microtype Info: Loading configuration file microtype.cfg. (/usr/share/texmf/tex/latex/microtype/microtype.cfg File: microtype.cfg 2016/05/14 v2.6a microtype main configuration file (RS) )) (/usr/share/texmf/tex/latex/tools/longtable.sty Package: longtable 2014/10/28 v4.11 Multi-page Table package (DPC) \LTleft=\skip64 \LTright=\skip65 \LTpre=\skip66 \LTpost=\skip67 \LTchunksize=\count113 \LTcapwidth=\dimen144 \LT@head=\box33 \LT@firsthead=\box34 \LT@foot=\box35 \LT@lastfoot=\box36 \LT@cols=\count114 \LT@rows=\count115 \c@LT@tables=\count116 \c@LT@chunks=\count117 \LT@p@ftn=\toks25 ) (/usr/share/texmf/tex/latex/graphics/lscape.sty Package: lscape 2000/10/22 v3.01 Landscape Pages (DPC) ) (/usr/share/texmf/tex/latex/multirow/multirow.sty \bigstrutjot=\dimen145 ) (/usr/share/texmf/tex/latex/tools/tabularx.sty Package: tabularx 2016/02/03 v2.11 `tabularx' package (DPC) (/usr/share/texmf/tex/latex/tools/array.sty Package: array 2014/10/28 v2.4c Tabular extension package (FMi) \col@sep=\dimen146 \extrarowheight=\dimen147 \NC@list=\toks26 \extratabsurround=\skip68 \backup@length=\skip69 ) \TX@col@width=\dimen148 \TX@old@table=\dimen149 \TX@old@col=\dimen150 \TX@target=\dimen151 \TX@delta=\dimen152 \TX@cols=\count118 \TX@ftn=\toks27 ) (/usr/share/texmf/tex/latex/threeparttablex/threeparttablex.sty Package: threeparttablex 2013/07/23 v0.3 by daleif (/usr/share/texmf/tex/latex/environ/environ.sty Package: environ 2014/05/04 v0.3 A new way to define environments (/usr/share/texmf/tex/latex/trimspaces/trimspaces.sty Package: trimspaces 2009/09/17 v1.1 Trim spaces around a token list )) \TPTL@width=\skip70 ) (/usr/share/texmf/tex/latex/base/ifthen.sty Package: ifthen 2014/09/29 v1.1c Standard LaTeX ifthen package (DPC) ) ! Use of \@pr@videpackage doesn't match its definition. \new@ifnextchar ...served@d = #1\def \reserved@a {
l.54 \newcommand \LastLTentrywidth{1em} Here is how much of TeX's memory you used: 7038 strings out of 494041 98241 string characters out of 6158495 190429 words of memory out of 5000000 10327 multiletter control sequences out of 15000+600000 4403 words of font info for 15 fonts, out of 8000000 for 9000 475 hyphenation exceptions out of 8191 43i,0n,40p,772b,93s stack positions out of 5000i,500n,10000p,200000b,80000s
! ==> Fatal error occurred, no output PDF file produced! `
I thought you were talking about a simple R markdown to pdf file i.e. output: pdf_document where I could successful insert citations (as opposed to an apa6_pdf template). Sorry, if I misunderstood you.
No problem. But to be clear, the specification above is necessary regardless of whether you use apa6_pdf()
or pdf_document()
(i.e., also in simple R Markdown to PDF files). You are able to successfully insert citations because they are inserted by pandoc-citeproc
(not by biblatex
). You can see this if you simply omitting citation_package: biblatex
; I'm pretty sure it has no effect.
Simple executing the untouched papaja example template gives me this error:
Thanks. Could you maybe also upload the generated TeX file? I currently don't have the most recent pandoc
version installed but inspection of the TeX file may be helpful.
Okay, that looks like all sorts of things are going wrong. Do you really have to use pandoc
2.2.3-2? As far as I can tell this is not even an official release, yet. If these problem persists in the next release I'll be happy to address it, but at this point I'm not sure whether this is a problem in the development snapshot of pandoc
you are using or in papaja
. For example, the TeX document contains the following:
\begin{longtable}[]{@{}l@{}}
\toprule
\endhead
\begin{minipage}[t]{0.05\columnwidth}\raggedright
title: The title shorttitle: Title author: - name: First
Author\textsuperscript{1} affiliation: \enquote{1} corresponding: yes
address: Postal address email:
\href{mailto:my@email.com}{\nolinkurl{my@email.com}} - name: ~\&
Ernst-August Doelle\textsuperscript{1,2} affiliation: \enquote{1,2}
affiliation: - id: \enquote{1} institution: Wilhelm-Wundt-University -
id: \enquote{2} institution: Konstanz Business School author\_note:
\textbar{}- Add complete departmental affiliations for each author here.
Each new line herein must be indented, like this line.\strut
\end{minipage}\tabularnewline
\begin{minipage}[t]{0.05\columnwidth}\raggedright
Enter author note here.\strut
\end{minipage}\tabularnewline
\begin{minipage}[t]{0.05\columnwidth}\raggedright
Correspondence concerning this article should be addressed to First
Author, Postal address. E-mail:
\href{mailto:my@email.com}{\nolinkurl{my@email.com}} abstract:
\textbar{} Enter abstract here. Each new line herein must be indented,
like this line. keywords: keywords wordcount: X bibliography:
r-references.bib figsintext: no figurelist: no tablelist: no
footnotelist: no lineno: yes mask: no class: man output:
papaja::apa6\_pdf\strut
\end{minipage}\tabularnewline
\bottomrule
\end{longtable}
For some reason it looks like the YAML front matter printed as a table in the body of the document. I doubt this is intended behavior and I see no obvious way in which papaja
could cause this. Indeed, from this issue it sounds like this was a temporary bug in pandoc
. Hence, I strongly suggest you use the latest pandoc
release or downgrade to pandoc
2.2.1.
You are right, I was using a daily build of pandoc. I reverted to the earliest version of pandoc that includes the fix I needed (pandoc 2.2) and now it works! Only with the devel-version of papaja though, but thats fine with me. Finally, APA citations are working properly for me.
Thank you for looking into this. I also really appreciate that export to Word has improved substantially, thank you!
You are welcome. Thanks for reaching out about this issue. Bug reports are always appreciated.
Hi,
I just updated Pandoc from the version that comes with RStudio to Pandoc-2.2.3-2, because of this significant citations bug.
Now citations are not generated anymore, it says
'pandoc-citeproc: reference leucht_SixtyYearsPlaceboControlled_2017 not found'
I can insert citations without a problem, but they are not outputted. I tried generating new keys in Zotero, to no avail.
Can someone confirm this? I am running Papaja version v0.1.0.9709 and Rstudio Version 1.1.456.
Thank you!