forked from gbluma/latex-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscraps.txt
45 lines (34 loc) · 751 Bytes
/
scraps.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{\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] $