Page MenuHomec4science

PracticeHWtemplate.tex
No OneTemporary

File Metadata

Created
Sat, Mar 15, 10:06

PracticeHWtemplate.tex

\documentclass[a4paper,fleqn]{article}
\usepackage{dspTricks}
\usepackage{dspFunctions}
\usepackage{dspBlocks}
\usepackage{comment}
\usepackage{pst-plot}
\usepackage{enumitem}
\usepackage{styles/EPFLexercises}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% OUPUT SELECTOR
\newif\ifexercises
\newif\ifanswers
%% choose one
\exercisestrue\answersfalse % only exercises
%\exercisesfalse\answerstrue % only solutions
%\exercisestrue\answerstrue % both
\begin{document}
\newcounter{tmpc}
\includegraphics[height=0.04\paperwidth]{styles/dspBanner.eps}
\hfill
\includegraphics[height=0.04\paperwidth]{styles/epfl.ps}
\vspace{2em}
\begin{center}%
\sffamily{\LARGE \bfseries DSP1 -- Practice Homework \ifanswers{\\ \vspace{1ex} Solutions}\fi} \\
\vspace{1em}
\end{center}
\centerline{\rule{\textwidth}{.5pt}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ifexercises{%
\begin{exercise}{Topic.}
The exercise
\end{exercise}
}\fi
\ifanswers{%
\begin{solution}{}
The solution
\end{solution}
}\fi
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ifexercises{%
\begin{exercise}{Topic.}
The exercise
\end{exercise}
}\fi
\ifanswers{%
\begin{solution}{}
The solution
\end{solution}
}\fi
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}

Event Timeline