mod_html fussnoten-string berichtigt
latex2html-experimente mit winpt (keine weiteren veranderungen)
This commit is contained in:
parent
acf2906f61
commit
22f12b3e87
2 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,7 @@ try:
|
|||
content=string.replace(content,footer,"")
|
||||
|
||||
#rename footnotes into Fussnoten
|
||||
content = string.replace(content,"Fooßnotes","Fussnoten")
|
||||
content = string.replace(content,"Fußnoten","Fussnoten")
|
||||
|
||||
#put whole content into div tags
|
||||
content = string.replace(content,"<BODY >",'<BODY>\n<!-- main starts here -->\n<div id="main">')
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
\usepackage{hyperref}
|
||||
\usepackage{html}
|
||||
\usepackage{german}
|
||||
\usepackage{babel}
|
||||
\end_preamble
|
||||
\language ngerman
|
||||
\inputencoding auto
|
||||
|
|
Loading…
Reference in a new issue