geekhack
geekhack Community => Other Geeky Stuff => Topic started by: ideus on Fri, 19 February 2016, 07:21:37
-
I wonder if some of you guys do use Latex to write.
-
Yup, if you mean LaTeX. I'm not a fan though. I prefer to use pandoc's extended Markdown with LaTeX formulas¹ and export it to LaTeX only when necessary, because various (La)TeX templates are often mandatory in academia.
¹ because they're widely supported, even by some JavaScript rendering libraries, and I can make use of tools such as detexify.kirelabs.org
-
Thought this was a tp thread based on the title...
-
I have used both Latex and LaTeX, but not recently.
In college, I wrote most assignments and my thesis in LaTeX. Just don't expect me to remember anything though.
I have cast Darth Maul's horns in Latex, but other than that I have had more failures than successes.
-
LaTeX all day every day. I'm writing my dissertation, so I mean it literally. I just put a third digit on my page count a few days ago, even with all of my pictures hidden using
\PassOptionsToPackage{demo}{graphicx}
.
-
I sleep on latex, I don't think that is what you meant though.
-
(http://i.imgur.com/ezHPmJT.gif)
-
I meant the typesetting system LaTeX.
-
only when I feel kinky, stay safe kids seriously.....
I google'd to make sure what you meant. First result was fine but images :eek:
-
Used to back when I was uni, swore by it :thumb:
-
Not this:
(http://i.imgur.com/nilntJp.jpg)
-
Used it for all of my papers in college, was fun. Not sure I have much of a use of it now, most software documentation works very well as a set of HTML pages.
-
I used to use latex. Then my wife got pregnant.
-
One of the guys at work was really pushing LaTeX a couple of years ago, but it never caught on.
We had to install a package son our computers in order to build his app, which included LaTeX documentation, and the install was > 1GB :eek:
-
I meant the typesetting system LaTeX.
LaTeX is only a format for TeX.
We had to install a package son our computers in order to build his app, which included LaTeX documentation, and the install was > 1GB :eek:
Do you know, that major TeX distributions let you pick what you want to install? TeX Live is very modular and MiKTeX even installs most components only on-demand.
-
I just began using it for a paper I should submit soon, I found that the final draft is very cool, it looks like a book, beautifully crafted; but, the start was a huge headache. Now, that I solved most of the first problems, I should continue using it, it was that hard that I should take advantage of the time and pain I suffered to begin using this Tex thing.
-
I meant the typesetting system LaTeX.
LaTeX is only a format for TeX.
We had to install a package son our computers in order to build his app, which included LaTeX documentation, and the install was > 1GB :eek:
Do you know, that major TeX distributions let you pick what you want to install? TeX Live is very modular and MiKTeX even installs most components only on-demand.
We just installed the packages he recommended, which came to a bit over 1GB.
-
I use it daily. Although in the social sciences we are OBLIGED to submit in .doc or .docx (yeah, for real wtf), I use it for everything else. I recently wrote a stats book in LaTeX. It was awesome: figures to pdf using R, the rest all 100% latex. It was awesome, especially how beautiful formulas look.
For the courses I teach, I render formulas to PDF and then put them onto my keynote presentations. It looks so crisp.
-
I use it daily. Although in the social sciences we are OBLIGED to submit in .doc or .docx (yeah, for real wtf), I use it for everything else. I recently wrote a stats book in LaTeX. It was awesome: figures to pdf using R, the rest all 100% latex. It was awesome, especially how beautiful formulas look.
For the courses I teach, I render formulas to PDF and then put them onto my keynote presentations. It looks so crisp.
Good tip, I became a bit tired to use mathtype for that.