Revision a4c6c83d
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/Template/OpenDocument.pm | ||
---|---|---|
73 | 73 |
$content =~ s{ ^<p> | </p>$ }{}gx; |
74 | 74 |
$content =~ s{ \r+ }{}gx; |
75 | 75 |
$content =~ s{ \n+ }{ }gx; |
76 |
$content =~ s{ \s+ }{ }gx;
|
|
76 |
$content =~ s{ (?:\ |\s)+ }{ }gx;
|
|
77 | 77 |
|
78 | 78 |
my $in_p = 1; |
79 | 79 |
my $p_start_tag = qq|<text:p text:style-name="@{[ $self->{current_text_style} ]}">|; |
Auch abrufbar als: Unified diff
HTML-zu-LaTeX/OpenDocument: durch normale Leerzeichen ersetzen