geekhack

geekhack Community => Other Geeky Stuff => Topic started by: ideus on Fri, 19 February 2016, 07:21:37

Title: Any fellow geekhacker that uses Latex?
Post by: ideus on Fri, 19 February 2016, 07:21:37
I wonder if some of you guys do use Latex to write.
Title: Re: Any fellow geekhacker that uses Latex?
Post by: davkol on Fri, 19 February 2016, 11:01:54
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
Title: Re: Any fellow geekhacker that uses Latex?
Post by: whmeltonjr on Fri, 19 February 2016, 11:04:58
Thought this was a tp thread based on the title...
Title: Re: Any fellow geekhacker that uses Latex?
Post by: Findecanor on Fri, 19 February 2016, 12:01:31
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.
Title: Re: Any fellow geekhacker that uses Latex?
Post by: BlueNalgene on Fri, 19 February 2016, 12:33:03
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
Code: [Select]
\PassOptionsToPackage{demo}{graphicx}.
Title: Re: Any fellow geekhacker that uses Latex?
Post by: fknraiden on Fri, 19 February 2016, 12:40:00
I sleep on latex, I don't think that is what you meant though.
Title: Re: Any fellow geekhacker that uses Latex?
Post by: ideus on Fri, 19 February 2016, 17:01:20
(http://i.imgur.com/ezHPmJT.gif)

Title: Re: Any fellow geekhacker that uses Latex?
Post by: ideus on Fri, 19 February 2016, 17:01:57
I meant the typesetting system LaTeX.
Title: Re: Any fellow geekhacker that uses Latex?
Post by: appleonama on Fri, 19 February 2016, 17:02:07
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:



Title: Re: Any fellow geekhacker that uses Latex?
Post by: gain on Fri, 19 February 2016, 17:05:07
Used to back when I was uni, swore by it  :thumb:
Title: Re: Any fellow geekhacker that uses Latex?
Post by: ideus on Fri, 19 February 2016, 17:05:15
Not this:

(http://i.imgur.com/nilntJp.jpg)
Title: Re: Any fellow geekhacker that uses Latex?
Post by: pr0ximity on Fri, 19 February 2016, 17:55:54
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.
Title: Re: Any fellow geekhacker that uses Latex?
Post by: CoolGrayAJ on Fri, 19 February 2016, 18:02:07
I used to use latex. Then my wife got pregnant.
Title: Re: Any fellow geekhacker that uses Latex?
Post by: rowdy on Sat, 20 February 2016, 01:34:01
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:
Title: Re: Any fellow geekhacker that uses Latex?
Post by: davkol on Sat, 20 February 2016, 05:49:59
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.
Title: Re: Any fellow geekhacker that uses Latex?
Post by: ideus on Sat, 20 February 2016, 13:02:46
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.
Title: Re: Any fellow geekhacker that uses Latex?
Post by: rowdy on Sat, 20 February 2016, 22:46:39
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.
Title: Re: Any fellow geekhacker that uses Latex?
Post by: iLLucionist on Sun, 21 February 2016, 06:44:05
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.
Title: Re: Any fellow geekhacker that uses Latex?
Post by: ideus on Sun, 21 February 2016, 13:28:51
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.