• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

LaTeX help... wth are smart quotes so retarded?

gopunk

Lifer
is there any way to get it so that " works and i don't have to use `` to get smart quotes?

i don't want my typing habits to get all fubared because of LaTeX 😛
 
Originally posted by: gopunk
is there any way to get it so that " works and i don't have to use `` to get smart quotes?

i don't want my typing habits to get all fubared because of LaTeX 😛

I am not sure. I am in engineering, I usually paraphrase and cite, rarely quoting.

TeX users are massochistic and narcissistic at the same time.😀.
 
Originally posted by: XFILE
what is Latex?

It's like programming a paper, and it looks really nice, but take a lot of time at first. Your paper doesn't have objects inserted for equations like Word.

For example, if you have the equation x = square root of 3/4 * pi, it is typed as

begin{equation}
x=\sqrt{\frac{3}{4}}\pi
end(equation}

I think this is right, but haven't used Latex in a month since I'm on Christmas break. Wow, I thought I was the only one who knew Latex.

Nick
 
what is Latex?
It was originally designed as a way of writing proper math equations before there were equation editors. LaTeX and its cousins are really getting quite outdated. I think for most people Word or similar programs are much better. Let me dig up my 10 point thoughts on it.
 
Wow I found it fast:

LaTeX and Word are two different ways of doing the same thing - producing a good looking scientific paper. They each have their advantages and disadvantages. I've worked with both during my schooling and here are the points that I found to be the most important (in no particular order):

1) Working on multiple computers: Word wins. I can take my document to virtually any computer in the world, and it will be immediately useable (especially if you save in an older format). With LaTeX, if I want to bring my work to a different computer (such as a different school lab) I need to download some version of TeX. I might not have permission to install TeX, I might not have the time to download the huge numbers of files, I may have trouble finding versions of TeX that will work on each different computer...

2) Group work: Word wins. What if only half the group understands Tex (I can imagine the look on my grandmothers face if I ask her to help type a family letter using TeX instead of Word)? What if some group members cannot download it? Word has many built in features that assist with multiple authors. The best you can do in TeX is to put comments listing the author of each sentence - but that really clutters up the source file. Also I can't count the number of times I was in a rush to finish a group project and found out that the disk with the project on it didn't have all the necessary files (fonts, formats, individual files for every single picture, etc.) meaning that I had to quickly drive from campus to the person who has that file.

3) Viruses: TeX wins. Word has many 'bugs' that are actually computer viruses. The must frustrating and one of the most common is the 'out of disk space' error. When this occurs it is difficult to save your file and most people give up and lose their data (although there is a simple workaround). This isn't a Word bug, but your computer is infected with a virus. TeX itself is basically immune from these. There are other examples, TeX wins in all.

4) Debugging: Word wins. Since TeX code must be converted into a viewable format you must code it properly. If you aren't skilled at computer programming, I wish you luck. It can take hours searching through a TeX file filled with complex symbols and code until you find the improper code that won't let you see your work. It is a viscous circle. You can't see your work, so you don't know where you messed up, so you can't edit it, so you can't see your work... With Word there is no debugging of code since there usually is no code (few people do any sort of Word macro work).

5) Learning curve: Word wins. Go back to my grandmother example. I truely think she would give up computers all together if she only had TeX to write letters with (assuming she could even figure out where, what, and how to download to use it in the first place). With Word, all you need is basic computer knowledge and you are up and running.

6) Cost: TeX wins. Assuming you have internet capability, TeX is virtually free. Although Word document viewers are free, Word itself often adds to the cost of computer purchases.

7) Writing time: Word wins. Due to #4 above, it is highely undesireable to write large sections of TeX code at once. Thus you must write a small section, save your file, load a TeX viewer, wait for it to be compiled, see it has errors, edit your TeX source, recompile, then you see your work, repeat until you like the outcome. With Word, you see what you get as you type it. The result is a document often takes 2-3 times as long to write in TeX.

8) Finished document: tie. I can get the exact same result with either so neither have any advantage.

9) Working with multiple programs: Word wins. Suppose you need to create a document with text, line drawings, pictures, and graphs. Word can create the line drawings, for the graphs you go to Excel (or similar program) and hit copy and paste, for the pictures you just hit insert picture. Need to change data on a graph? Just update it in Excel and it is automatically changed in Word. TeX is much more difficult. There is no built in drawing program. You must save the graphs as pictures and write code to load them in (meaning that the graphs are then uneditable if you get additional data, you must regenerate them, and resave them as another picture). Also all these individual items reqires another file that you must remember to copy (see #2 above).

10) Conversions to other formats: Word wins. Suppose you need your document as a webpage, as a PDF (assuming you have the PDF writer), as a Lotus 1-2-3 document, as an easily readable text file, or even a TeX file, etc. just hit 'Save As' in Word and you are done. Converting a TeX file to any other format can be quite a nightmare in time and expense. Note: due to easy converting, this eliminates the fear of outdated document formats that someone above mentioned.

There are other advantages and disadvantages of each, but they are minor compared to the top 10 I listed above.
 
I must disagree on point 8. While I would rather use Word because of debugging, Latex looks much better and Word's equation editor sucks. Everything is much prettier in Latex, and are not inserted as objects. Also, if some computer doesn't have equation editor installed for word, it is useless.
 
1) Working on multiple computers: Word wins. I can take my document to virtually any computer in the world, and it will be immediately useable (especially if you save in an older format). With LaTeX, if I want to bring my work to a different computer (such as a different school lab) I need to download some version of TeX. I might not have permission to install TeX, I might not have the time to download the huge numbers of files, I may have trouble finding versions of TeX that will work on each different computer...

i disagree, what if they don't have word?

it is not that hard to edit tex files... just ssh into where it is and use your favorite unix text editor. if you don't have an ssh program on there, there are java applets that you can use. TeX wins!

7) Writing time: Word wins. Due to #4 above, it is highely undesireable to write large sections of TeX code at once. Thus you must write a small section, save your file, load a TeX viewer, wait for it to be compiled, see it has errors, edit your TeX source, recompile, then you see your work, repeat until you like the outcome. With Word, you see what you get as you type it. The result is a document often takes 2-3 times as long to write in TeX.

this really depends on what type of document you are writing. for TeX's intended use, scientific... where you need diagrams, equations, etc, it is faster in TeX because you don't have to click around everywhere for that damned equation editor. since it is assumed that this is a comparison in the context of an academic setting, TeX wins!

8) Finished document: tie. I can get the exact same result with either so neither have any advantage.

i don't think i have ever seen a word document that looks as good as a TeX document. i'm sure you could get it after hours of tweaking, but i don't think anybody would do that. TeX wins!

10) Conversions to other formats: Word wins. Suppose you need your document as a webpage, as a PDF (assuming you have the PDF writer), as a Lotus 1-2-3 document, as an easily readable text file, or even a TeX file, etc. just hit 'Save As' in Word and you are done. Converting a TeX file to any other format can be quite a nightmare in time and expense. Note: due to easy converting, this eliminates the fear of outdated document formats that someone above mentioned.

i'll give you this, but in an academic setting, PS is standard, so there is no difference.


and btw, LaTeX 0wnz equation editor because that damn thing is buggy. i can't tell you how many times i've gotten that "cannot write to disk, disk is full" error :|
 
Emacs has a TeX mode which automatically converts " (double quote without direction) to `` or '' (two single quotes) depending on context (it automatches).

TeX and LaTeX are awesome. You don't need to worry about conversion to other outputs because it uses standard outputs like PS and PDF. It's free and easily available on most machines runing *nix. Anybody can edit a .tex file with any text editor rather than some proprietary $400 office suite software from MS. Also, there is every symbol imaginable for math and science that aren't available with Word.
 
Originally posted by: dullard
Wow I found it fast:

LaTeX and Word are two different ways of doing the same thing - producing a good looking scientific paper. They each have their advantages and disadvantages. I've worked with both during my schooling and here are the points that I found to be the most important (in no particular order):

1) Working on multiple computers: Word wins. I can take my document to virtually any computer in the world, and it will be immediately useable (especially if you save in an older format). With LaTeX, if I want to bring my work to a different computer (such as a different school lab) I need to download some version of TeX. I might not have permission to install TeX, I might not have the time to download the huge numbers of files, I may have trouble finding versions of TeX that will work on each different computer...

2) Group work: Word wins. What if only half the group understands Tex (I can imagine the look on my grandmothers face if I ask her to help type a family letter using TeX instead of Word)? What if some group members cannot download it? Word has many built in features that assist with multiple authors. The best you can do in TeX is to put comments listing the author of each sentence - but that really clutters up the source file. Also I can't count the number of times I was in a rush to finish a group project and found out that the disk with the project on it didn't have all the necessary files (fonts, formats, individual files for every single picture, etc.) meaning that I had to quickly drive from campus to the person who has that file.

3) Viruses: TeX wins. Word has many 'bugs' that are actually computer viruses. The must frustrating and one of the most common is the 'out of disk space' error. When this occurs it is difficult to save your file and most people give up and lose their data (although there is a simple workaround). This isn't a Word bug, but your computer is infected with a virus. TeX itself is basically immune from these. There are other examples, TeX wins in all.

4) Debugging: Word wins. Since TeX code must be converted into a viewable format you must code it properly. If you aren't skilled at computer programming, I wish you luck. It can take hours searching through a TeX file filled with complex symbols and code until you find the improper code that won't let you see your work. It is a viscous circle. You can't see your work, so you don't know where you messed up, so you can't edit it, so you can't see your work... With Word there is no debugging of code since there usually is no code (few people do any sort of Word macro work).

5) Learning curve: Word wins. Go back to my grandmother example. I truely think she would give up computers all together if she only had TeX to write letters with (assuming she could even figure out where, what, and how to download to use it in the first place). With Word, all you need is basic computer knowledge and you are up and running.

6) Cost: TeX wins. Assuming you have internet capability, TeX is virtually free. Although Word document viewers are free, Word itself often adds to the cost of computer purchases.

7) Writing time: Word wins. Due to #4 above, it is highely undesireable to write large sections of TeX code at once. Thus you must write a small section, save your file, load a TeX viewer, wait for it to be compiled, see it has errors, edit your TeX source, recompile, then you see your work, repeat until you like the outcome. With Word, you see what you get as you type it. The result is a document often takes 2-3 times as long to write in TeX.

8) Finished document: tie. I can get the exact same result with either so neither have any advantage.

9) Working with multiple programs: Word wins. Suppose you need to create a document with text, line drawings, pictures, and graphs. Word can create the line drawings, for the graphs you go to Excel (or similar program) and hit copy and paste, for the pictures you just hit insert picture. Need to change data on a graph? Just update it in Excel and it is automatically changed in Word. TeX is much more difficult. There is no built in drawing program. You must save the graphs as pictures and write code to load them in (meaning that the graphs are then uneditable if you get additional data, you must regenerate them, and resave them as another picture). Also all these individual items reqires another file that you must remember to copy (see #2 above).

10) Conversions to other formats: Word wins. Suppose you need your document as a webpage, as a PDF (assuming you have the PDF writer), as a Lotus 1-2-3 document, as an easily readable text file, or even a TeX file, etc. just hit 'Save As' in Word and you are done. Converting a TeX file to any other format can be quite a nightmare in time and expense. Note: due to easy converting, this eliminates the fear of outdated document formats that someone above mentioned.

There are other advantages and disadvantages of each, but they are minor compared to the top 10 I listed above.

That sums it up for me:

LaTeX is teh $uck, and only used by Unix people who want to be 1337.
😉

 
Originally posted by: way
Emacs has a TeX mode which automatically converts " (double quote without direction) to `` or '' (two single quotes) depending on context (it automatches).

Emacs rules. I will certainly give LaTeX my vote in user-configurability and in equations. For any scientific papers I have ever had to write, LaTeX was the preferred tool.
 
Back
Top