Re: documento con molti elenchi

#89106
alegenn
Partecipante
    Up
    0
    Down
    ::

    quadamage76″ post=88609ho dato un’occhiata a tikz, obiettivamente sarebbe potentissimo, ma ora come ora non ho il tempo di mettermici. Detto questo sto provando con le liste annidate, tuttavia la prima voce di itemize per ogni description mi resta sulla stessa riga della voce di description. Come posso forzargli l’a capo?

    Io definirei un comando anziché usare [tt]description[/tt];
    `% !TEX TS-program = pdflatex
    % !TEX encoding = UTF-8 Unicode

    % This is a simple template for a LaTeX document using the “article” class.
    % See “book”, “report”, “letter” for other types of document.

    \documentclass[11pt]{article} % use larger type; default would be 10pt

    \usepackage[utf8]{inputenc} % set input encoding (not needed with XeLaTeX)

    \newcommand{\princ}[1]{\noindent\textbf{#1}}

    %%% END Article customizations

    %%% The “real” document content comes below…

    \title{Brief Article}
    \author{The Author}
    %\date{} % Activate to display a given date or no date (if empty),
    % otherwise the current date is printed

    \begin{document}
    \maketitle

    \princ{Dipende da}:

    \begin{itemize}
    \item amministratore.
    \end{itemize}

    \princ{gestisce}:
    \begin{itemize}
    \item fatturazione attiva e passiva;
    \item paghe e contributi;
    \item documentazione fiscale in collaborazione col commercialista;
    \item banche (insieme all'amministratore).
    \end{itemize}

    \end{document}
    `
    Saluti

    Go to top