errors trying to generate output on a mint version.

Issue #64 wontfix
Former user created an issue
What steps will reproduce the problem?
1. download classicthesis (lyx version)
2. open ClassicThesis.lyx
3. generate preview

What is the expected output? What do you see instead?
I should see a pdf of the thesis, instead I'm getting errors that doesn't have much
sense. Even if I remove the highlighted sections that produce the errors, they are
still there - I suppose it's cause of some lines of code, but I can't find anything
wrong.

I'm attaching the screenshots also.


What version of the product are you using? On what operating system?
last version of classicthesis on a xubuntu system


Please provide any additional information below.
everything else works, at first I didn't know I had to get also the estended fonts
(I was getting the error "beramono.sty" missing) but I'v managed to get them trhough
synaptic.

Original issue reported on code.google.com by awambawamb on 2013-03-14 15:02:27 <hr> * Attachment: screen01.png<br>screen01.png * Attachment: screen02.png<br>screen02.png * Attachment: screen03.png<br>screen03.png

Comments (5)

  1. Former user Account Deleted
    You're probably missing some packages. The screenshots are of no help, please attach
    here the complete LaTeX log (from View Complete Log in the error dialog from the screenshots).
    

    Original issue reported on code.google.com by ivo.pletikosic on 2013-03-15 02:10:26

  2. Former user Account Deleted
    sorry, here's the complete log.
    

    Original issue reported on code.google.com by awambawamb on 2013-03-16 09:20:45 <hr> * Attachment: output

  3. Former user Account Deleted
    The log is not very informative. Try commenting out (put percentage in front of) the
    line
    \usepackage{scrhack}
    in classicthesis-config.tex
    
    Then open Chapter 3 (math examples) by right-clicking at its box in ClassicThesis.lyx
    and try to compile it. Try the same with some other chapter. 
    

    Original issue reported on code.google.com by ivo.pletikosic on 2013-03-16 12:21:34

  4. Former user Account Deleted
    That worked!!!!
    It was just that package creating all the troubles: now it compiles perfectly. I couldn't
    find much information about that package, but in classicthesis-config.tex says it works
    with KOMA and is used for math formulas... but even without it math formulas in chapter
    3 are displayed correctly.
    
    So the solution is to comment out (put % at the start of the line) line 95 in classicthesis-config.tex:
    
    from
    \usepackage{scrhack} % fix warnings when using KOMA with listings package
    
    to
    %\usepackage{scrhack} % fix warnings when using KOMA with listings package
    
    this way it's extra-clear for future users :)
    Thank you for help!
    

    Original issue reported on code.google.com by awambawamb on 2013-03-16 17:17:12

  5. Former user Account Deleted
    (No text was entered with this change)
    

    Original issue reported on code.google.com by ivo.pletikosic on 2013-03-17 14:44:57 - Labels added: Type-Other - Labels removed: Type-Defect

  6. Log in to comment