fix latex output with image in section
svn: r9252 original commit: b10dbe03ab778e74e54e67d7e5f5f0cf72c900a7
This commit is contained in:
parent
685cbc9a98
commit
06966ab71a
|
@ -54,7 +54,7 @@
|
|||
(printf "\\twocolumn\n\\parskip=0pt\n\\addcontentsline{toc}{section}{Index}\n"))
|
||||
(let ([no-number? (and (pair? number)
|
||||
(not (car number)))])
|
||||
(printf "\\~a~a~a{"
|
||||
(printf "\\~a~a~a~a{"
|
||||
(case (length number)
|
||||
[(0 1) "sectionNewpage\n\n\\section"]
|
||||
[(2) "subsection"]
|
||||
|
@ -66,7 +66,10 @@
|
|||
"")
|
||||
(if no-number?
|
||||
"*"
|
||||
"")))
|
||||
"")
|
||||
(if (part-style? d 'hidden)
|
||||
""
|
||||
"[]")))
|
||||
(render-content (part-title-content d) d ri)
|
||||
(printf "}")
|
||||
(when (part-style? d 'index)
|
||||
|
|
Loading…
Reference in New Issue
Block a user