Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
PROBLEMA emerge LaTex QUALE?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
102376
l33t
l33t


Joined: 19 Mar 2005
Posts: 608

PostPosted: Wed Jun 29, 2005 7:41 pm    Post subject: PROBLEMA emerge LaTex QUALE? Reply with quote

ciao a tutti ho cercato con emerge -s latex ma non riesco a capire quale scaricare a me serve un compilatore che mi compila il .tex in pdf cosa scarico???
Back to top
View user's profile Send private message
mambro
l33t
l33t


Joined: 22 Mar 2004
Posts: 752
Location: Mira (VE) - Italy

PostPosted: Wed Jun 29, 2005 8:39 pm    Post subject: Reply with quote

A occhio potrebbe esserti utile questo
Code:

* app-text/dvipdfm
     Available versions:  0.13.2c
     Installed:           no
     Homepage:            http://gaspra.kettering.edu/dvipdfm/
     Description:         DVI to PDF translator

o questo
Code:

* app-text/dvipdfmx
     Available versions:  20031116 20040411 ~20050201
     Installed:           no
     Homepage:            http://project.ktug.or.kr/dvipdfmx/
     Description:         DVI to PDF translator with multi-byte character support

In modo che dai
Code:

latex testo.tex

e ottieni il .dvi e poi lo trasformi in pdf con quel programma
_________________
"The design of a worldwide, fully transparent distributed file system for simultaneous use by millions of mobile and frequently disconnected users is left as an excercise for the reader".
Andrew S. Tanenbaum, Distributed Operating Systems.
Back to top
View user's profile Send private message
102376
l33t
l33t


Joined: 19 Mar 2005
Posts: 608

PostPosted: Wed Jun 29, 2005 8:41 pm    Post subject: Reply with quote

ma il fatto che quale emerge defo fare per avere latex sample.tex ????
ma esiste anche un programma che si chiama pdflatex
e dai il comando
Code:
pdflatex sample.tex

esiste in portage io c'è lho su un pc slacware....
Back to top
View user's profile Send private message
nick_spacca
l33t
l33t


Joined: 29 May 2004
Posts: 689
Location: Paris/France

PostPosted: Wed Jun 29, 2005 8:46 pm    Post subject: Reply with quote

Code:
nick-book nick # emerge -pv tetex

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] app-text/tetex-2.0.2-r5  +X -doc 0 kB

Total size of downloads: 0 kB
nick-book nick #

_________________
I can resist anything but temptation.
(O. Wilde)
Back to top
View user's profile Send private message
ataraxic
n00b
n00b


Joined: 26 Sep 2004
Posts: 74
Location: Brescia

PostPosted: Wed Jun 29, 2005 8:52 pm    Post subject: Re: PROBLEMA emerge LaTex QUALE? Reply with quote

zocram wrote:
ciao a tutti ho cercato con emerge -s latex ma non riesco a capire quale scaricare a me serve un compilatore che mi compila il .tex in pdf cosa scarico???


Ciao!

Io da "buon nubbio" mi sono emerso tetex, suite completa latex e uso come GUI kile, veramente ben fatta!!
Naturalmente la soluzione di cui sopra non è sicuramente la più parsimoniosa, ma per lo meno eviti problemi di pacchetti mancanti e altre problemucci.

PS Visto che il topic è stato aperto mi ricollego anche io; ho un laptop piuttosto scaccio (128M di RAM e pentium III) ed ho intenzione di installare latex, quali pacchetti devo installare per avere una distribuzione latex minimale e funzionante?? Vorrei cmq utilizzare una GUI piuttosto user-friendly possibilmente ancora kile (lyx non mi è sembrata così potente e sicuramente così intuitiva!!).

Grazie
_________________
Le religioni sono come le lucciole: per brillare hanno bisogno del buio
Back to top
View user's profile Send private message
nick_spacca
l33t
l33t


Joined: 29 May 2004
Posts: 689
Location: Paris/France

PostPosted: Wed Jun 29, 2005 9:05 pm    Post subject: Re: PROBLEMA emerge LaTex QUALE? Reply with quote

ataraxic wrote:
(...) ho un laptop piuttosto scaccio (128M di RAM e pentium III) ed ho intenzione di installare latex, quali pacchetti devo installare per avere una distribuzione latex minimale e funzionante?? Vorrei cmq utilizzare una GUI piuttosto user-friendly possibilmente ancora kile (lyx non mi è sembrata così potente e sicuramente così intuitiva!!).

Grazie



Come detto sopra, devi installare tetex (e dipendenze) per avere latex funzionante....se poi vuoi una GUI (lyx NON e' una gui per latex, ma un programma COMPLETAMENTE diverso, e' un editor WYSIWYG, del tipo word....) penso che tu debba per forza installare kile, al massimo la versione >= 3.4 utilizzando lo split dei pacchetti Kde, altrimenti dacci dentro di VIM :wink: 8) 8)
_________________
I can resist anything but temptation.
(O. Wilde)
Back to top
View user's profile Send private message
knefas
l33t
l33t


Joined: 21 Dec 2003
Posts: 828

PostPosted: Thu Jun 30, 2005 7:12 am    Post subject: Reply with quote

vai con tetex che ti installa tutto (come gia' detto). Al suo interno ha gia' tutto quello che ti serve (compreso dvipdfm). Se fai documenti per il web (pdf) consiglio di usare pdflatex (il file .tex dovra' avedere delle cose leggermente diverse, specialmente le immagini, ma son scemate).

Buon lavoro, ti consiglio di guardare qui per informazioni e forum dedicato. :)
Back to top
View user's profile Send private message
sanchan
Retired Dev
Retired Dev


Joined: 09 May 2004
Posts: 74

PostPosted: Fri Jul 08, 2005 11:07 am    Post subject: Re: PROBLEMA emerge LaTex QUALE? Reply with quote

ataraxic wrote:


Io da "buon nubbio" mi sono emerso tetex, suite completa latex e uso come GUI kile, veramente ben fatta!!
Naturalmente la soluzione di cui sopra non è sicuramente la più parsimoniosa, ma per lo meno eviti problemi di pacchetti mancanti e altre problemucci.


Visto che sembra che a te latex funzioni in modo decente, puoi provare a lanciare
Code:
elatex

su questo file
http://cvs.sourceforge.net/viewcvs.py/*checkout*/tinyos/tinyos-1.x/doc/schemadocsrc/tinyschema.tex

e dirmi se a te funziona?
grazie.
Back to top
View user's profile Send private message
ataraxic
n00b
n00b


Joined: 26 Sep 2004
Posts: 74
Location: Brescia

PostPosted: Fri Jul 08, 2005 3:23 pm    Post subject: Re: PROBLEMA emerge LaTex QUALE? Reply with quote

sanchan wrote:


Visto che sembra che a te latex funzioni in modo decente, puoi provare a lanciare
Code:
elatex

su questo file [url=http://cvs.sourceforge.net/viewcvs.py/*checkout*/tinyos/tinyos-1.x/doc/schemadocsrc/tinyschema.tex]

e dirmi se a te funziona?

Putroppo mi da un errore che non sono riuscito a risolvere:
Code:

./tinyschema.tex:3:File `html.sty' not found. \usepackage


Sorry! :?
_________________
Le religioni sono come le lucciole: per brillare hanno bisogno del buio
Back to top
View user's profile Send private message
sanchan
Retired Dev
Retired Dev


Joined: 09 May 2004
Posts: 74

PostPosted: Fri Jul 08, 2005 8:28 pm    Post subject: Reply with quote

Sei messo meglio di me. A me non trova neppure il formato di elatex. Che versione di tetex/latex usi?
Puoi postare il tuo file /etc/texmf/fmtutil.d/00fmtutil.cnf ?
Sto cercando di capire se è un problema della ebuild di tetex-3.0-r2 o se è un problema tutto mio.
Ho postato un thread qualche giorno fa con i dettagli del problema ma non è stato molto seguito.
Ho aperto un bug anche su bugzilla, è un problemino parecchio fastidioso.
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Fri Jul 08, 2005 8:48 pm    Post subject: Reply with quote

Code:
(see the transcript file for additional information)
Output written on tinyschema.dvi (11 pages, 32476 bytes).
Transcript written on tinyschema.log.

non l'ho mai utilizzato... ma credo che funzioni...
Back to top
View user's profile Send private message
sanchan
Retired Dev
Retired Dev


Joined: 09 May 2004
Posts: 74

PostPosted: Sat Jul 09, 2005 6:25 am    Post subject: Reply with quote

Ic3M4n wrote:
Code:
(see the transcript file for additional information)
Output written on tinyschema.dvi (11 pages, 32476 bytes).
Transcript written on tinyschema.log.

non l'ho mai utilizzato... ma credo che funzioni...


Quale versione di tetex/latex usi? puoi postare il contenuto del file /etc/texmf/fmtutil.d/00fmtutil.cnf ?
Back to top
View user's profile Send private message
ataraxic
n00b
n00b


Joined: 26 Sep 2004
Posts: 74
Location: Brescia

PostPosted: Sat Jul 09, 2005 7:04 am    Post subject: Reply with quote

sanchan wrote:
Sei messo meglio di me. A me non trova neppure il formato di elatex. Che versione di tetex/latex usi?

Code:

Calculating dependencies ...done!
[ebuild   R   ] app-text/tetex-2.0.2-r5  +X -doc 85,040 kB


sanchan wrote:

Puoi postare il tuo file /etc/texmf/fmtutil.d/00fmtutil.cnf ?


Non ce l'ho quel file!!
Forse dipende dal fatto che io sto usando l'ultima versione stabile mentre tu l'ultima versione test (~)....infatti:
Code:

*  app-text/tetex :
        [   ] 1.0.7-r13 (0)
        [  I] 2.0.2-r5 (0)
        [M~ ] 2.0.2-r6 (0)
        [M~ ] 3.0-r1 (0)
        [M~ ] 3.0-r2 (0)


Bye!
_________________
Le religioni sono come le lucciole: per brillare hanno bisogno del buio
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Sat Jul 09, 2005 9:39 am    Post subject: Reply with quote

Code:
app-text/tetex
     Available versions:  1.0.7-r13 2.0.2-r5 ~2.0.2-r6 ~3.0-r1 ~3.0-r2
     Installed:           2.0.2-r5
     Homepage:            http://tug.org/teTeX/
     Description:         a complete TeX distribution


per il file... io non ho nemmeno la /texmf/ 8O
Back to top
View user's profile Send private message
sanchan
Retired Dev
Retired Dev


Joined: 09 May 2004
Posts: 74

PostPosted: Mon Jul 11, 2005 7:10 am    Post subject: Reply with quote

Attendo una settimana nel caso gli sviluppatori di gentoo necessitino altre informazioni per risolvere il bug e torno alla versione stable di tetex. Grazie per le vostre risposte.
Back to top
View user's profile Send private message
C4RD0Z4
Guru
Guru


Joined: 09 Feb 2005
Posts: 304
Location: Roma

PostPosted: Sat Jan 07, 2006 9:37 am    Post subject: consigli Latex Reply with quote

ciao a tutti,
dovendo scrivere la tesi, vorrei usare Latex. Un po' perchè fa figo :) ,ma soprattutto per imparare qualcosa di nuovo e migliore rispetto ai classici programmi di videoscrittura. E poi quasi tutti i libri scientifici usano Latex: un motivo ci sarà. Dato che non ne so un granchè vi chiedo che pacchetto dovrei emergere per poterlo far andare sulla mia Gentoo.
_________________
To iterate is human, to recurse, divine. - anonymous
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Sat Jan 07, 2006 9:42 am    Post subject: Reply with quote

Fatto il merge del thread aperto da C4RD0Z4...
Ma fare una ricerca costa tanta fatica?
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum