From 0ac8d492b12d9e46e46219d9fd83151fab7de505 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Mon, 14 Mar 2011 10:17:07 +0100 Subject: Esempi 07, 08 e 09 --- esempi/08.tex | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 esempi/08.tex (limited to 'esempi/08.tex') diff --git a/esempi/08.tex b/esempi/08.tex new file mode 100644 index 0000000..c713227 --- /dev/null +++ b/esempi/08.tex @@ -0,0 +1,58 @@ +% Copyright (C) 2004 - 2011 Elena Grandi +% This work is licensed under the Creative Commons Attribution-ShareAlike +% 2.5 Italy License. To view a copy of this license, visit +% http://creativecommons.org/licenses/by-sa/2.5/it/ or send a letter to +% Creative Commons, 171 Second Street, Suite 300, San Francisco, +% California, 94105, USA. + +\documentclass[a4paper,italian]{article} + +\usepackage{babel} +\frenchspacing +\usepackage[utf8]{inputenc} + +\newcommand{\nuovo}[1]{\textbf{#1}} + +\newenvironment{nota} + {\begin{minipage}{0.5\textwidth} + \medskip + %\hrulefill\\ + \rule{\textwidth}{0.5pt} + \textbf{Nota:}\\} + {\rule{\textwidth}{0.5pt} + \smallskip + \end{minipage}} + +\title{Personalizzazione\thanks{ +I sorgenti di questo documento sono nel file \texttt{08.tex}}} +\author{Elena ``of Valhalla''} +\date{16 marzo 2011} + +\begin{document} + +\maketitle +\tableofcontents + +\section{Nuovi comandi} + +\LaTeX permette di definire \nuovo{nuovi comandi} che possono agire su un +numero di parametri compreso tra 0 e 9. + +\section{Nuovi ambienti} + +È anche possibile definire nuovi environment, ad esempio una nota +più stretta dell'intera pagina. + +\begin{nota} + Questo testo fa parte di un environment definito in questo documento. +\end{nota} + +Ovviamente tali environment possono essere usati quanto si vuole nel +documento, come un normale environment predefinito. + +\begin{nota} + Anche questo testo fa parte del \nuovo{nuovo environment}, definito + nel preambolo di questo documento. +\end{nota} + +\end{document} -- cgit v1.2.3