-
Notifications
You must be signed in to change notification settings - Fork 0
/
guitbeamer.cls
174 lines (153 loc) · 5.95 KB
/
guitbeamer.cls
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
%% guitbeamer.cls
%% Copyright 2006 GuIT - Gruppo Utilizzatori Italiani di TeX
%% <guit@sssup.it>
%
% This work is distributed under the conditions of the Creative
% Commons Public License v2.5, with these License Elements:
% * Attribution
% * Non Commercial
% * Share Alike
%
% The latest version of this license is in
%
% http://creativecommons.org/licenses/by-nc-sa/2.5/legalcode
%
% The Licenser is GuIT, Gruppo Utilizzatori Italiani di TeX,
% the author is Emiliano Vavassori <testina@sssup.it>, which also
% mantains this Work.
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{guitbeamer}[2006/08/29 v0.5 GuIT modified Beamer]
\RequirePackage[svgnames]{xcolor}
\LoadClassWithOptions{beamer}[2005/06/12]
\RequirePackageWithOptions{graphicx}
\hypersetup{colorlinks=false}
\RequirePackage[color]{guit}[2006/05/24]
\GuITcolor{1,.66,1,0}
%
% Impostazione del layout grafico
%
%%% Configurazioni di beamer
\usetheme{Warsaw}
\beamertemplatenumberedballsectiontoc
\usecolortheme[rgb={0,.5,0}]{structure}
\useoutertheme{split}
\usefonttheme{default}
%%% Definisco il cmr per il testo matematico (come da pagina 174 della guida)
\usefonttheme[onlymath]{serif}
%%% Colori dei blocchi di codice
\definecolor{LC background}{rgb}{1,.97,.86}
\colorlet{LC foreground}{DarkBlue}
\colorlet{LC alerted fg}{DarkRed}
\setbeamercolor{alerted text}{fg=blue}% Il colore degli alert e` blu
\setbeamercolor{aalerted text}{fg=red}% Il colore degli aalert e` rosso
\setbeamercolor{LaTeX code}{fg=LC foreground,bg=LC background}
\setbeamercolor{alerted LaTeX code}{fg=LC alerted fg,bg=LC background}
%%% Ridefinisco la footline
\setbeamertemplate{footline}{\leavevmode%
% !! inserito hook per disattivare colorazione nella footline
% !! grazie a Gustavo Cevolani per la segnalazione
\def\@inframetitle{pippo}%
\begin{beamercolorbox}[wd=.33\paperwidth,right,ht=2.25ex,dp=1ex,rightskip=4pt
plus 1pt]{subsection in head/foot}
\insertshortauthor\ (\insertshortinstitute)
\end{beamercolorbox}%
\begin{beamercolorbox}[wd=.33\paperwidth,center,ht=2.25ex,dp=1ex]{section in head/foot}
\usebeamercolor[fg]{section in foot/head}\insertshorttitle
\end{beamercolorbox}%
\begin{beamercolorbox}[wd=.34\paperwidth,ht=2.25ex,dp=1ex,leftskip=4pt plus 1pt,rightskip=4pt plus 1pt]{subsection in head/foot}
\insertshortdate\hfill\insertframenumber/\inserttotalframenumber
\end{beamercolorbox}%
}
%%% Ridefinisco il titolo per inserire un controllo
\def\@inframetitle{}
\addtobeamertemplate{frametitle}{\def\@inframetitle{pippo}}
%
% Definizioni utili
%
%%% Definisco un comando \aalert
%%% Utilizzo: \aalert{ argomento }
\newcommand<>{\aalert}[1]{\begin{alertenv}#2\usebeamercolor[fg]{aalerted text}#1\end{alertenv}}
%
% Comandi per la scrittura del codice LaTeX e del relativo output
%
\newcommand{\bs}{{\char'134}}% Backslash
\newcommand{\lb}{{\char'173}}% Left brackets -> {
\newcommand{\rb}{{\char'175}}% Right brackets -> }
\newcommand{\ls}{{\char'133}}% Left brackets -> [
\newcommand{\rs}{{\char'135}}% Right brackets -> ]
%
% Comandi per la scrittura di classi, pacchetti, ecc.
%
%%% Definisco il comando per nominare i pacchetti
%%% Utilizzo: \Lsty{ nome_classe_o_pacchetto }
%%% !! e' possibile utilizzarlo anche nei titoli
%%% !! Grazie a Gustavo Cevolani per la segnalazione
\newcommand<>{\Lsty}[1]{%
\ifx\@inframetitle\@empty%
\begin{actionenv}#2\usebeamercolor[fg]{structure}\ttfamily #1\end{actionenv}%
\else%
\texttt{#1}%
\fi%
}
%%% Definisco \Lcls nella stessa maniera di \Lsty
\let\Lcls\Lsty
%%% \Lopt e` un comando per nominare le opzioni delle classi
\def\Lopt#1{\LCmd[]{#1}}
%%% \Lenv e` un comando per nominare gli ambienti
\let\Lenv\Lopt
%%% LaTeXcode serve per scrivere codice in blocco a se stante ed
%%% e` basato sul codice di 'semiverbatim', classe beamer.
%%% Utilizzo: \begin{LaTeXcode}[ eventuale_titolo ]
%%% \n \nn \alert{ }
%%% \end{LaTeXcode}
\newenvironment<>{LaTeXcode}[1][]%
{\begin{actionenv}#2%
\def\insertblocktitle{#1}%
\setbeamercolor{block body}{fg=LC foreground,bg=LC background}
\newcommand{\n}{\newline}% Interruzione di riga singola
\newcommand{\nn}{\newline\null\newline}% Interruzione di riga doppia
\renewcommand*{\alert}[1]{{\usebeamercolor[fg]{alerted LaTeX code}##1}}% Alert
\usebeamertemplate{block begin}\hbadness=10000%
\begin{semiverbatim}}%
{\end{semiverbatim}%
\usebeamertemplate{block end}
\end{actionenv}}
%%% LaTeXoutput serve per mostrare il risultato del codice.
%%% Utilizzo: \begin{LaTeXoutput}[ eventuale_titolo ]
%%% \end{LaTeXoutput}
\newenvironment<>{LaTeXoutput}[1][]%
{\begin{actionenv}#2%
\def\insertblocktitle{#1}%
\newcommand{\fakeind}{\hspace*{1.5em}}% Simula l'\indent. Va usato a mano
\usebeamertemplate{block begin}\setlength{\parindent}{1.5em}\rmfamily}%
{\usebeamertemplate{block end}
\end{actionenv}}
%%% LCmd serve per scrivere un comando all'interno del testo.
%%% Utilizzo: \LCmd[ carattere_escape ]{ comando \\ \{ \} \ls \rs }
%%% NEW! Puo` essere usato anche nei titoli :)
\newcommand{\LCmd}[2][\char'134 ]{\begingroup%
\let\\\bs\let\{\lb\let\}\rb%
\ifx\@inframetitle\@empty%
\usebeamercolor[fg]{LaTeX code}\ttfamily{#1}{#2}%
\else%
\ttfamily{#1}{#2}%
\fi%
\endgroup}
%%% LCmdArg e` simile a LCmd ma mette in evidenza l'argomento.
%%% Utilizzo: \LCmdArg{ comando }{ argomento_del_comando }
%%% All'interno di \LCmdArg si possono usare gli stessi simboli di \LCmd.
\newcommand{\LCmdArg}[2]{\begingroup%
\let\\\bs\let\{\lb\let\}\rb%
\color{LaTeX code.fg}\ttfamily\char'134{#1}\char'173{\color{alerted LaTeX code.fg}{#2}}\char'175\endgroup}
%%% Per scrivere correttamente \, {, }, [ e ] nel testo
\newcommand{\tbs}{\LCmd{}}% Textual BackSlash
\newcommand{\tlb}{\LCmd[]{\lb}}% Textual Left Bracket
\newcommand{\trb}{\LCmd[]{\rb}}% Textual Right Bracket
\newcommand{\tls}{\LCmd[]{\ls}}% Textual Left Square
\newcommand{\trs}{\LCmd[]{\rs}}% Textual Right Square
%%% Impostiamo istituzione e logo
\def\ncGuIT{\GuIT[color=no]}
\institute[\protect\ncGuIT]{\scalebox{2}{\GuIT} --- \large\GuITtext\\\GuITurl}
\logo{\scalebox{2}{\GuIT}}
\endinput
% vim ft=tex