-style zum makefile hinzugefuegt, damit der css durch latex2html eingefuegt wird
winpt wurde nicht veraendert. hab damit nur rumgespielt. keine ahnung was ich an der mod*-datei geaendert habe
This commit is contained in:
parent
529bc40c94
commit
d86f4058b4
3 changed files with 5 additions and 3 deletions
|
@ -7,7 +7,8 @@ TARGET_FILES := $(foreach dir,$(DOCUMENT_NAMES),_output/$(dir).html)
|
|||
ASC_FILES := $(wildcard *.asc)
|
||||
LINE_STATUS = offline
|
||||
|
||||
LATEX2HTMLPREFIX := -no_auto_link -split 0 -no_navigation -no_subdir -dir _output
|
||||
# eventuell muss der pfad zu cryptocd.css angepasst werden
|
||||
LATEX2HTMLPREFIX := -no_auto_link -split 0 -no_navigation -no_subdir -dir _output -info 0 -style cryptocd.css
|
||||
|
||||
|
||||
.PHONY : clean online offline clean-targets install
|
||||
|
|
|
@ -49,7 +49,7 @@ try:
|
|||
content=string.replace(content,footer,"")
|
||||
|
||||
#rename footnotes into Fussnoten
|
||||
content = string.replace(content,"Footnotes","Fu\xdfnoten")
|
||||
content = string.replace(content,"Footnotes","Fussnoten")
|
||||
|
||||
#rename content into Inhalt
|
||||
content = string.replace(content,"Contents","Inhalt")
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
\begin_preamble
|
||||
\usepackage[pdftex]{hyperref}
|
||||
\usepackage{html}
|
||||
\htmhead{<link rel="stylesheet" type="text/css" href="cryptocd.css">}
|
||||
\end_preamble
|
||||
\language ngerman
|
||||
\inputencoding auto
|
||||
|
@ -55,7 +56,7 @@ status Collapsed
|
|||
\layout Standard
|
||||
|
||||
\backslash
|
||||
htmladdnormallink{WinPT}{http://winpt.sourceforge.net/de/}
|
||||
htmladdnormallink[WinPT]{WinPT}{http://winpt.sourceforge.net/de/}
|
||||
\end_inset
|
||||
|
||||
, den Windows Privacy Tools, ein.
|
||||
|
|
Loading…
Reference in a new issue