-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathioniostyle.sty
executable file
·144 lines (124 loc) · 2.67 KB
/
ioniostyle.sty
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
\newcommand{\prof}[3]
{\noindent
\textbf{#1}, \textit{#2}, \\ \indent \textit{#3}
\\
}
\newcommand{\gl}[2]
{\noindent
\begin{tabular}{p{5cm}@{\hspace{2pc}}p{9cm}}
\texttt{#1} & #2
\end{tabular}\\
}
\newcommand{\syl}[2]
{\noindent
\begin{tabular}{p{2cm}@{\hspace{1pc}}p{13cm}}
\texttt{#1} & #2
\end{tabular}\\
}
\newcommand{\proof}[1]
{\noindent \textbf{Áðüäåéîç}: #1 \endproof \bigskip}
\newcommand{\myffig}[6]
{
\begin{figure}[h]
\begin{center}
\begin{tabular}{cc}
\includegraphics[width=0.5\textwidth]{./pdffigs/#1_a.pdf}
&
\includegraphics[width=0.5\textwidth]{./pdffigs/#1_b.pdf}\\
\texttt{á.}\small{\textit{~~#3}} & \texttt{â.}\small{\textit{~~#4}}\\
\includegraphics[width=0.5\textwidth]{./pdffigs/#1_c.pdf}
&
\includegraphics[width=0.5\textwidth]{./pdffigs/#1_d.pdf}\\
\texttt{ã.}\small{\textit{~~#5}} & \texttt{ä.}\small{\textit{~~#6}}
\end{tabular}
\end{center}
\caption{
\textit{#2}}
\label{fig:#1}
\end{figure}
}
\newcommand{\myffigadapt}[7]
{
\begin{figure}[h]
\begin{center}
\begin{tabular}{cc}
\includegraphics[width=#7\textwidth]{./pdffigs/#1_a.pdf}
&
\includegraphics[width=#7\textwidth]{./pdffigs/#1_b.pdf}\\
\texttt{á.}\small{\textit{~~#3}} & \texttt{â.}\small{\textit{~~#4}}\\
\includegraphics[width=#7\textwidth]{./pdffigs/#1_c.pdf}
&
\includegraphics[width=#7\textwidth]{./pdffigs/#1_d.pdf}\\
\texttt{ã.}\small{\textit{~~#5}} & \texttt{ä.}\small{\textit{~~#6}}
\end{tabular}
\end{center}
\caption{
\textit{#2}}
\label{fig:#1}
\end{figure}
}
\newcommand{\mytfig}[4]
{
\begin{figure}[h]
\begin{center}
\begin{tabular}{cc}
\includegraphics[width=0.5\textwidth]{./pdffigs/#1_a.pdf}
&
\includegraphics[width=0.5\textwidth]{./pdffigs/#1_b.pdf}\\
\texttt{á.}\small{\textit{~~#3}} & \texttt{â.}\small{\textit{~~#4}}
\end{tabular}
\end{center}
\caption{
\textit{#2}}
\label{fig:#1}
\end{figure}
}
\newcommand{\mytfigadapt}[6]
{
\begin{figure}[h]
\begin{center}
\begin{tabular}{cc}
\includegraphics[width=#5\textwidth]{./pdffigs/#1_a.pdf}
&
\includegraphics[width=#6\textwidth]{./pdffigs/#1_b.pdf}\\
\texttt{á.}\small{\textit{~~#3}} & \texttt{â.}\small{\textit{~~#4}}
\end{tabular}
\end{center}
\caption{
\textit{#2}}
\label{fig:#1}
\end{figure}
}
\newcommand{\myfig}[2]
{
\begin{figure}[h]
\begin{center}
\includegraphics[width=0.8\textwidth]{./pdffigs/#1.pdf}
\end{center}
\caption{
\textit{#2}}
\label{fig:#1}
\end{figure}
}
\newcommand{\myfigadapt}[3]
{
\begin{figure}[h]
\begin{center}
\includegraphics[width=#3\textwidth]{./pdffigs/#1.pdf}
\end{center}
\caption{
\textit{#2}}
\label{fig:#1}
\end{figure}
}
\newcommand{\formattedpicture}[2]
{
\begin{figure}[h]
\begin{center}
\includegraphics[width=1\textwidth]{./pictures/#1.png}
\end{center}
\caption{
\textit{#2}}
\label{fig:#1}
\end{figure}
}