Created
November 22, 2013 03:05
-
-
Save GEverding/7594104 to your computer and use it in GitHub Desktop.
Latex Snippets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{\footnotesize | |
\begin{tabular}{ | p{2.5cm} | p{6cm} | p{2.5cm} | p{2.6cm} | } | |
% show header | |
\hline | |
{\bf Function Name} & | |
{\bf Description} & | |
{\bf Input} & | |
{\bf Output} \\ | |
\hline | |
% row | |
Request() | |
& All incoming requests are broken down | |
& string request | |
& string response \\ | |
\hline | |
\end{tabular} | |
} | |
\begin{figure}[H] | |
\centering | |
\includegraphics[scale=0.6]{diagrams/component-http.eps} | |
\label{fig:component-http} | |
\caption{Demo caption for diagram} | |
\end{figure} | |
\begin{quote} | |
this is a blockquote | |
\end{quote} | |
\begin{program} | |
\begin{lstlisting} | |
public class Testing { | |
} | |
\end{lstlisting} | |
\caption{testing} | |
\end{program} | |
Here's some math: $[\forall z | z \leftarrow z > 9] $ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment