-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathguidaemacsauctex.sty
93 lines (83 loc) · 2.47 KB
/
guidaemacsauctex.sty
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
%% Copyright (C) 2010-2014 by M. Giordano, O. Iovino, M. Leccardi.
%%
%% Quest'opera è distribuita con licenza Creative Commons,
%% + Attribuzione
%% + Non commerciale
%% + Condividi allo stesso modo
%% 3.0 Italia.
%%
%% Un riassunto della licenza in linguaggio accessibile a tutti è reperibile sul
%% sito ufficiale http://creativecommons.org/licenses/by-nc-sa/3.0/it
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{guidaemacsauctex}[2014/01/28 v.1.0.2 Preambolo di guidaemacsauctex.tex]
\RequirePackage{ccicons}
\RequirePackage{booktabs}
\RequirePackage{longtable}
% graphicx è caricato dalla classe guidatematica.cls
\graphicspath{{figure/}}
% listings è caricato dalla classe guidatematica.cls
\lstset{
frame=single,
language=lisp,
morekeywords={add-hook,add-to-list,eval-after-load,quote,setq,setq-default},
basicstyle=\small\ttfamily,
keywordstyle=\color{blue}\bfseries,
commentstyle=\color{red},
stringstyle=\color{purple},
breaklines=true,
showstringspaces=false,
belowcaptionskip=\bigskipamount,
escapechar={£},
literate=
{à}{{\`a}}1
{è}{{\`e}}1
{ì}{{\`i}}1
{ò}{{\`o}}1
{ù}{{\`u}}1,
}
\RequirePackage[os=win]{menukeys}
\usetikzlibrary{shapes.geometric}
\tw@make@key@box{Meta}{Meta
\tikz{\node[scale=0.5,shape=diamond,fill=black,
sharp corners,draw,
baseline=-\the\dimexpr\fontdimen22\textfont2\relax] {};}}
\tw@make@key@macro{\Meta}
\usetikzlibrary{arrows}
\tikzset{grid/.style={help lines,color=blue!50}}
\tikzset{arrow/.style = {> = stealth'}}
\tikzset{line/.style = {draw, -stealth'}}
\tikzset{block/.style = {%
rectangle,
draw=gray!50,
thick,
fill=gray!15,
minimum width=5.5em,
}
}
\RequirePackage[%
unicode,%
pdfdisplaydoctitle=true,%
pdfstartview=FitH,%
linktocpage=true,%
bookmarksnumbered=true,%
colorlinks=true,%
]{hyperref}
\hypersetup{%
pdftitle = {Guida pratica all'uso di GNU Emacs e AUCTeX},%
pdfauthor = {Mosè Giordano, Orlando Iovino, Matteo Leccardi},%
pdfsubject = {Guida tematica all'uso di GNU Emacs e AUCTeX su Windows, GNU Linux e Mac OS},%
pdfkeywords = {GNU, Emacs, AUCTeX, LaTeX, TeX, GuIT},%
pdfcreator = {LaTeX},%
linkcolor = {blue},
citecolor = {blue!80!black},
urlcolor = {blue},
}
% \progstyle dentro \emacs non funziona :-(
\providecommand{\emacs}{\textsf{Emacs}}
\providecommand{\auctex}{AUC\TeX{}}
% end of file guidaemacsauctex.sty
%%% Local Variables:
%%% mode: latex
%%% coding: utf-8
%%% time-stamp-pattern: "13/\\\\ProvidesPackage{.*}\\[%:y/%02m/%02d v"
%%% End: