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
56051878
Commit
56051878
authored
Nov 11, 2013
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 710998 - latex_count=5 is not enough
parent
27738c55
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
latexgen.cpp
src/latexgen.cpp
+4
-4
No files found.
src/latexgen.cpp
View file @
56051878
...
...
@@ -126,7 +126,7 @@ static void writeLatexMakefile()
}
t
<<
"
\t
echo
\"
Rerunning latex....
\"
"
<<
endl
<<
"
\t
"
<<
latex_command
<<
" refman.tex"
<<
endl
<<
"
\t
latex_count=
5
;
\\
"
<<
endl
<<
"
\t
latex_count=
8
;
\\
"
<<
endl
<<
"
\t
while egrep -s 'Rerun (LaTeX|to get cross-references right)' refman.log && [ $$latex_count -gt 0 ] ;
\\
"
<<
endl
<<
"
\t
do
\\
"
<<
endl
<<
"
\t
echo
\"
Rerunning latex....
\"
;
\\
"
<<
endl
...
...
@@ -154,7 +154,7 @@ static void writeLatexMakefile()
t
<<
"
\t
pdflatex refman"
<<
endl
;
}
t
<<
"
\t
pdflatex refman"
<<
endl
<<
"
\t
latex_count=
5
;
\\
"
<<
endl
<<
"
\t
latex_count=
8
;
\\
"
<<
endl
<<
"
\t
while egrep -s 'Rerun (LaTeX|to get cross-references right)' refman.log && [ $$latex_count -gt 0 ] ;
\\
"
<<
endl
<<
"
\t
do
\\
"
<<
endl
<<
"
\t
echo
\"
Rerunning latex....
\"
;
\\
"
<<
endl
...
...
@@ -199,7 +199,7 @@ static void writeMakeBat()
t
<<
latex_command
<<
" refman.tex
\n
"
;
}
t
<<
"setlocal enabledelayedexpansion
\n
"
;
t
<<
"set count=
5
\n
"
;
t
<<
"set count=
8
\n
"
;
t
<<
":repeat
\n
"
;
t
<<
"set content=X
\n
"
;
t
<<
"for /F
\"
tokens=*
\"
%%T in ( 'findstr /C:
\"
Rerun LaTeX
\"
refman.log' ) do set content=
\"
%%~T
\"\n
"
;
...
...
@@ -231,7 +231,7 @@ static void writeMakeBat()
t
<<
"echo ----
\n
"
;
t
<<
"pdflatex refman
\n\n
"
;
t
<<
"setlocal enabledelayedexpansion
\n
"
;
t
<<
"set count=
5
\n
"
;
t
<<
"set count=
8
\n
"
;
t
<<
":repeat
\n
"
;
t
<<
"set content=X
\n
"
;
t
<<
"for /F
\"
tokens=*
\"
%%T in ( 'findstr /C:
\"
Rerun LaTeX
\"
refman.log' ) do set content=
\"
%%~T
\"\n
"
;
...
...
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