bell notificationshomepageloginNewPostedit profile

Topic : Re: Using LaTex medium to enhance writing I asked my Calculus Professor for a recommendation. He said, "Sure. No problem. But write me an essay about yourself and since you're a computer guy, - selfpublishingguru.com

10% popularity

LaTeX is a fantastic piece of software. I do all my text writing in it - papers, letters, etc.

People are known to get totally addicted to it. Wander over to tex.stackexchange.com, and you'll find lots of such people there.

There is some overhead involved in learning it. However, this overhead is mostly caused by things like graphics and mathematics. A personal essay should not have any of these unless you are a graphics artist or a mathematical researcher. And if you were the latter you would already know LaTeX. :-) For a personal essay, the minimal level of markup required is trivial; just the beginning and end bits, which look as follows:

documentclass{article}
begin{document}

title{my title}
maketitle

some stuff

end{document}

See? Nothing to it. Put this in a text file called something.tex, and then do pdflatex something.tex and you get a something.pdf. Of course you need a LaTeX distribution installed, but if you are using a sensible OS like any of the Linux-based OS's, that is a piece of cake.

I think your professor may be having a little joke, or maybe he just wanted to see if you would show some initiative. Regardless, I recommend you follow his suggestion, and turn in a LaTeX file. Even if it is a bit rough, he should be impressed. Make sure to mention you've never used LaTeX before.

The people at tex.sx are very friendly. If you need help, go and talk to them. Chat is a good way. If you have questions, make sure to check the site first to make sure it has not already been answered.


Load Full (0)

Login to follow topic

More posts by @Ogunnowo420

0 Comments

Sorted by latest first Latest Oldest Best

Back to top