Does this post contain any other argument than "I think it is too hard"? Except for handwriting based solutions like the very cool Nebo app, I really don't think there is a better way to enter formulas, and it can be learnt in a matter of hours. Writing complete documents in LaTeX is perhaps a bit more verbose, but then he can use some of the methods suggested here, like pandoc. Spellchecking he can have if he wants,…
I really think Racket's Scribble has a chance to over take Latex. https://docs.racket-lang.org/scribble/ Scribble is well designed to be a more readable Latex with the ability to be beautifully type set. Example: #lang scribble/base @title{On the Cookie-Eating Habits of Mice} If you give a mouse a cookie, he's going to ask for a glass of milk. Pandoc is a great tool to use if all you need is Math. http://pandoc.org/M…
The LaTeX Fetish (2016)
141–150 of 185 posts
Re: The LaTeX Fetish (2016)
#142Earlier quoted context omitted.
It's been quite a while since I wrote any LaTeX, but you could compile a LaTeX document into ePub if you wanted to. In essence, LaTeX is the source code for the document, and the output is whatever target it is compiled to. So, if it is compiled to pdf, that is what you get, but nothing fundamental prevents it from compiling to other formats, given that someone writes the compiler.
I've just been writing HTML/ePubs directly, with http://www.bluegriffon.org/ . What do you use instead of LaTeX?
Re: The LaTeX Fetish (2016)
#143Earlier quoted context omitted.
I really think Racket's Scribble has a chance to over take Latex. https://docs.racket-lang.org/scribble/ Scribble is well designed to be a more readable Latex with the ability to be beautifully type set. Example: #lang scribble/base @title{On the Cookie-Eating Habits of Mice} If you give a mouse a cookie, he's going to ask for a glass of milk. Pandoc is a great tool to use if all you need is Math. http://pandoc.org/M…
Wow, thanks for the resource... going to give this a go on a current project of mine. Does anyone know of a solution that solves having fairly complex Excel tables? It seems like all of these Latex solutions just have basic text tables...
Are you meaning just having nice looking tables?
If your going more then just nice looking tables I HIGHLY recommend RMarkdown.
http://rmarkdown.rstudio.com/lesson-7.html
Using RStudio with RMarkdown makes amazing looking tables with the package Stargazer.
Re: The LaTeX Fetish (2016)
#144LaTeX is only good for one thing, and one thing only: create same-looking two-column PDFs for research/scholarly publications. And it's barely good at that. Things may have changed slightly since I last used it (cca 2008), but: combining several languages in one document (Turkish + Russian, anyone?), tables that properly span several pages, inline images, a different layout (that doesn't break languages, or tables, o…
Re: The LaTeX Fetish (2016)
#145Re: The LaTeX Fetish (2016)
#146I've switched from writing latex to writing pandoc markdown. I then convert it to latex and then to pdf. This gets the same result as latex, but is much easier to type for common stuff like, sections, emphasis and verbatim. It also allows you to type "&" symbols anywhere. When I require "advanced" stuff like tables and figures you can easily fallback to inline latex commands within you're markdown. It really is a sig…
Re: The LaTeX Fetish (2016)
#147Earlier quoted context omitted.
Curious about clients that ask you to execute these items in their own templates? We run into this fairly often.
Unfortunately we're stuck with whatever format they use in that case. Haven't found a good way around it yet. Fortunately for our documentation system, Git does allow binary files.
Re: The LaTeX Fetish (2016)
#148Earlier quoted context omitted.
Wow, thanks for the resource... going to give this a go on a current project of mine. Does anyone know of a solution that solves having fairly complex Excel tables? It seems like all of these Latex solutions just have basic text tables...
> Excel Tables? Are you meaning just having nice looking tables? If your going more then just nice looking tables I HIGHLY recommend RMarkdown. http://rmarkdown.rstudio.com/lesson-7.html Using RStudio with RMarkdown makes amazing looking tables with the package Stargazer. http://www.jakeruss.com/cheatsheets/stargazer/
Re: The LaTeX Fetish (2016)
#149One might claim it's just catering to the dominant delusional cultist hierarchy... but it sure makes the math a hell of a lot more readable.
Re: The LaTeX Fetish (2016)
#150I have spent countless hours fiddling with both LaTeX and Word trying to get them to do what I want. The difference between the two is, once I had figured out how to make LaTeX do what I want, the steps were all documented and reproducible. With Word I had no such record of all the menu items, settings, and button clicks that had given me what I wanted.