Change Section fontsize and use ClassicThesis 2.9 for LyX?

Issue #18 closed
Former user created an issue

``` Classicthesis mn_classicthesis.sty (version 2.4) lines 303 and following:

this is probably a very silly and basic question due to my lack of knowledge of KOMA and overall experience, but I've been trying to change the font and fonzise of the sections in the classicthesis.sty for LyX and it doesn't change anything. Sections stay in allsmallcaps and fontsize small. Is there some option I have to change in the Documentsettings in LyX?

Also, is it possible to use classicthesis.sty latest version as a .sty for LyX simply by copying over the "old" .sty file or will this cause problems with the preamble.sty and/or LyX itself?

Thanks a lot for all your help!

```

Original issue reported on code.google.com by `DerEnterich` on 2011-01-13 10:03:59

Comments (3)

  1. Former user Account Deleted

    ``` Try to find, in classicthesis.sty, these lines

    % sections \FloatBarrier \titleformat{\section}{\relax}{\textsc{\MakeTextLowercase{\thesection}}}{1em}{\spacedlowsmallcaps}

    and change the format following the instructions for the titlesec package in http://mirror.ctan.org/macros/latex/contrib/titlesec/titlesec.pdf

    ```

    Original issue reported on code.google.com by `ivo.pletikosic` on 2011-03-05 07:34:55

  2. André Miede repo owner

    ``` Currently, we also working on making classicthesis' style files directly usable with LyX :-)

    And my usual warning: Change any of the typographic style (fonts, font size etc.) only, if you are absolutely sure what you are doing! :-)

    ```

    Original issue reported on code.google.com by `amiede` on 2011-03-05 08:25:12 - Labels added: Type-Other, Priority-Low - Labels removed: Type-Defect, Priority-Medium

  3. Log in to comment