projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1eaf497
)
Die Ausgabe der Zeile "\usepackage{textcomp}" darf nur erfolgen, wenn LaTeX-Vorlagen...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 7 Jul 2008 14:25:00 +0000
(14:25 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 7 Jul 2008 14:25:00 +0000
(14:25 +0000)
SL/Template.pm
patch
|
blob
|
history
diff --git
a/SL/Template.pm
b/SL/Template.pm
index
a268ae6
..
6da93d9
100644
(file)
--- a/
SL/Template.pm
+++ b/
SL/Template.pm
@@
-453,7
+453,7
@@
sub parse {
close(IN);
$self->_parse_config_lines(\@lines);
- $self->_force_mandatory_packages(\@lines);
+ $self->_force_mandatory_packages(\@lines)
if (ref $self eq 'LaTeXTemplate')
;
my $contents = join("", @lines);