Instalei o TexLive no Arch Linux junto texlive-latexextra
para usar o pacote todonotes
, mas latexmk
não encontro o todonotes.sty
arquivo. Isto é o que ele imprime:
$ látexmk --
pdf latex-preview.tex
Latexmk: This is Latexmk, John Collins, 5 February 2015, version: 4.43a.
Latexmk: applying rule 'pdflatex'...
Rule 'pdflatex': File changes, etc:
Non-existent destination files:
'latex-preview.pdf'
------------
Run number 1 of rule 'pdflatex'
------------
------------
Running 'pdflatex -recorder "latex-preview.tex"'
------------
This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Arch Linux) (preloaded format=pdflatex)
restricted \write18 enabled.
entering extended mode
(./latex-preview.tex
LaTeX2e <2015/10/01> patch level 2
Babel <3.9m> and hyphenation patterns for 79 languages loaded.
(/usr/share/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
(/usr/share/texmf-dist/tex/latex/base/size10.clo))
! LaTeX Error: File `todonote.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
Enter file name:
Localizei-o manualmente, está em formato /usr/share/texmf-dist/tex/latex/todonotes/
.
Por algum motivo, esta pasta não foi adicionada aos locais latexmk
de pesquisa de arquivos sty.
Então, como procura latexmk
arquivos sty e como adiciono pastas para pesquisa?
Correr texhash
dá isso:
texhash: Updating /etc/texmf/ls-R...
texhash: Updating /usr/share/texmf-dist/ls-R...
texhash: Updating /var/lib/texmf/ls-R...
texhash: Done.
Mas não funciona depois disso ou após a reinicialização.
texhash
afirma assistir ls -R /usr/share/texmf-dist/
. Deve encontrá-lo lá, considerando o seguinte:
$ ls -R /usr/share/texmf-dist/ | grep todonotes
fixmetodonotes
todonotes
/usr/share/texmf-dist/tex/latex/fixmetodonotes:
fixmetodonotes.sty
/usr/share/texmf-dist/tex/latex/todonotes:
todonotes.sty
luatodonotes
/usr/share/texmf-dist/tex/lualatex/luatodonotes:
luatodonotes.lua
luatodonotes.sty
todonotes-xetex-bidi.def
E
$ kpsewhich todonotes.sty
/usr/share/texmf-dist/tex/latex/todonotes/todonotes.sty
Responder1
! LaTeX Error: File `todonote.sty' not found.
e
/usr/share/texmf-dist/tex/latex/todonotes:
todonotes.sty
um tem um s e outro não....