

Code: Select all
marialin ~ # dep -k tetex
app-text/tetex:
| s
| p p
| p a x
| c r 8
| - c 6
| a a p m s - -
| l m h i m m p a s p f f
| p d a p a 6 i p c c 3 a b x b
| h 6 r p 6 8 p p 6 o 9 s r s 8 s
| a 4 m a 4 k s c 4 s 0 h c d 6 d
----------+---------------v----------------
2.0.2-r5 | + + + + + + + + + + + + + +
2.0.2-r8 | + + + + + + ~ + + + + + + +
2.0.2-r9 | + + + + + + ~ ~ + ~ + + + +
3.0-r3 | ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
3.0-r4 | ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
3.0_p1 | ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
3.0_p1-r1 | ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
3.0_p1-r2 | ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
3.0_p1-r3 > ~ + + + + + + + ~ + + + + ~
marialin ~ # dep -k texlive
app-text/texlive:
| s
| p p
| p a x
| c r 8
| - c 6
| a a p m s - -
| l m h i m m p a s p f f
| p d a p a 6 i p c c 3 a b x b
| h 6 r p 6 8 p p 6 o 9 s r s 8 s
| a 4 m a 4 k s c 4 s 0 h c d 6 d
-----+---------------v----------------
2005 x ~ ~



Or you could specify your problem.Nerdanel wrote:I'm trying to do an important latex document with a few diagrams in it and some Greek letters in the diagrams. Unfortunately dia (how come there doesn't seem to be a better diagram program for Linux?) and tetex seem to have parted ways. They've always used to be a tricky couple, but this time it's increasingly looking like I'll either have to install texlive by hand (does it work nicely with Kile?) or accept the pain of programming pstricks by hand.

For my thesis this combination worked. I exported to .eps from dia and used a script like this, but did some modifications on this script (I'll send you by PM, if you're interested). Was kind of tricky to find this way, maybe better join the comp.text.tex newsgroup or your local one.Nerdanel wrote:...Unfortunately dia ... and tetex seem to have parted ways.

It is a good recommendation to avoid file collisions, so maybe you should file that bug. TEXMFSITE was just created for packages installing into the TeXMF tree. app-text/tetex is pulled in by default (and is only virtual/texlive not masked), that's why you need to add that.nabla² wrote:@V-Li
I wrote a small guide on the Gentoo Wiki while I was installing TeXLive. Is it better to set the ROOTPATH or add it before emerging? Somehow it did not work to add texlive to package.provided. I had to add tetex. Do you know why?
I chose an additional folder for texmf-site to have my manually installed files and the one by portage separated. Are files by portage to be installed in TEXMFSITE in general? If yes, should I file a bug report for gnuplot-4.2_rc1 because it uses TEXMLOCAL or Maxima which uses /usr/share/texmf/?
I'll file the reports and point to your solution in app-emacs/auctex. Maybe this should be integrated in an eclass.V-Li wrote:It is a good recommendation to avoid file collisions, so maybe you should file that bug. TEXMFSITE was just created for packages installing into the TeXMF tree. app-text/tetex is pulled in by default (and is only virtual/texlive not masked), that's why you need to add that.nabla² wrote:@V-Li
I wrote a small guide on the Gentoo Wiki while I was installing TeXLive. Is it better to set the ROOTPATH or add it before emerging? Somehow it did not work to add texlive to package.provided. I had to add tetex. Do you know why?
I chose an additional folder for texmf-site to have my manually installed files and the one by portage separated. Are files by portage to be installed in TEXMFSITE in general? If yes, should I file a bug report for gnuplot-4.2_rc1 because it uses TEXMLOCAL or Maxima which uses /usr/share/texmf/?
What do you mean by adding or setting ROOTPATH?
As long as the TeXLive binaries are found by Portage. PATH is reconstructed without PATH from the environment (which is good), so you must inject it somehow...by which means does not matter.nabla² wrote:I'll file the reports and point to your solution in app-emacs/auctex. Maybe this should be integrated in an eclass.V-Li wrote:It is a good recommendation to avoid file collisions, so maybe you should file that bug. TEXMFSITE was just created for packages installing into the TeXMF tree. app-text/tetex is pulled in by default (and is only virtual/texlive not masked), that's why you need to add that.nabla² wrote:@V-Li
I wrote a small guide on the Gentoo Wiki while I was installing TeXLive. Is it better to set the ROOTPATH or add it before emerging? Somehow it did not work to add texlive to package.provided. I had to add tetex. Do you know why?
I chose an additional folder for texmf-site to have my manually installed files and the one by portage separated. Are files by portage to be installed in TEXMFSITE in general? If yes, should I file a bug report for gnuplot-4.2_rc1 because it uses TEXMLOCAL or Maxima which uses /usr/share/texmf/?
What do you mean by adding or setting ROOTPATH?
You probably mean virtual/tetex (not texlive). Does it depend equally on tetex or texlive (is there an ebuild to check it, I was not able to find it)? I unmasked the latter (and had it installed before TL07) so I thought texlive is just as good as tetex.
I added the TL binaries to PATH and ROOTPATH so I did not need to add additional ROOTPATH information when building auctex. I AFAICS think this is a good idea although you did it manually in your auctex installation guide. I just want to be sure that this is no severe fault.
thx
You can useNerdanel wrote:I decided to get texlive, but it turned out that there was no install CD for amd64/x86_64 and I have no DVD drive. I don't know if there's any way to install from a DVD iso, but if there is one I don't know it. Why can't the texlive people do installs like normal folks?
Code: Select all
mount -t iso9660 -o loop,ro /pfad/image.iso /mnt/mountpointkpsewhich isn't on my PATH. I don't get any fonts at all. Argh. Do I need to edit on the command line? I really like Kile. In fact I'm considering using xfig and ancient tetex as long as I get to use Kile.KDVI relies on the kpsewhich program to locate font files on your hard disc and to generate PK fonts, if necessary.
There were problems running kpsewhich. As a result, some font files could not be located, and your document might be unreadable.
Possible reason: The kpsewhich program is perhaps not installed on your system, or it cannot be found in the current search path.
What you can do: The kpsewhich program is normally contained in distributions of the TeX typesetting system. If TeX is not installed on your system, you could install the TeTeX distribution (www.tetex.org). If you are sure that TeX is installed, please try to use the kpsewhich program from the command line to check if it really works.