1
0
Fork 0
forked from avana/cryptrdie
cryptrdie/opuscolo.tex

267 lines
6.6 KiB
TeX
Raw Normal View History

2014-06-18 12:36:32 +02:00
% -*- mode: latex; mode: auto-fill -*-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Setup Document Style
%%%
% \documentclass[paper=5.5in:8.5in,pagesize,
\documentclass[paper=4.13in:5.83in,pagesize,
open=any,% ,chapterprefix=false,
titlepage=false,
headsepline=true,footsepline=false,
2014-06-19 00:01:47 +02:00
fontsize=9pt,headings=small]{scrbook}
2014-06-19 01:15:39 +02:00
\usepackage[activate=true,final,tracking=true,kerning=true,spacing=true,factor=1100,stretch=10,shrink=10,letterspace=-1000,protrusion=true]{microtype}
2014-06-18 12:36:32 +02:00
% \addtokomafont{chapter}{\rmfamily}
% \addtokomafont{chapterentry}{\rmfamily}
% \addtokomafont{sectioning}{\rmfamily}
2014-06-19 00:01:47 +02:00
\areaset[0.4in]{3.20in}{5.2in}
2014-06-18 12:36:32 +02:00
2014-06-19 01:15:39 +02:00
% TOC {{{
\usepackage{tocloft}
\setlength{\cftbeforetoctitleskip}{-4em}
\setlength{\cftaftertoctitleskip}{1em}
% TOC }}}
2014-06-18 12:36:32 +02:00
2014-06-19 01:15:39 +02:00
% locale {{{
\usepackage[T1]{fontenc}
2014-06-18 16:29:11 +02:00
\usepackage[italian]{babel}
2014-06-19 01:15:39 +02:00
% locale }}}
2014-06-18 12:36:32 +02:00
\usepackage{amsmath,amssymb,latexsym,xspace}
2014-06-19 01:15:39 +02:00
% graphics {{{
2014-06-18 12:36:32 +02:00
\usepackage[absolute]{textpos}
\usepackage{graphicx}
\usepackage{wrapfig}
2014-06-19 01:15:39 +02:00
% graphics }}}
2014-06-18 12:36:32 +02:00
\usepackage{pdfpages}
2014-06-19 01:15:39 +02:00
% fonts {{{
\pagestyle{headings}
\usepackage{bookman}
2014-06-18 12:36:32 +02:00
2014-06-19 01:15:39 +02:00
% \usepackage{DejaVuSans}
2014-06-18 12:36:32 +02:00
%% Another possibility is
2014-06-19 01:15:39 +02:00
\usepackage{dejavu}
2014-06-18 12:36:32 +02:00
%% which loads the DejaVu Serif and DejaVu Sans Mono fonts as well
2014-06-19 00:01:47 +02:00
\renewcommand*\familydefault{\sfdefault} %% Only if the base font of the document is to be sans serif
2014-06-19 01:15:39 +02:00
% fonts }}}
% for digital version, use package on next line, which will include hyperlinks
\usepackage{hyperref}
\renewcommand{\href}[2]{#2~\footnote{#1}}
2014-06-18 12:36:32 +02:00
% the following block sets all the hyperref params,
% and might need to be all commented out for the print version
\hypersetup{
bookmarks=true, % show bookmarks bar?
unicode=false, % non-Latin characters in Acrobats bookmarks
pdftoolbar=true, % show Acrobats toolbar?
pdfmenubar=true, % show Acrobats menu?
pdffitwindow=true, % window fit to page when opened
pdfstartview={FitH}, % fits the width of the page to the window
pdfpagelayout={TwoColumnRight},
pdftitle={Crypt r Die}, % title
pdfauthor={AvANa}, % author
2014-06-18 12:56:48 +02:00
pdfsubject={Repressione digitale}, % subject of the document
2014-06-18 12:36:32 +02:00
pdfcreator={LaTeX}, % creator of the document
pdfproducer={AvANAa}, % producer of the document
pdfkeywords={sicurezza, repressione digitale}, % list of keywords
pdfnewwindow=true, % links in new window
colorlinks=false, % false: boxed links; true: colored links
% linkcolor=red, % color of internal links
2014-06-18 12:56:48 +02:00
linkbordercolor=white,
2014-06-18 12:36:32 +02:00
linkcolor=white, % color of internal links
citecolor=green, % color of links to bibliography
filecolor=magenta, % color of file links
urlcolor=cyan % color of external links
}
% for printed version, use package on
% next line, instead, for better printing
%\usepackage{url}
% turn off numbers for chapters
\setcounter{secnumdepth}{-1}
\newcommand{\mychapter}[1]{
\chapter{#1}
% \addcontentsline{toc}{chapter}{\protect\numberline{}#1}
}
% uncomment this next line to include a grid for easier
% layout work
%\usepackage[colorgrid,texcoord]{eso-pic}
\usepackage{color}
\definecolor{altbg}{gray}{0}
\definecolor{altfg}{gray}{1}
\recalctypearea
% SILLABARE LE PAROLE CHE ECCEDONO I MARGINI..
\hyphenation{ri-chie-sto}
\hyphenation{ris-chi}
\hyphenation{chat-ti}
\hyphenation{cer-to}
\hyphenation{pre-fe-ri-sce}
\hyphenation{ar-chi-via-zio-ne}
\hyphenation{am-mi-ni-stra-to-re}
\hyphenation{crit-to-gra-fia}
\hyphenation{vo-stro}
\hyphenation{of-fu-sca-men-to}
\hyphenation{me-glio}
\hyphenation{in-ter-cet-ta-zio-ne}
\hyphenation{que-sti}
\hyphenation{pro-vi-der}
\hyphenation{pro-teg-ge-re}
\hyphenation{Freep-to}
\hyphenation{quo-ti-dia-na-men-te}
\hyphenation{se-guo-no}
\hyphenation{ca-pir-ne}
\hyphenation{brow-ser}
\hyphenation{i-den-ti-fi-ca-zio-ne}
\hyphenation{i-Pho-ne}
%% Enable license helpers
% \input{cc_beamer}
%
% AvANa custom conf
%
2014-06-18 16:29:11 +02:00
% Interlinea
2014-06-19 00:01:47 +02:00
\linespread{1.3}
2014-06-18 16:29:11 +02:00
\newcommand*{\ricettafont}{\fontfamily{pag}\selectfont\small}
2014-06-18 12:36:32 +02:00
\newcommand*{\headerfonts}{\fontfamily{pag}\selectfont}
2014-06-18 16:29:11 +02:00
\usepackage{mdframed}
2014-06-18 19:11:43 +02:00
\newmdenv[linecolor=white,hidealllines,shadow=false,%
innerleftmargin=5pt,innerrightmargin=5pt,%
font=\ricettafont]{ricetta}
2014-06-18 16:29:11 +02:00
2014-06-18 12:36:32 +02:00
\setcounter{tocdepth}{1}
% Header e Footer
\usepackage{fancyhdr}
\pagestyle{fancy}
% Header elements
2014-06-19 01:15:39 +02:00
\renewcommand{\headrulewidth}{-10mm}
\fancyhead{}
2014-06-18 12:36:32 +02:00
% Footer elements
2014-06-19 00:01:47 +02:00
\fancyfoot{}
\fancyfoot[LE,RO]{\thepage}
\fancyfoot[C]{\includegraphics[height=.56cm]{images/scritta.jpg}}
2014-06-18 12:36:32 +02:00
% \renewcommand{\footrulewidth}{0.4pt} % riga sopra il footer
% \setlength{\voffset}{-0.35in}
% \setlength{\textheight}{+0.01in}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% The document
%%%
\begin{document}
2014-06-19 00:01:47 +02:00
\frontmatter
2014-06-18 12:36:32 +02:00
% PRIMA PAGINA : COPERTINA
\includepdf{images/page1.pdf}
% PRESENTAZIONE AVANA
2014-06-19 00:01:47 +02:00
\thispagestyle{empty}
2014-06-18 12:36:32 +02:00
2014-06-18 12:56:48 +02:00
\begin{wrapfigure}{l}{3cm}
\includegraphics[width=2.6cm]{images/avana.jpg}
2014-06-18 12:36:32 +02:00
\end{wrapfigure}
Il collettivo AvANa (Avvisi Ai Naviganti) fin dalle origini ha dato sempre centralit\`{a} al
2014-06-18 12:56:48 +02:00
tema della repressione a mezzo digitale. \\
2014-06-18 12:36:32 +02:00
Quando ci \`{e} passato tra le mani l'opuscolo ``Prima e dopo un corteo'', scritto
dalla Rete Evasioni, abbiamo letto il paragrafetto dedicato ai computer e non abbiamo
2014-06-18 12:56:48 +02:00
saputo resistere. \\
2014-06-18 12:36:32 +02:00
\textbf{Crypt'r Die} \`{e} un vademecum per tutte e tutti coloro che vogliono iniziare
a riprendersi la propria libert\`{a} e che sentono il il bisogno di difendersi da ogni
2014-06-18 12:56:48 +02:00
tipo di controlo e sorveglianza digitale. %
2014-06-18 12:36:32 +02:00
2014-06-19 00:01:47 +02:00
\vfill
\begin{center}%
\includegraphics[width=.13\textwidth]{images/nocopyright.jpg}\\
{\scriptsize %
Finito di stampare nel giugno 2014.\\
Materiale non sottoposto ad alcun tipo di copyright\\
Scarica, fotocopia e diffondi!\\
\url{https://we.riseup.net/avana/opuscolo}%
}%
\end{center}%
2014-06-18 12:56:48 +02:00
%\pagestyle{empty}
2014-06-18 12:36:32 +02:00
% PAGINA BIANCA DOPO IL NO COPYRIGHT
2014-06-18 12:56:48 +02:00
\cleardoublepage
2014-06-18 12:36:32 +02:00
% \thispagestyle{empty}
% TABELLA DEI CONTENUTI
% \pagestyle{empty}
% \tableofcontents
2014-06-19 00:01:47 +02:00
%
% INDICE -
%
2014-06-18 12:36:32 +02:00
\renewcommand*\contentsname{INDICE}
2014-06-19 00:01:47 +02:00
\tableofcontents{\thispagestyle{empty}}
2014-06-18 12:36:32 +02:00
\clearpage
\pagestyle{fancy}
% \thispagestyle{empty}
\newpage
\setcounter{page}{1}
% % PAGINA BIANCA DOPO L'INTRO DI AVANA
% \newpage
% \thispagestyle{empty}
% \mbox{}
% \newpage
% \thispagestyle{empty}
% \mbox{}
%
% TESTO
%
2014-06-19 00:01:47 +02:00
\mainmatter
2014-06-18 12:36:32 +02:00
\include{cryptrdie}
2014-06-19 00:01:47 +02:00
\backmatter
2014-06-18 12:36:32 +02:00
%
% PARTE FINALE
%
% PAGINA CON LINK AD AVANA
\newpage
\thispagestyle{empty}
\null
\vfill % riempi verticalmente
%
\begin{center}
\url{http://we.riseup.net/avana}
\end{center}
% Ultima di copertina
\newpage
\thispagestyle{empty}
%
\includepdf{images/pageLast.pdf}
%
\end{document}
2014-06-19 01:15:39 +02:00
% vim: set fdm=marker fdl=1: