]> git.lyx.org Git - features.git/commit
Fix hyperref-soul conflict and sanitize hyperref management
authorJürgen Spitzmüller <spitz@lyx.org>
Sat, 19 Jan 2008 11:17:12 +0000 (11:17 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sat, 19 Jan 2008 11:17:12 +0000 (11:17 +0000)
commit804e9129105be3c813ec275c25b8db0148490e18
treeb170b91f7d305ddc9a864d46d365e04bdf143900
parentf0f485e40d9bc8aa130f6783afecc64fd61111f7
Fix hyperref-soul conflict and sanitize hyperref management

* src/BufferParams.cpp:
- always require hyperref if it's used.
- only call PDFOptions::writeLaTeX if hyperref is required
  (and not provided by textclass).
* src/PDFOptions.{cpp,h}:
- (writeLaTeX): remove unneeded hyper_required argument
* src/LaTeXFeatures.cpp:
- special definition for pdflatex ct markup when hyperref is used
  (fix bug 4504).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22629 a592a061-630c-0410-9148-cb99ea01b6c8
src/BufferParams.cpp
src/LaTeXFeatures.cpp
src/PDFOptions.cpp
src/PDFOptions.h