mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-20 23:00:29 +00:00
fax and pdf configuration fixes; de.po updates; mathed fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH-1_2_X@5574 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
152f1013fe
commit
3c230a701d
@ -1,3 +1,8 @@
|
|||||||
|
2002-10-29 Dekel Tsur <dekelts@tau.ac.il>
|
||||||
|
|
||||||
|
* configure.m4: Use -dCompatibilityLevel=1.3 with ps2pdf
|
||||||
|
Add a check for kdeprintfax.
|
||||||
|
|
||||||
2002-10-24 Dekel Tsur <dekelts@tau.ac.il>
|
2002-10-24 Dekel Tsur <dekelts@tau.ac.il>
|
||||||
|
|
||||||
* layouts/llncs.layout: Fix the Bibliography layout
|
* layouts/llncs.layout: Fix the Bibliography layout
|
||||||
|
@ -257,7 +257,7 @@ SEARCH_PROG([for a HTML previewer],HTML_VIEWER, netscape)
|
|||||||
|
|
||||||
# Search for a program to convert ps to pdf
|
# Search for a program to convert ps to pdf
|
||||||
SEARCH_PROG([for a PS to PDF converter],ps_to_pdf_command,ps2pdf)
|
SEARCH_PROG([for a PS to PDF converter],ps_to_pdf_command,ps2pdf)
|
||||||
test $ps_to_pdf_command = "ps2pdf" && ps_to_pdf_command="ps2pdf \$\$i"
|
test $ps_to_pdf_command = "ps2pdf" && ps_to_pdf_command="ps2pdf -dCompatibilityLevel=1.3 \$\$i"
|
||||||
|
|
||||||
# Search for a program to convert dvi to ps
|
# Search for a program to convert dvi to ps
|
||||||
SEARCH_PROG([for a DVI to PS converter],dvi_to_ps_command,dvips)
|
SEARCH_PROG([for a DVI to PS converter],dvi_to_ps_command,dvips)
|
||||||
@ -292,7 +292,8 @@ dnl fax_command="none"
|
|||||||
dnl fi
|
dnl fi
|
||||||
|
|
||||||
# Search a GUI Fax program
|
# Search a GUI Fax program
|
||||||
SEARCH_PROG([for a fax program], fax_command, ksendfax)
|
SEARCH_PROG([for a fax program], fax_command, kdeprintfax ksendfax)
|
||||||
|
test $fax_command = "kdeprintfax" && fax_command="kdeprintfax \$\$i"
|
||||||
test $fax_command = "ksendfax" && fax_command="ksendfax \$\$i"
|
test $fax_command = "ksendfax" && fax_command="ksendfax \$\$i"
|
||||||
|
|
||||||
# Search for LinuxDoc support
|
# Search for LinuxDoc support
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2002-11-04 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||||
|
|
||||||
|
* de.po: update from Michael Scmitt
|
||||||
|
|
||||||
2002-10-07 Adrien Rebollo <adrien.rebollo@gmx.fr>
|
2002-10-07 Adrien Rebollo <adrien.rebollo@gmx.fr>
|
||||||
|
|
||||||
* fr.po: update
|
* fr.po: update
|
||||||
|
16
po/de.po
16
po/de.po
@ -729,7 +729,7 @@ msgstr "Meldungen von Tabellen/Insettext"
|
|||||||
|
|
||||||
#: src/debug.C:58
|
#: src/debug.C:58
|
||||||
msgid "Graphics conversion and loading"
|
msgid "Graphics conversion and loading"
|
||||||
msgstr "Laden und Umwandlung von Abbildungen"
|
msgstr "Laden und Umwandeln einer Grafik"
|
||||||
|
|
||||||
#: src/debug.C:59
|
#: src/debug.C:59
|
||||||
msgid "All debugging messages"
|
msgid "All debugging messages"
|
||||||
@ -1659,7 +1659,7 @@ msgstr "LaTeX Information"
|
|||||||
|
|
||||||
#: src/frontends/qt2/QGraphics.C:46 src/frontends/xforms/FormGraphics.C:56
|
#: src/frontends/qt2/QGraphics.C:46 src/frontends/xforms/FormGraphics.C:56
|
||||||
msgid "Graphics"
|
msgid "Graphics"
|
||||||
msgstr "Abbildungen"
|
msgstr "Grafik"
|
||||||
|
|
||||||
#: src/frontends/qt2/QInclude.C:30 src/insets/insetinclude.C:175
|
#: src/frontends/qt2/QInclude.C:30 src/insets/insetinclude.C:175
|
||||||
msgid "Include"
|
msgid "Include"
|
||||||
@ -3539,7 +3539,7 @@ msgstr "in Farbe|#F"
|
|||||||
|
|
||||||
#: src/frontends/xforms/form_preferences.C:521
|
#: src/frontends/xforms/form_preferences.C:521
|
||||||
msgid "Display Graphics"
|
msgid "Display Graphics"
|
||||||
msgstr "Abbildungen"
|
msgstr "Grafik anzeigen"
|
||||||
|
|
||||||
#: src/frontends/xforms/form_preferences.C:547
|
#: src/frontends/xforms/form_preferences.C:547
|
||||||
msgid "Spell command|#S"
|
msgid "Spell command|#S"
|
||||||
@ -4909,7 +4909,7 @@ msgstr "kann nicht in das Tempor
|
|||||||
#. at least we send the filename
|
#. at least we send the filename
|
||||||
#: src/insets/insetgraphics.C:809
|
#: src/insets/insetgraphics.C:809
|
||||||
msgid "Graphic file:"
|
msgid "Graphic file:"
|
||||||
msgstr "Graphik Datei:"
|
msgstr "Grafikdatei:"
|
||||||
|
|
||||||
#: src/insets/insetinclude.C:172
|
#: src/insets/insetinclude.C:172
|
||||||
msgid "Input"
|
msgid "Input"
|
||||||
@ -5165,7 +5165,7 @@ msgstr "Mathematik (Hintergrund)"
|
|||||||
|
|
||||||
#: src/LColor.C:75
|
#: src/LColor.C:75
|
||||||
msgid "graphics background"
|
msgid "graphics background"
|
||||||
msgstr "Abbildungen (Hintergrund)"
|
msgstr "Grafik (Hintergrund)"
|
||||||
|
|
||||||
#: src/LColor.C:76
|
#: src/LColor.C:76
|
||||||
msgid "Math macro background"
|
msgid "Math macro background"
|
||||||
@ -5417,7 +5417,7 @@ msgstr "Neue Externe Einf
|
|||||||
|
|
||||||
#: src/LyXAction.C:198
|
#: src/LyXAction.C:198
|
||||||
msgid "Insert Graphics"
|
msgid "Insert Graphics"
|
||||||
msgstr "Abbildung einfügen"
|
msgstr "Grafik einfügen"
|
||||||
|
|
||||||
#: src/LyXAction.C:200
|
#: src/LyXAction.C:200
|
||||||
msgid "Insert ASCII files as lines"
|
msgid "Insert ASCII files as lines"
|
||||||
@ -6642,7 +6642,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/lyxrc.C:1920
|
#: src/lyxrc.C:1920
|
||||||
msgid "Select how LyX will display any graphics."
|
msgid "Select how LyX will display any graphics."
|
||||||
msgstr "Legt fest wie LyX Abbildungen darstellt."
|
msgstr "Legt fest, wie LyX Grafiken darstellt."
|
||||||
|
|
||||||
#: src/lyxrc.C:1924
|
#: src/lyxrc.C:1924
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -7429,7 +7429,7 @@ msgstr "Minipage|p"
|
|||||||
|
|
||||||
#: src/ext_l10n.h:111
|
#: src/ext_l10n.h:111
|
||||||
msgid "Graphics...|G"
|
msgid "Graphics...|G"
|
||||||
msgstr "Abbildungen...|A"
|
msgstr "Grafik...|G"
|
||||||
|
|
||||||
#: src/ext_l10n.h:112
|
#: src/ext_l10n.h:112
|
||||||
msgid "Tabular Material...|b"
|
msgid "Tabular Material...|b"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2002-10-31 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||||
|
|
||||||
|
* math_hullinset.C (write): never output \label{} and \nonumber at
|
||||||
|
the same time
|
||||||
|
|
||||||
2002-10-29 André Pönitz <poenitz@gmx.net>
|
2002-10-29 André Pönitz <poenitz@gmx.net>
|
||||||
|
|
||||||
* math_arrayinset.C (write): Do not write \n at the end of an array
|
* math_arrayinset.C (write): Do not write \n at the end of an array
|
||||||
|
@ -712,7 +712,7 @@ void MathHullInset::write(WriteStream & os) const
|
|||||||
for (col_type col = 0; col < ncols(); ++col)
|
for (col_type col = 0; col < ncols(); ++col)
|
||||||
os << cell(index(row, col)) << eocString(col);
|
os << cell(index(row, col)) << eocString(col);
|
||||||
if (n) {
|
if (n) {
|
||||||
if (!label_[row].empty())
|
if (!label_[row].empty() && !nonum_[row])
|
||||||
os << "\\label{" << label_[row] << "}";
|
os << "\\label{" << label_[row] << "}";
|
||||||
if (nonum_[row])
|
if (nonum_[row])
|
||||||
os << "\\nonumber ";
|
os << "\\nonumber ";
|
||||||
|
@ -65,6 +65,8 @@ What's new
|
|||||||
- fix bad latex output with math array environment included in an
|
- fix bad latex output with math array environment included in an
|
||||||
eqnarray environment
|
eqnarray environment
|
||||||
|
|
||||||
|
- do not output labels in latex when numbering is off
|
||||||
|
|
||||||
- harmonize the behavior of delete and backspace in main text,
|
- harmonize the behavior of delete and backspace in main text,
|
||||||
insettext, and tabulars, i.e. don't put stuff into the clipboard
|
insettext, and tabulars, i.e. don't put stuff into the clipboard
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user