LyX ⇒ Automatic line breaks within LaTeX source file
-
- Posts: 1
- Joined: Fri Mar 31, 2017 2:02 pm
Automatic line breaks within LaTeX source file
I'd like to know if there's a way for avoiding undesidered automatic line breaks within an exported LaTeX file (LyX file --> LaTeX)...
Many thanks
Alex
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Automatic line breaks within LaTeX source file
Code: Select all
one two
Code: Select all
one
two
Should you really get those line breaks in different positions (like within a word or after an opening brace, for example), you should provide a

disclaimer: I'm no LyX user, so far be it from me to speculate about what its export routine might do---or not.
KR
Rainer