Re: Classicthesis: scshape e spacedlowsmallcaps

#14225
lorenzo.pantieri
Partecipante
    Up
    0
    Down
    ::


    Ciao Enrico, questo è un documento minimale che riproduce il problema:
    `\documentclass{scrreprt}
    \usepackage{classicthesis-ldpkg}
    \usepackage[eulerchapternumbers,subfigure,beramono,eulermath]{classicthesis}
    \begin{document}
    \bibliographystyle{classic}
    \bibliography{/Users/Lorenzo/Documents/Documenti_LaTeX/mat}
    \nocite{bell:matematici}
    \end{document}
    `
    dove
    `
    @BOOK{bell:matematici,
    AUTHOR = {E.~T.~Bell},
    TITLE = {I grandi matematici},
    PUBLISHER = {Sansoni},
    YEAR = {1988, ed.~or.~1937},
    ADDRESS = {Firenze}
    }
    `
    La cosa strana è che la voce del file bbl è
    `\bibitem[{Bell(1937)}]{bell:matematici}
    \spacedlowsmallcaps{Bell, E.~T.} (1988, ed.~or.~1937), \emph{I grandi
    matematici}, Sansoni, Firenze.
    `
    che mi pare perfetta, eppure nel pdf finale “Sansoni” e “Firenze” sono in small caps (neanche in spacedlowsmallcaps)! 😯 😥

    La risposta del compilatore al codice che mi hai scritto è
    `! Undefined control sequence.
    bell, e.z
    t.
    l.15

    ? i\showthe\catcode`\z
    > 11.

    t
    l.15

    ?
    )
    `
    Ti invio anche un paio di warning nel log:
    `pdfTeX warning (font expansion): font should be expanded before its first use
    Package microtype Info: Character `029' is missing in font
    (microtype) `T1/pplj/m/sc/10'. Ignoring protrusion settings
    (microtype) for this character.

    pdfTeX warning (font expansion): font should be expanded before its first use
    ! Undefined control sequence.
    bell, e.z
    t.
    l.15

    ?
    )
    `
    Grazie,
    L.

    Go to top