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,"")
|
content=string.replace(content,footer,"")
|
||||||
|
|
||||||
#rename footnotes into Fussnoten
|
#rename footnotes into Fussnoten
|
||||||
content = string.replace(content,"Fooßnotes","Fussnoten")
|
content = string.replace(content,"Fußnoten","Fussnoten")
|
||||||
|
|
||||||
#put whole content into div tags
|
#put whole content into div tags
|
||||||
content = string.replace(content,"<BODY >",'<BODY>\n<!-- main starts here -->\n<div id="main">')
|
content = string.replace(content,"<BODY >",'<BODY>\n<!-- main starts here -->\n<div id="main">')
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
\usepackage{hyperref}
|
\usepackage{hyperref}
|
||||||
\usepackage{html}
|
\usepackage{html}
|
||||||
\usepackage{german}
|
\usepackage{german}
|
||||||
|
\usepackage{babel}
|
||||||
\end_preamble
|
\end_preamble
|
||||||
\language ngerman
|
\language ngerman
|
||||||
\inputencoding auto
|
\inputencoding auto
|
||||||
|
|
Loading…
Reference in a new issue