Earlier quoted context omitted.
Who needs documentation for Word. I typeset my entire thesis and never once googled how to X. I also used git without issues. With LaTeX every little thing required a search.
I like to define commands in LaTeX. These allow me to easily reorder parameters, change formatting for parts of the replacement rules. When I modify its definition, it changes everywhere it is used. How do I do that in word? Can you discover it without resorting to a search engine?
An Efficiency Comparison of Latex vs. Word (2014)
41–43 of 43 posts
Re: An Efficiency Comparison of Latex vs. Word (2014)
#42Earlier quoted context omitted.
Who needs documentation for Word. I typeset my entire thesis and never once googled how to X. I also used git without issues. With LaTeX every little thing required a search.
> I also used git without issues I mean, sort of? Wouldn't a .docx file have all the same annoyances within Git as something like an image, or any other binary format? LaTeX, I can look at diffs between commits, see if someone changed a specific line, etc. Is that possible with Word?
Re: An Efficiency Comparison of Latex vs. Word (2014)
#43Earlier quoted context omitted.
Who needs documentation for Word. I typeset my entire thesis and never once googled how to X. I also used git without issues. With LaTeX every little thing required a search.
How do you include a C source code from a file and specify color for a specific keyword in Word? Also, how to make it update the document automatically when the code changes? Can you discover how to do that without resorting to a search engine?