X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Fdsd-paper.git;a=blobdiff_plain;f=c%CE%BBash.tex;h=9592c5e1e18bfb0d29cb66741e9191e3a3a69207;hp=5b57279bdf3fb24d81a19f855ca70499ebc4eb5c;hb=7f2c7ad56973fc173b8b63097469045905823b1e;hpb=f05e1d23598b5c48e619d2a11595db55760ec1ed diff --git "a/c\316\273ash.tex" "b/c\316\273ash.tex" index 5b57279..9592c5e 100644 --- "a/c\316\273ash.tex" +++ "b/c\316\273ash.tex" @@ -347,6 +347,14 @@ % correct bad hyphenation here \hyphenation{op-tical net-works semi-conduc-tor} +% Macro for certain acronyms in small caps. Doesn't work with the +% default font, though (it contains no smallcaps it seems). +\def\VHDL{\textsc{VHDL}} +\def\GHC{\textsc{GHC}} + +% Macro for pretty printing haskell snippets. Just monospaced for now, perhaps +% we'll get something more complex later on. +\def\hs#1{\texttt{#1}} \begin{document} % @@ -439,25 +447,20 @@ The abstract goes here. \section{Introduction} -% no \IEEEPARstart -This demo file is intended to serve as a ``starter file'' -for IEEE conference papers produced under \LaTeX\ using -IEEEtran.cls version 1.7 and later. -% You must have at least 2 lines in the paragraph with the drop letter -% (should never be an issue) -I wish you the best of success. -\hfill mds - -\hfill January 11, 2007 +foo\par bar % Won't compile without at least two paragraphs. + +\section{Hardware description in Haskell} -\subsection{Subsection Heading Here} -Subsection text here. +foo\par bar +\section{Cλash prototype} -\subsubsection{Subsubsection Heading Here} -Subsubsection text here. +foo\par bar +\section{Related work} + +foo\par bar % An example of a floating figure using the graphicx package. % Note that \label must occur AFTER (or within) \caption. @@ -598,4 +601,4 @@ H.~Kopka and P.~W. Daly, \emph{A Guide to \LaTeX}, 3rd~ed.\hskip 1em plus % that's all folks \end{document} - +% vim: set ai sw=2 sts=2 expandtab: