Re: Pacchetto menukeys

#81318
robitex
Amministratore del forum
    Up
    0
    Down
    ::


    Ciao,
    ho usato un po’ menukeys per una mia guida tematica (scaricabile dal sito del GuIT).
    Per cambiare stile mi pare si debba usare \renewmenumacro.
    Puoi anche definire un tuo comando di menù che adotta uno stile predefinito o costruito ex novo:
    Leggi questo codice:
    `\documentclass{report}

    \usepackage[os=win]{menukeys}

    \begin{document}
    \menu[,]{Tools,Commands,PFDLaTeX}

    \providemenumacro{\mymenu}{roundedmenus}

    \mymenu{Tools,Commands,PFDLaTeX}
    \end{document}`
    Un saluto.
    R.

    Go to top