summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/quicktype/quicktype.sty
blob: 989801569c7327c39b4dfb3cc8589cbb677af6ae (plain)
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
\ProvidesPackage{quicktype}[2016/09/26]

\RequirePackage{graphicx}

\newcommand{\Doc}{\begin{document}}
\newcommand{\eDoc}{\end{document}}

\newcommand{\QT}{\textbf{$Q^{t}$}\ }

\newcommand{\B}[1]{\textbf{#1}}
\newcommand{\I}[1]{\textit{#1}}
\newcommand{\IB}[1]{\textit{\textbf{#1}}}

\newcommand{\Fig}[1]{begin{figure}[#1]}
\newcommand{\eFig}{\end{figure}}

\newcommand{\Table[1]}{\begin{table}[#1]}
\newcommand{\eTable}{\end{table}}

\newcommand{\Itemz}{\begin{itemize}}
\newcommand{\eItemz}{\end{itemize}}

\newcommand{\Minipg}[1]{\begin{minipage}{#1}}
\newcommand{\eMinipg}{\end{minipage}}

\newcommand{\Tabular}[1]{\begin{tabular}{#1}}
\newcommand{\eTabular}{\end{tabular}}

\newcommand{\subtitle}[1]{%
  \posttitle{%
    \par\end{center}
    \begin{center}\large#1\end{center}
    \vskip1em}%
}

\newcommand{\TitlePage}[4]{

	\topskip0pt
	\vspace*{\fill}

	\begin{center}
	
	#1\\
	\vspace{3mm}

	#2\\
	\vspace{1cm}
	#3\\
	\vspace{1cm}
	#4
	
	\end{center}
	
	\vspace*{\fill}
	
	\newpage

}

\newcommand{\TitlePageGraphic}[6]{

	\topskip0pt
	\vspace*{\fill}

	\begin{center}
	
	\includegraphics[#6]{#5}
	\\\vspace{1cm}
	
	\end{center}
	
	\begin{center}
	
	\Large
	
	#1\\
	\vspace{3mm}
	\large
	#2\\
	\vspace{1cm}
	#3\\
	\vspace{1cm}
	#4
	
	\end{center}
	
	\vspace*{\fill}
	
	\newpage
}

\newcommand{\QuickTable}[3]{
	
	\begin{table}[#2]
	\caption{#1}
	\centering
	\begin{tabular}{#3}
	\hline\hline
}

\newcommand{\eQuickTable}{
	
	\end{tabular}
	\end{table}
}	

\endinput