blob: 68110658e0676d07bc628c9d4df7220d8260fccf (
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
|
\setlength{\parskip}{0.5\baselineskip plus 3pt}
\setlength{\parindent}{0pt}
\newlength\leftfield
\newlength\rightfield
\newlength\dictindent
\setlength{\leftfield}{0.15\textwidth}
\setlength{\rightfield}{0.7\textwidth}
\setlength{\dictindent}{1em}
\addtolength{\leftfield}{-\dictindent}
\addtolength{\rightfield}{-\dictindent}
\newcommand{\dictentry}[4]{
\hspace{\dictindent}%
\parbox[t]{\leftfield}
{\raggedright \hspace{-\dictindent}{\textbf{#1} }%
{\textit{#2}--- }
}
\hfill%
%\parbox[t]{\rightfield}
{\raggedright \hspace{-\dictindent}{\textbf{#3} }%
{#4\par}
}
\par
\markboth{#1}{#1}
}
\begin{multicols}{2}
%\dictchar{A}
\dictentry{cawˬ ve}{v}{to have}{use for many things}
\dictentry{cawˬ ve}{v}{to have}{use for many things}
\dictentry{cawˬ ve}{v}{to have}{use for many things}
\dictentry{cawˬ ve}{v}{to have}{use for many things}
\dictentry{cawˬ ve}{v}{to have}{use for many things}
\end{multicols}
|