You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recentemente, nas tentativas de escrever minha tese usando o coppedown, encontrei um problema e não estava conseguindo “knitear” o código sem ter feito mudança alguma nele. O erro é:
pandoc-citeproc: reference angel2000 not found
pandoc-citeproc: reference goochandgooch2001 not found
pandoc-citeproc: reference goochandgooch2001 not found
pandoc-citeproc: reference Molina1994 not found
pandoc-citeproc: reference reedweb2007 not found
pandoc-citeproc: reference noble2002 not found
! LaTeX Error: Environment cslreferences undefined.
Graças a uma resposta no fórum R Studio Community, eu comparei o template.tex do coppedown com o do thesisdown e notei que no thesidown havia um pedaço de código a mais.
Quando eu adicionei esse pedaço de código ao meu template.tex, o meu código “kniteou” sem problemas.
O código em questão é:
%Added by @MyKo101, code provided by @GerbrichFerdinands
$if(csl-refs)$
\newlength{\cslhangindent}
\setlength{\cslhangindent}{1.5em}
\newenvironment{cslreferences}%
{$if(csl-hanging-indent)$\setlength{\parindent}{0pt}%
\everypar{\setlength{\hangindent}{\cslhangindent}}\ignorespaces$endif$}%
{\par}
$endif$
Caso alguém esteja enfrentando o mesmo problema, o código acima pode ser a solução.
The text was updated successfully, but these errors were encountered:
Recentemente, nas tentativas de escrever minha tese usando o
coppedown
, encontrei um problema e não estava conseguindo “knitear” o código sem ter feito mudança alguma nele. O erro é:Graças a uma resposta no fórum R Studio Community, eu comparei o
template.tex
docoppedown
com o dothesisdown
e notei que nothesidown
havia um pedaço de código a mais.Quando eu adicionei esse pedaço de código ao meu
template.tex
, o meu código “kniteou” sem problemas.O código em questão é:
Caso alguém esteja enfrentando o mesmo problema, o código acima pode ser a solução.
The text was updated successfully, but these errors were encountered: