Risposte nei forum create
-
AutoreRisposte
-
::
Che e’ successo? Lo fa da ieri…`debian:/home/fosk# tlmgr update –all
tlmgr: package repository http://bo.mirror.garr.it/mirrors/CTAN/systems/texlive/tlnet
/home/texlive/2009/tlpkg/installer/xz/xzdec.i386-linux: (stdin): File format not recognized
First directive needs to be 'name', not at /home/texlive/2009/tlpkg/TeXLive/TLPOBJ.pm line 123,line 1.
`
::
Dimentico sempre le buone maniere 😳
`
\documentclass[a4paper]{article}
\usepackage[utf8]{inputenc}
[…]
\usepackage{tikz}
\usetikzlibrary{placements}
\usepackage{bbding}
\begin{document}\begin{tikzpicture}
[inner sep=2mm,sephirah/.style={circle,draw=black!70,fill=black!10,thick}]
\node[sephirah] (keter) at (0,0) {\textsc{Keter}};
\node[sephirah] (binah) [below=of keter, xshift=-5mm] {\textsc{Binah}};
\end{tikzpicture}$\NibRight$
\end{document}`
l’errore ricevuto
`! I can't find file `tikzlibraryplacements.code.tex'.
`
e ricevo un output che contiene, al posto di \NibRight, un simbolo astruso (la “o” di Fær Øer).
::Suppongo che il comando con “echo” che ti avevo suggerito sia leggermente più adatto. Anzi non è una supposizione, è una certezza. Ripristina bash.bashrc al suo stato primitivo, fallo subito.
Ho provato anche così ma non funziona! E’ il file piu simile a quello che mi avevi detto di trovare e cambiare…
Senza contare che se modifico bash.bashrc al suo stato originario, riottengo la distribuzione texlive del 2007 quando do which tex
::
Altro problema: quando compilo TeXmaker dice
`This is dvips(k) p1.7a Copyright 2005 ASCII Corp. (www-ptex@ascii.co.jp) based on dvips(k) 5.96 Copyright 2005 Radical Eye Software (www.radicaleye.com) ' TeX output 2009.11.19:1913' -> anre.ps dvips: ! Couldn't find header file pst-algparser.pro. Note that an absolute path or a relative path with .. are denied in -R2 mode.`
::
Primo problema
`debian:/home/fosk/Desktop/TeX# tlmgr update –reinstall-forcibly-removed –all
tlmgr: package repository http://mirror.ctan.org/systems/texlive/tlnet
[1/4, ??:??/??:??] auto-install: background [97k]
Downloading
http://mirror.ctan.org/systems/texlive/tlnet/archive/background.tar.xz
did not succeed, please retry.
/home/texlive/2009/bin/i386-linux/tlmgr: couldn't install new package background
[2/4, 00:23/00:24] auto-install: dashundergaps [71k]
Downloading
http://mirror.ctan.org/systems/texlive/tlnet/archive/dashundergaps.tar.xz
did not succeed, please retry.
/home/texlive/2009/bin/i386-linux/tlmgr: couldn't install new package dashundergaps
[3/4, 00:25/00:27] auto-install: spreadtab [1539k]
Downloading
http://mirror.ctan.org/systems/texlive/tlnet/archive/spreadtab.tar.xz
did not succeed, please retry.
/home/texlive/2009/bin/i386-linux/tlmgr: couldn't install new package spreadtab
[4/4, 00:01/00:04] auto-install: xesearch [618k]
Downloading
http://mirror.ctan.org/systems/texlive/tlnet/archive/xesearch.tar.xz
did not succeed, please retry.
/home/texlive/2009/bin/i386-linux/tlmgr: couldn't install new package xesearch
`
::
Ce l’ho fatta. Da shell`mv nome_directory/texlive/ nome_dir_di_destinazione`
io ho dato
`mv usr/local/texlive home/`
poi da root
`emacs etc/bash.bashrc`
e modificate il PATH da quello che c’era prima a quello che c’è ora:io ho cambiato la riga
`export PATH=/usr/local/texlive/2009/bin/i386-linux:${PATH}`
con
`export PATH=/home/texlive/2009/bin/i386-linux:${PATH}`
chiudete e riaprite (io ho fatto proprio logout – reboot)
ora funziona tutto, perchè sia tex -v che which tex dànno come risposta quel che voglio sentire.
L’ultimo passo: modificare i path a cui texmaker, kile o altro attingono per compilare, ma è facile.Divertente, alla fine!
::
Dove trovo .bashrc? E’ il nome di un file che devo modificare, arguisco… Grazie dell’aiuto intanto!EDIT: ho modificato etc/bash.bashrc, aggiungendo come uultima riga quel che hai detto
spero sia giusto: ottengo
`
@debian:~$ which tex/usr/local/texlive/2009/bin/i386-linux/tex
@debian:~$ tex -v
TeX 3.1415926 (TeX Live 2009)
kpathsea version 5.0.0
Copyright 2009 D.E. Knuth.
There is NO warranty. Redistribution of this software is
covered by the terms of both the TeX copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the TeX source.
Primary author of TeX: D.E. Knuth.@debian:~$
`
-
AutoreRisposte