
Estou tentando instalar o "tabto.sty" e estou usando o vanilla TeXLive do CTAN.
A macro tabto é arquivada no CTAN no seguinte diretório -
1. http://www.ctan.org/tex-archive/macros/latex/contrib/tabto
mas meu repositório TeXLive está procurando por ele neste local --
2. http://mirrors.ibiblio.org/pub/mirrors/CTAN/systems/texlive/tlnet
e não contém tabto.
Eu sei que posso baixar diretamente o arquivo sty (ou arquivo zip) do URL do CTAN (link 1 acima) e usá-lo. Mas eu não quero fazer isso.
Como faço para que meu TeXLive busque todos os itens necessários de ambos os URLs acima? Existe algum link compatível com "tlnet" para o repositório CTAN (link 1) que eu possa usar com tlmgr ?
Responder1
Para encontrar os pacotes TeX Live que contêm um arquivo específico (por exemplo tabto.sty
), você pode usar o seguinte comando:
% pesquisa tlmgr --global --file tabto.sty tlmgr: repositório de pacotes http://mirrors.ibiblio.org/pub/mirrors/CTAN/systems/texlive/tlnet tabto-ltx: texmf-dist/tex/latex/tabto-ltx/tabto.sty
Agora você sabe o nome do pacote TeX Live a ser instalado. Você pode instalá-lo com o seguinte comando:
% tlmgr instalar tabto-ltx
Responder2
Os nomes dos pacotes TeX Live nem sempre são iguais aos nomes dos pacotes LaTeX que eles contêm. Neste caso você quer tabto-ltx
.
$ tlmgr info tabto
tlmgr: package repository http://anorien.csc.warwick.ac.uk/mirrors/CTAN/systems/texlive/tlnet
tlmgr: cannot find package tabto
nada além de:
$ tlmgr info tabto-ltx
package: tabto-ltx
category: Package
shortdesc: "Tab" to a measured position in the line.
longdesc: \tabto{<length>} moves the typesetting position to <length> from the left margin of the paragraph. If the typesetting position is already further along, \tabto starts a new line; the command \tabto* will move position backwards if necessary, so that previous text may be overwritten. The command \TabPositions may be used to define a set of tabbing positions, after which the command \tab advances typesetting position to the next defined 'tab stop'.
installed: Yes
revision: 30710
sizes: doc: 121k, run: 9k
relocatable: Yes
cat-version: 1.3
cat-date: 2013-05-25 17:03:59 +0200
cat-license: lppl
collection: collection-latexextra