Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-22-2005, 10:07 AM
|
#1
|
Member
Registered: Dec 2003
Location: Hong Kong SAR
Distribution: Slackware 9.1, 10.x, slackware-current
Posts: 186
Rep:
|
LaTeX commands: texi2pdf, latex, dvipdf
Hi all,
Just some silly questions:
1) Is there any difference between LaTex and TeTex?
2) texi2pdf will produce pdf excatly the same as the one produced by commands latex and dvipdf. So what makes the difference having 2 ways to make pdf? (same argument applies on ps file)
3) Any good forum on LaTex? (Googled but no luck)
Thanks all.
|
|
|
01-22-2005, 10:21 AM
|
#2
|
LQ Newbie
Registered: Jul 2003
Distribution: Fedora Core 3
Posts: 11
Rep:
|
As it says in the RPM description,
"TeTeX is an implementation of TeX for Linux or UNIX systems."
It includes the LaTeX macros.
AFAIK, texi2pdf is just a wrapper script to call texi2dvi with the pdf option.
You might try the "pdflatex" command. I think it produces better looking PDF for screen display.
As for forums, I found references to the Usenet group comp.text.tex, but that's it.
|
|
|
01-22-2005, 08:39 PM
|
#3
|
Member
Registered: Dec 2003
Location: Hong Kong SAR
Distribution: Slackware 9.1, 10.x, slackware-current
Posts: 186
Original Poster
Rep:
|
Thanks, Mike.
Just some wild thought.
I found that there are quite lots of ways to produce pdf/ps with LaTeX, but AFAIK some commands are one of the packages in LaTeX or TeTeX. You can invoke them easily in CLI at your will. It seems so strange to me -- Do we need so much commands. Anyway, I would be grateful if someone could point out the difference on that.
|
|
|
01-23-2005, 10:19 AM
|
#4
|
LQ Newbie
Registered: Jul 2003
Distribution: Fedora Core 3
Posts: 11
Rep:
|
Well, it's like the Perl motto: "There's more than one way to do it." You pick the way you're happy with and use that. I use pdflatex because it was, at least originally, the only way to get proper fonts into a PDF file. Later, I learned to put in thumbnails, use landscape mode for presentations, and put in some dynamic PowerPoint-like features using the TeXpower package. But use the one that's right for you.
On that note, there is a pdfTeX page at TUG , which includes a link to the pdfTeX mailing list and archive . That would be the place to find more information.
|
|
|
01-23-2005, 02:33 PM
|
#5
|
LQ Newbie
Registered: Nov 2003
Location: Greece & UK
Distribution: Fedora Core 4
Posts: 22
Rep:
|
There are many ways to do one thing, sure but in this case the two ways to generate pdf's have many differences.
The first method (tex -> dvi -> pdf) is a two step process and offers the benefits of tex to dvi conversion. This means that many latex packages will work here without problems, no matter what the output (pdf in this case). Though you loose many pdf-specific features and there are some problems with fonts. Images also become blury, so be careful.
The second method (tex -> pdf) uses pdflatex which is a one step process. pdflatex offers pdf-specific features. In addition, fonts look good and can import images directly. Its also considered to generate better pdf's. A note of warning though, many packages don't support pdflatex.
Whatever method you choose to use, make sure your images are saved in multiple formats (when generating .ps one format is used, while .pdf uses the other format).
|
|
|
01-23-2005, 02:34 PM
|
#6
|
LQ Newbie
Registered: Nov 2003
Location: Greece & UK
Distribution: Fedora Core 4
Posts: 22
Rep:
|
Oh, if you need latex/tex related help, then try freenode's irc channel #latex.
|
|
|
01-23-2005, 03:18 PM
|
#7
|
LQ Newbie
Registered: Jul 2003
Distribution: Fedora Core 3
Posts: 11
Rep:
|
Quote:
Originally posted by sehh
There are many ways to do one thing, sure but in this case the two ways to generate pdf's have many differences.
...
|
I generally work with the latex/dvips command until I get things to work, then use pdflatex to put the document into an electronically viewable form. There are several tricks you can use so that the .tex file can be processed by both latex and pdflatex, unfortunately, I left my bag of tricks at the office.
|
|
|
01-23-2005, 03:32 PM
|
#8
|
LQ Guru
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733
|
There is a site called CTAN ( Comprehensive Tex Archive Network ) www.ctan.org .
There you can download TeTex, but you probably already have it, or for windows MikTex.
It is also a good starting point to locate documentation, and the latest news.
You might want to install the Kile program. It is a Latex IDE environment. I also like Kdvi. If you update a .dvi output, the file is automatically reloaded. With a dual monitor setup, you could edit in a plain text editor, rerun latex, and the results wou
ld be reflected in the other monitor.
|
|
|
All times are GMT -5. The time now is 08:28 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|