Re: Codice e risultato

#46025
samiel
Partecipante
    Up
    0
    Down
    ::


    Sto dando un’occhiata a examplep. I risultati sono esteticamente
    molto meno belli di quelli del testo di Pantieri. Lì sono fortemente
    personalizzati o non fanno proprio ricorso a quel pacchetto?
    Poi non so se, al solito, sbaglio, ma ad es a p. 13 del manuale leggo:

    vrule=rule By default, the Source and the Sample are separated with a ver-
    tical rule of width \arrayrulewidth in the middle of a horizontal space
    specified by source-sepwidth=. Use =skip to omit the rule but keep the
    space. Use =none to have no separator at all.

    Allore tento:
    `\documentclass[numbers=noenddot,headinclude,footinclude,%
    BCOR=0mm,cleardoublepage=empty]{scrartcl}
    \usepackage[nochapters]{classicthesis-ldpkg}
    \usepackage[pdfspacing,eulerchapternumbers,beramono,%
    nochapters,linedheaders]{classicthesis}
    \usepackage[utf8x]{inputenc}
    \usepackage[italian]{babel}
    \usepackage[T1]{fontenc}
    \usepackage{url}
    \usepackage[vrule=skip]{examplep}
    \usepackage{codep}

    \begin{document}
    \begin{code}
    t \usepackage{url}
    URL:
    \\\url{http://foo.org/~user/}
    \end{code}
    \end{document}`
    ma ottengo:
    `! Package examplep Error: Unknown option: vrule (= skip).

    See the examplep package documentation for explanation.
    Type H for immediate help.

    l.2413 …name opt@\@currname.\@currext\endcsname}
    \fi
    ?`
    COsa c’è che non va?
    Grazie
    M.[/code]

    Go to top