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.
|
|
07-26-2002, 08:15 AM
|
#1
|
Member
Registered: Jun 2002
Posts: 302
Rep:
|
Does Anyone Use Latex?
I was just wondering how many of you actually use Latex. I used Latex in my computer science graduation project, but I saw that it had quite a few shortcomings (such as the number of sections you can have (eg. Chapter, .., Section, Subsection, ..). At a certain point (I think Subsubsection or something along these lines), you could not go in another indentation level. Also, when I came to write up my resume, I tried to find a good resume sample make with Latex but failed. I've searched extensively on the web but couldn't find much, although I did find several books and tutorials. Any ideas? Thanks for your time.
PS. Is there a repository of some type with sample papers written using Latex and the Latex source for them?
|
|
|
07-26-2002, 11:02 AM
|
#2
|
Member
Registered: Feb 2002
Location: Turkiye
Distribution: Pardus
Posts: 147
Rep:
|
Maybe you want to check www.lyx.org
|
|
|
07-26-2002, 12:08 PM
|
#3
|
Moderator
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696
|
I use LaTeX or TeX. There's a great archive www.ctan.org, with docs, exampes, programs etc.
|
|
|
07-26-2002, 04:19 PM
|
#4
|
Member
Registered: Jun 2002
Posts: 302
Original Poster
Rep:
|
But do you actually use it for all your word-processing needs? Also, do you know if it supports UTF-8 or not? Thanks again...
PS. Also, how do you get around things such as the limitted number of layers (ex. Chapter, .., Section, Subsection, ...)?
|
|
|
07-27-2002, 12:33 PM
|
#5
|
Moderator
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696
|
I'm not using UTF-8, so I don't know...
I prefer TeX/LaTeX over other methods of creating documents. I usually work in a console editing files in joe, so it's much easier to type a plaing text file and add some extra characters than to switch to X and type it in an graphical text editor. Of course, I've got OpenOffice.org and sometimes I even use it (some people prefer .doc documents over .pdfs ). But all longer things - LaTeX.
If you get deeper, you can create your own layers. But in most cases you don't need them. Isn't the 5 level - format enough for you?
|
|
|
01-04-2003, 07:52 PM
|
#6
|
LQ Newbie
Registered: Jan 2003
Posts: 10
Rep:
|
I use latex for all my word processing (but it's called text processing here!) needs.
If I need more parts I use a different document style. Have you noticed that you normally have \paragraph and \subparagraph as well? If you use a \documentstyle{book} you will have \part and \chapter as well.
This will give you a total of 8 levels. Are you sure you should use that many?
If I ever had the need of more, I would open the document class (search for "article.cls" or "book.cls" in your latex installation), take a copy and edit as necessary. You can customize this to suit all your needs.
I use LaTeX everywhere, maybe except for desktop publishing. This can get hard without a WYSIWYG sometimes. (LaTeX is in this respect much like HTML.) I have done very advanced magazine layout with LaTeX but that was very time consuming and I would not choose that tool for that purpose if I did it profesionally.
|
|
|
10-28-2003, 06:50 AM
|
#7
|
Member
Registered: Jul 2003
Location: Valencia (Spain)
Distribution: slackware 11, FEDORA CORE 4, RHEL3, Gentoo...
Posts: 361
Rep:
|
I use LaTeX, and I love it
I like it because...
1) it's "similar" to programming, and I love programming
2) You have full control, converse than with word-like programs
3) You can write your documents just with a text editor (well, later you have to LaTeX it, and will need the whole LaTeX system), so you can create professional documents and don't need a great computing power to do it.
4) it's the only way to write scientific documents (I mean, it is the best way, and far away from other possibilities)
5) You can learn LaTeX. It may be more or less difficult, but it's possible to learn how to do anything that can be done
I have a couple more of reasons... but these 5 suffices
In fact, i discovered LaTeX no long time ago, but I use it for everything I'm able to. I must more.
Regards
|
|
|
07-09-2004, 09:34 AM
|
#8
|
LQ Newbie
Registered: Jul 2004
Posts: 1
Rep:
|
The truth is:
LaTeX is the best text editor for scientific purposes. I'm currently writing a book for IEEE using it.
LaTeX uses a programming language and lots of package that you'll have to research on the internet, forums, books. You'll waste a lot of time with it.
Formatting is excellent.
Programming is boring.
Is it better than Word? Yes, if you have the time and patience for it.
|
|
|
07-09-2004, 11:47 AM
|
#9
|
LQ Newbie
Registered: Apr 2004
Distribution: Slackware
Posts: 29
Rep:
|
I used to use plain TeX. Talk about fun! LaTeX is useful, and allows for a great deal of portability and formatting niftiness, but I found it difficult to use. Because of this, I went one level lower on the higherarchy of language and started using TeX.
have you ever tried to do a complex table in TeX? A simple six column by eight row table can easily take up a hundred lines of TeX code.
These days, I don't really use TeX for much other than longer projects, such as stories and the like. TeX allows me to free myself from the issues of formatting and funky control sequences, since a simple markup will allow me to create section breaks, chapter breaks, comments, etc. The nice thing is that I can make these markups up on the fly, and then define them later.
I have done resumes and laboratory reports using TeX. Send me an email at (remove all instances of ?, and replace words with symbols) hcgernhardt?at?hotmail?dot?com if you'd like to see them. It may take me a little while to dredge them up, as they are stored on a defunct computer.
Viel Glueck,
Henry
|
|
|
All times are GMT -5. The time now is 12:43 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
|
|