opuscolo.tex 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  1. % -*- mode: latex; mode: auto-fill -*-
  2. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3. %%% Setup Document Style
  4. %%%
  5. % \documentclass[paper=5.5in:8.5in,pagesize,
  6. \documentclass[paper=4.13in:5.83in,pagesize,
  7. open=any,% ,chapterprefix=false,
  8. titlepage=false,
  9. headsepline=true,footsepline=false,
  10. fontsize=10pt,headings=small]{scrbook}
  11. % \addtokomafont{chapter}{\rmfamily}
  12. % \addtokomafont{chapterentry}{\rmfamily}
  13. % \addtokomafont{sectioning}{\rmfamily}
  14. % \areaset[-.15in]{3.85in}{7.50in}
  15. \areaset[0.3in]{3.15in}{5.2in}
  16. \pagestyle{headings}
  17. \usepackage{bookman}
  18. % DOES NOT WORK
  19. % \usepackage[italian]{babel}
  20. \usepackage{amsmath,amssymb,latexsym,xspace}
  21. \usepackage[absolute]{textpos}
  22. \usepackage{graphicx}
  23. \usepackage{wrapfig}
  24. \usepackage{pdfpages}
  25. % for digital version, use package on
  26. % next line, which will include hyperlinks
  27. \usepackage{hyperref}
  28. % \usepackage{background} % full image pages
  29. % \usepackage{DejaVuSans}
  30. %% Another possibility is
  31. %% \usepackage{dejavu}
  32. %% which loads the DejaVu Serif and DejaVu Sans Mono fonts as well
  33. \renewcommand*\familydefault{\sfdefault} %% Only if the base font of the document is to be sans serif
  34. \usepackage[T1]{fontenc}
  35. % the following block sets all the hyperref params,
  36. % and might need to be all commented out for the print version
  37. \hypersetup{
  38. bookmarks=true, % show bookmarks bar?
  39. unicode=false, % non-Latin characters in Acrobat’s bookmarks
  40. pdftoolbar=true, % show Acrobat’s toolbar?
  41. pdfmenubar=true, % show Acrobat’s menu?
  42. pdffitwindow=true, % window fit to page when opened
  43. pdfstartview={FitH}, % fits the width of the page to the window
  44. pdfpagelayout={TwoColumnRight},
  45. pdftitle={Crypt r Die}, % title
  46. pdfauthor={AvANa}, % author
  47. pdfsubject={Repressione digitale}, % subject of the document
  48. pdfcreator={LaTeX}, % creator of the document
  49. pdfproducer={AvANAa}, % producer of the document
  50. pdfkeywords={sicurezza, repressione digitale}, % list of keywords
  51. pdfnewwindow=true, % links in new window
  52. colorlinks=false, % false: boxed links; true: colored links
  53. % linkcolor=red, % color of internal links
  54. linkbordercolor=white,
  55. linkcolor=white, % color of internal links
  56. citecolor=green, % color of links to bibliography
  57. filecolor=magenta, % color of file links
  58. urlcolor=cyan % color of external links
  59. }
  60. % for printed version, use package on
  61. % next line, instead, for better printing
  62. %\usepackage{url}
  63. % turn off numbers for chapters
  64. \setcounter{secnumdepth}{-1}
  65. \newcommand{\mychapter}[1]{
  66. \chapter{#1}
  67. % \addcontentsline{toc}{chapter}{\protect\numberline{}#1}
  68. }
  69. % uncomment this next line to include a grid for easier
  70. % layout work
  71. %\usepackage[colorgrid,texcoord]{eso-pic}
  72. \usepackage{color}
  73. \definecolor{altbg}{gray}{0}
  74. \definecolor{altfg}{gray}{1}
  75. \recalctypearea
  76. % SILLABARE LE PAROLE CHE ECCEDONO I MARGINI..
  77. \hyphenation{ri-chie-sto}
  78. \hyphenation{ris-chi}
  79. \hyphenation{chat-ti}
  80. \hyphenation{cer-to}
  81. \hyphenation{pre-fe-ri-sce}
  82. \hyphenation{ar-chi-via-zio-ne}
  83. \hyphenation{am-mi-ni-stra-to-re}
  84. \hyphenation{crit-to-gra-fia}
  85. \hyphenation{vo-stro}
  86. \hyphenation{of-fu-sca-men-to}
  87. \hyphenation{me-glio}
  88. \hyphenation{in-ter-cet-ta-zio-ne}
  89. \hyphenation{que-sti}
  90. \hyphenation{pro-vi-der}
  91. \hyphenation{pro-teg-ge-re}
  92. \hyphenation{Freep-to}
  93. \hyphenation{quo-ti-dia-na-men-te}
  94. \hyphenation{se-guo-no}
  95. \hyphenation{ca-pir-ne}
  96. \hyphenation{brow-ser}
  97. \hyphenation{i-den-ti-fi-ca-zio-ne}
  98. \hyphenation{i-Pho-ne}
  99. %% Enable license helpers
  100. % \input{cc_beamer}
  101. %
  102. % AvANa custom conf
  103. %
  104. \linespread{1.2}
  105. \newcommand*{\ricettafont}{\fontfamily{pag}\selectfont}
  106. \newcommand*{\headerfonts}{\fontfamily{pag}\selectfont}
  107. \setcounter{tocdepth}{1}
  108. % Header e Footer
  109. \usepackage{fancyhdr}
  110. \pagestyle{fancy}
  111. % Header elements
  112. \lhead{}
  113. \chead{}
  114. \rhead{}
  115. % Footer elements
  116. \lfoot{}
  117. \cfoot{\includegraphics[height=.56cm]{images/scritta.jpg}}
  118. \rfoot{{\headerfonts\footnotesize\thepage}}
  119. \renewcommand{\headrulewidth}{0.0pt} % riga sotto l'header
  120. % \renewcommand{\footrulewidth}{0.4pt} % riga sopra il footer
  121. % \setlength{\voffset}{-0.35in}
  122. % \setlength{\textheight}{+0.01in}
  123. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  124. %%% The document
  125. %%%
  126. \begin{document}
  127. %
  128. % PRIMA PAGINA : COPERTINA
  129. %
  130. \pagestyle{empty}
  131. \includepdf{images/page1.pdf}
  132. % \thispagestyle{empty}
  133. % $\qquad$
  134. % \vspace{3em}
  135. % \begin{center}
  136. % \Huge Crypt r Die
  137. % \end{center}
  138. % \vspace{3em}
  139. % \begin{center}
  140. % AVANA
  141. % \end{center}
  142. %
  143. % \newpage
  144. % \thispagestyle{empty}
  145. % \begin{center}
  146. % $\qquad$
  147. % \end{center}
  148. %
  149. % \TPGrid{1}{7}
  150. %
  151. % \vfill
  152. % \begin{center}
  153. % \CcGroupByNcSa{0.83}{0.95ex}\\[2.5ex]
  154. % {\tiny Released under the \emph{Creative Commons\CcLongnameByNcSa} license.}\\
  155. % {\tiny Art/Articles copyright their individual
  156. % authors.\\
  157. % Some rights reserved.}
  158. % \end{center}
  159. %
  160. % % \begin{textblock}{1}(0,1)
  161. % % \includegraphics[width=.9\TPHorizModule,height=.9\TPHorizModule]{frontcover}
  162. % % \end{textblock}
  163. %
  164. % \begin{textblock}{1}(0,6)
  165. % \begin{center}
  166. % \url{http://we.riseup.net/avana}
  167. % \end{center}
  168. % \end{textblock}
  169. %%% Don't start counting pages until after the cover
  170. % \TPGrid{1}{7}
  171. % \begin{textblock}{1}(-.05,0)
  172. % \includegraphics[width=.8\TPHorizModule,height=7\TPVertModule]{bird_tree}
  173. % \end{textblock}
  174. % PRESENTAZIONE AVANA
  175. % \sffamily
  176. % \thispagestyle{empty}
  177. \begin{wrapfigure}{l}{3cm}
  178. \includegraphics[width=2.6cm]{images/avana.jpg}
  179. \end{wrapfigure}
  180. Il collettivo AvANa (Avvisi Ai Naviganti) fin dalle origini ha dato sempre centralit\`{a} al
  181. tema della repressione a mezzo digitale. \\
  182. Quando ci \`{e} passato tra le mani l'opuscolo ``Prima e dopo un corteo'', scritto
  183. dalla Rete Evasioni, abbiamo letto il paragrafetto dedicato ai computer e non abbiamo
  184. saputo resistere. \\
  185. \textbf{Crypt'r Die} \`{e} un vademecum per tutte e tutti coloro che vogliono iniziare
  186. a riprendersi la propria libert\`{a} e che sentono il il bisogno di difendersi da ogni
  187. tipo di controlo e sorveglianza digitale. %
  188. %
  189. % % PAGINA BIANCA DOPO L'INTRO DI AVANA
  190. % \newpage
  191. % \thispagestyle{empty}
  192. % \mbox{}
  193. %
  194. % PAGINA NO COPYRIGHT
  195. %\newpage
  196. %
  197. %
  198. % PAGINA NO COPYRIGHT
  199. %
  200. % \thispagestyle{empty}
  201. %
  202. %\null
  203. %\vfill
  204. %
  205. \begin{center}%
  206. \includegraphics[width=.13\textwidth]{images/nocopyright.jpg}\\
  207. {\scriptsize %
  208. Finito di stampare nel giugno 2014.\\
  209. Materiale non sottoposto ad alcun tipo di copyright\\
  210. Scarica, fotocopia e diffondi!\\
  211. \url{https://we.riseup.net/avana/opuscolo}
  212. }
  213. \end{center}
  214. %\pagestyle{empty}
  215. % PAGINA BIANCA DOPO IL NO COPYRIGHT
  216. \cleardoublepage
  217. % \thispagestyle{empty}
  218. % TABELLA DEI CONTENUTI
  219. % \pagestyle{empty}
  220. % \tableofcontents
  221. \renewcommand*\contentsname{INDICE}
  222. \tableofcontents
  223. \clearpage
  224. \pagestyle{fancy}
  225. % \thispagestyle{empty}
  226. \newpage
  227. \setcounter{page}{1}
  228. % % PAGINA BIANCA DOPO L'INTRO DI AVANA
  229. % \newpage
  230. % \thispagestyle{empty}
  231. % \mbox{}
  232. % \newpage
  233. % \thispagestyle{empty}
  234. % \mbox{}
  235. %
  236. % TESTO
  237. %
  238. \include{cryptrdie}
  239. %
  240. % PARTE FINALE
  241. %
  242. % PAGINA CON LINK AD AVANA
  243. \newpage
  244. \thispagestyle{empty}
  245. \null
  246. \vfill % riempi verticalmente
  247. %
  248. \begin{center}
  249. \url{http://we.riseup.net/avana}
  250. \end{center}
  251. % Ultima di copertina
  252. \newpage
  253. \thispagestyle{empty}
  254. %
  255. \includepdf{images/pageLast.pdf}
  256. %
  257. \end{document}