I had a few things about TeX versus LaTeX. I think the reality is nobody really tries writing TeX. But, ultimately my beef is the straw man that markup is bad because it is harder to read. That a graphical editor is superior because it is more readable. Instead, the advantage is that in the one you are only writing text and you are indicating special instructions to the computer. In the other, you only see what the c…
The LaTeX Fetish (2016)
41–50 of 185 posts
Re: The LaTeX Fetish (2016)
#42I just switch my consulting company to have all our documents (Statement of Work, proposals, NDA, MSA, etc) in LaTeX. It has worked amazing well. For a few reasons: 1. We easily can typeset all our documents the same and if we do something like change the letterhead we can easily update them all. 2. Auto-generating documents (forms letters) is a snap. 3. Everything is source controlled. 3a. If a client needs customiz…
Re: The LaTeX Fetish (2016)
#43Re: The LaTeX Fetish (2016)
#44I am currently writing my first print book, and honestly feel that LaTeX is the best solution. I want precise control over a 250+ page book. I have never seen a WYSIWYG editor that doesn't make that a royal PITA. Different gutters on left and right pages, chapters always starting on a right hand page, consistent and great justification, fine control over how chapter headings appear (and quick to update) etc. etc. On…
Re: The LaTeX Fetish (2016)
#45I am currently writing my first print book, and honestly feel that LaTeX is the best solution. I want precise control over a 250+ page book. I have never seen a WYSIWYG editor that doesn't make that a royal PITA. Different gutters on left and right pages, chapters always starting on a right hand page, consistent and great justification, fine control over how chapter headings appear (and quick to update) etc. etc. On…
I've worked with O'Reilly and Wrox and both have you do one document per chapter. Anything over 30 pages and MS Word starts to choke, especially with a lot of diagrams. Neither gave me the choice to use LaTeX although I'm sure they might have been open to it had I asked.
Ouch. The number of times I have changed stuff like gutters, margins, chapter headings, caption fonts and layouts would make that an absolute nightmare.
I am really happy how easy all that stuff is in LaTeX. (Of course, other things are a nightmare.)
Re: The LaTeX Fetish (2016)
#46Re: The LaTeX Fetish (2016)
#47I am currently writing my first print book, and honestly feel that LaTeX is the best solution. I want precise control over a 250+ page book. I have never seen a WYSIWYG editor that doesn't make that a royal PITA. Different gutters on left and right pages, chapters always starting on a right hand page, consistent and great justification, fine control over how chapter headings appear (and quick to update) etc. etc. On…
I've worked with O'Reilly and Wrox and both have you do one document per chapter. Anything over 30 pages and MS Word starts to choke, especially with a lot of diagrams. Neither gave me the choice to use LaTeX although I'm sure they might have been open to it had I asked.
Re: The LaTeX Fetish (2016)
#48Earlier quoted context omitted.
I've worked with O'Reilly and Wrox and both have you do one document per chapter. Anything over 30 pages and MS Word starts to choke, especially with a lot of diagrams. Neither gave me the choice to use LaTeX although I'm sure they might have been open to it had I asked.
> I've worked with O'Reilly and Wrox and both have you do one document per chapter Ouch. The number of times I have changed stuff like gutters, margins, chapter headings, caption fonts and layouts would make that an absolute nightmare. I am really happy how easy all that stuff is in LaTeX. (Of course, other things are a nightmare.)
The big publishers don't give you control over that. They give you a template and you have to stick to it. As an author your first and only job is to provide the content (typically).
Not everyone knows this but MS Word lets you create formatting blocks that essential behave like CSS classes. Most people have used MS Word Heading, Sub Heading, etc not realizing that as long as you never touch the font formatting options the classes can be changed globally just by applying a different template.
The final typesetting of the document is completely up to the publisher. I always assume they simply have a script that pulls out the raw text with formatting indicators and compiles it all together.
Re: The LaTeX Fetish (2016)
#49I just switch my consulting company to have all our documents (Statement of Work, proposals, NDA, MSA, etc) in LaTeX. It has worked amazing well. For a few reasons: 1. We easily can typeset all our documents the same and if we do something like change the letterhead we can easily update them all. 2. Auto-generating documents (forms letters) is a snap. 3. Everything is source controlled. 3a. If a client needs customiz…
Curious about clients that ask you to execute these items in their own templates? We run into this fairly often.
Re: The LaTeX Fetish (2016)
#50I had a few things about TeX versus LaTeX. I think the reality is nobody really tries writing TeX. But, ultimately my beef is the straw man that markup is bad because it is harder to read. That a graphical editor is superior because it is more readable. Instead, the advantage is that in the one you are only writing text and you are indicating special instructions to the computer. In the other, you only see what the c…
On the flip side, sometimes simple formatting in Latex can be a nightmare, for example, getting your table columns spaced correctly.