Hi all,
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
LyX ⇒ Automatic line breaks within LaTeX source file
-
- Posts: 1
- Joined: Fri Mar 31, 2017 2:02 pm
NEW: TikZ book now 40% off at Amazon.com for a short time.

Automatic line breaks within LaTeX source file
as long as those line breaks happen to appear between words, they shouldn't be a problem, because a single line break is handled like a space:
and
are both equivalent for (La)TeX.
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
minimal working example in LyX code and append your exported .tex file, as well, so that the LyX users here can have a look into it.
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
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