]> git.lyx.org Git - lyx.git/blobdiff - src/PDFOptions.h
Remove the test for "tableofcontents", since that is the only thing this
[lyx.git] / src / PDFOptions.h
index 2fa661aa71782b8d0b81fa1905a38ee72c5ebb92..187e80c25fe5a6ee97cab9d94560c47f0bfa62f3 100644 (file)
@@ -96,18 +96,14 @@ public:
        bool colorlinks;
        /**
                * Adds backlink text to the end of each item in the bibliography,
-               * as a list of section numbers.
+               * as a list of section/slide/page numbers.
                * This can only work properly if there is a blank line after each
                * \bibitem.
-               * backref        boolean false
-               */
-       bool backref;
-       /**
-               * Adds backlink text to the end of each item in the bibliography,
-               * as a list of page numbers.
-               * pagebackref       boolean false
+               * backref   string  empty(="section"), "false", "section", "slide", "page"
+               *
+               * Internally we use false/section/slide/pages. See also bug 5340.
                */
-       bool pagebackref;
+       std::string backref;
        /**
                * Determines how the file is opening in Acrobat;
                * the possibilities are None, UseThumbs (show thumbnails), UseOutlines