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
13a6fbc2
Commit
13a6fbc2
authored
Oct 14, 2002
by
dimitri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed small bug
parent
8c34ac93
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
util.cpp
src/util.cpp
+2
-2
No files found.
src/util.cpp
View file @
13a6fbc2
...
...
@@ -3826,7 +3826,7 @@ void filterLatexString(QTextStream &t,const char *str,
case
'['
:
if
(
Config_getBool
(
"PDF_HYPERLINKS"
))
t
<<
"
\\
mbox{[}"
;
else
if
(
insideItem
)
t
<<
"\["
;
t
<<
"
\
\
["
;
else
t
<<
"["
;
break
;
...
...
@@ -3834,7 +3834,7 @@ void filterLatexString(QTextStream &t,const char *str,
if
(
Config_getBool
(
"PDF_HYPERLINKS"
))
t
<<
"
\\
mbox{]}"
;
else
if
(
insideItem
)
t
<<
"\["
;
t
<<
"
\
\
["
;
else
t
<<
"]"
;
break
;
...
...
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