Page MenuHomec4science

main.tex
No OneTemporary

File Metadata

Created
Thu, Mar 13, 21:32

main.tex

\documentclass{book}
\usepackage[a4paper, total={6in, 10in}]{geometry}
\usepackage{newpxtext,newpxmath}
\usepackage[toc,page]{appendix}
% To compile faster, only display the below selected chapter:
%\includeonly{synthesizers}
\title{%
Computers and Music\\ $ $\\
\large EPFL master course COM-418}
\author{Lucie Perrotta\\Paolo Prandoni}
\date{Spring semester 2022}
% Package biblatex: '\bibliography' must be given in preamble.
\usepackage[style=footnote-dw]{biblatex}
\bibliography{references}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{todo}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{float}
\usepackage{dsptricks}
\usepackage{dspblocks}
\usepackage{dspfunctions}
%\usepackage{auto-pst-pdf}
% Stuff to declare that we implemented ourselves
\DeclareMathOperator{\sgn}{sgn}
\DeclareMathAlphabet{\mathpzc}{OT1}{pzc}{m}{it}
\newcommand{\BDabs}[1][.45em]{
\newskip\tmpLen \tmpLen=#1%
\raisebox{-1.5\tmpLen}{%
\psframebox[linewidth=1.2pt]{%
\psset{unit=#1,linearc=0,linewidth=1.6pt}%
\pspicture(-3,-1.7)(3,2.3)%
\psline[linecolor=gray](-2.2,-1.3)(2.2,-1.3)%
\psline(-2,1.7)(0,-1.1)(2,1.7)%
\endpspicture}}}
\newcommand{\BDbandpass}[1][.45em]{%
\newskip\tmpLen \tmpLen=#1%
\raisebox{-1.5\tmpLen}{%
\psframebox[linewidth=1.2pt]{%
\psset{unit=#1,linearc=0}%
\pspicture(-3.1,-2)(3,2)%
\psline{->}(-2.8,-1)(2.8,-1)%
\psline{->}(-1.7,-1.8)(-1.7,2)%
\psline[linewidth=1.5pt](-.5,-1)(-.5,0.8)(1.2,0.8)(1.2,-1)%
\endpspicture}}}
% ACTUAL LATEX DOCUMENT CHAPTERS
\begin{document}
\maketitle
\include{preface}
\tableofcontents
\include{introduction}
\include{dsp_review}
\include{AD}
\include{formats}
\include{time_frequency_analysis}
\include{synthesizers}
\include{physical}
\include{production}
\include{microphones}
\include{FXs}
\include{non_linear}
\include{deep_learning}
\begin{appendices}
\include{dsp_tricks}
\end{appendices}
%\bibliographystyle{plain}
%\bibliography{references}
\printbibliography
\end{document}

Event Timeline