]> git.lyx.org Git - lyx.git/commit
Split pdf format as discussed on the list
authorGeorg Baum <baum@lyx.org>
Thu, 21 Mar 2013 19:13:02 +0000 (20:13 +0100)
committerGeorg Baum <baum@lyx.org>
Thu, 21 Mar 2013 19:13:02 +0000 (20:13 +0100)
commitcb5dd33475e7cca472ead1fd3eac9f174b8b76ba
tree477456418ddd7a3f9c6e5e4c8dab039e79bca8ea
parentb79bc9b566fca1df474824ef7dfdec658b2e945c
Split pdf format as discussed on the list

Previously, the format used for included pdf files was the same as for
document export via ps2pdf. This caused unwanted conversion routes, e.g.
export via odt->pdf instead of dvi->ps->pdf.
I renamed the format for included graphics and not for exported documents,
since otherwise the command line syntax for export would change. This would
require more adaptions for the users, since with the chosen solution the
custom converters are almost always changed correctly in prefs2prefs(),
so that only custom external templates need manual adjustement.
RELEASE-NOTES
lib/configure.py
lib/doc/Customization.lyx
lib/external_templates
lib/scripts/prefs2prefs_prefs.py
src/ConverterCache.cpp
src/Format.cpp
src/LyXRC.cpp
src/insets/InsetGraphics.cpp