Revision dc45f08f
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
1380 | 1380 |
|
1381 | 1381 |
push @FORMAT, grep $_, |
1382 | 1382 |
($opendocument_templates && $openofficeorg_writer_bin && $xvfb_bin && (-x $openofficeorg_writer_bin) && (-x $xvfb_bin) |
1383 |
&& !$options->{no_opendocument}) ? |
|
1383 |
&& !$options->{no_opendocument_pdf}) ?
|
|
1384 | 1384 |
opthash("opendocument_pdf", $form->{DF}{"opendocument_pdf"}, $locale->text("PDF (OpenDocument/OASIS)")) : undef, |
1385 | 1385 |
($latex_templates) ? |
1386 | 1386 |
opthash("pdf", $form->{DF}{pdf}, $locale->text('PDF')) : undef, |
Auch abrufbar als: Unified diff
Und noch mehr Optionen.