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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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