Export to RTF or ODF on lyx gives hyperref Error: Wrong driver option `pdftex'

Issue #49 wontfix
Former user created an issue

``` What steps will reproduce the problem? 1. Open the master document ClassicThesis.lyx contained in ClassicThesis-LyX-v4.0.zip 2. Select option File>Export>Rich Text Format This error is unexpected, the document compiles perfectly on export to PDF, (but not to PDF XeteX)

I'm using Lyx 2.0.3, with TexLive 2011 distribution on Linux (Fedora 16 KDE) all necessary packages are installed

While searching for a solution, I have a suspicion that passing the option to use pdftex to lyx is not necessary, it should identify the correct option automatically. I haven't figured out a way to make it work without passing this option though.

This is section 6 in in the config file.

Please provide any additional information below.

```

Original issue reported on code.google.com by `baghel.ravi` on 2012-03-18 21:18:21

Comments (2)

  1. Former user Account Deleted

    ``` \PassOptionsToPackage{pdftex,hyperfootnotes=false,pdfpagelabels}{hyperref} \usepackage{hyperref} % backref linktocpage pagebackref \pdfcompresslevel=9 \pdfadjustspacing=1 \PassOptionsToPackage{pdftex}{graphicx} \usepackage{graphicx}

    I meant this part, is it necessary to pass the pdftex option here? ```

    Original issue reported on code.google.com by `baghel.ravi` on 2012-03-18 21:19:56

  2. Former user Account Deleted

    ```

    I meant this part, is it necessary to pass the pdftex option here?

    Either we or you can try it, there's no other way to know. So, is it necessary? I can't export to RTF. I must warn you, classicthesis was never meant to produce anything but pdf. ```

    Original issue reported on code.google.com by `ivo.pletikosic` on 2012-03-24 12:54:39 - Labels added: Type-Other - Labels removed: Type-Defect

  3. Log in to comment