Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
7e719d1a
Commit
7e719d1a
authored
Mar 28, 2014
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use \newline i.s.o. \par for linebreaks in LaTeX
parent
2a40448c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
latexdocvisitor.cpp
src/latexdocvisitor.cpp
+1
-2
No files found.
src/latexdocvisitor.cpp
View file @
7e719d1a
...
@@ -175,8 +175,7 @@ void LatexDocVisitor::visit(DocURL *u)
...
@@ -175,8 +175,7 @@ void LatexDocVisitor::visit(DocURL *u)
void
LatexDocVisitor
::
visit
(
DocLineBreak
*
)
void
LatexDocVisitor
::
visit
(
DocLineBreak
*
)
{
{
if
(
m_hide
)
return
;
if
(
m_hide
)
return
;
if
(
m_insideTable
)
m_t
<<
"
\\
newline
\n
"
;
m_t
<<
"
\\
newline
\n
"
;
else
m_t
<<
"
\\
par
\n
"
;
}
}
void
LatexDocVisitor
::
visit
(
DocHorRuler
*
)
void
LatexDocVisitor
::
visit
(
DocHorRuler
*
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment