Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problemas ao tentar dar "knit" no coppedown [Solução disponível no thesisdown] #2

Open
AraujoH opened this issue Nov 8, 2020 · 0 comments

Comments

@AraujoH
Copy link

AraujoH commented Nov 8, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant