* Loeschen der <p> tags entfernt, andernfalls muessen Absaetze in Lyx

per Hand erzeugt werden
* Grafik bearbeitet
This commit is contained in:
phil 2007-02-04 16:12:02 +00:00
parent 0a274b2190
commit 22a33e055a
3 changed files with 903 additions and 1222 deletions

View file

@ -141,6 +141,30 @@ immer
die IP-Adresse des Rechners von dem sie verschickt wurden.
\end_layout
\begin_layout Standard
\begin_inset Float figure
wide false
sideways false
status open
\begin_layout Standard
\begin_inset Graphics
filename bilder/tor_funktion01.png
\end_inset
\end_layout
\begin_layout Caption
foo
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\end_layout

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 310 KiB

After

Width:  |  Height:  |  Size: 287 KiB

View file

@ -67,14 +67,9 @@ try:
# ein Bug-Report ging an die l2html-Mailingliste (29.12.02006)
content = string.replace(content, '<LINK REL="STYLESHEET" HREF=', '<link rel="stylesheet" type="text/css" href=')
# leere Absaetze entfernen (werden durch 'rawhtml' eingefuegt)
content = string.replace(content, '\n\n<P>\n', '\n')
content = string.replace(content, '\n\n<P>\n', '\n')
content = string.replace(content, '\n\n<P>\n', '\n')
# leere Absaetze in Tabellenelementen entfernen
content = string.replace(content, '\n<P></TD>', '\n</td>')
# Fussnoten finden und Ende ersetzen
fussnoten = string.find(content,"<BR><HR><H4>Fu&szlig;noten</H4>")
startoffset = string.find(content,"</DL>",fussnoten)