I'm using an itemize list. Each item is like a 2x2 matrix (4 elements in total which their own font). The structure for each item is:
[*]text1[/b].....................................[*]text2
[*]text3[/i].....................................[*]text4
Code: Select all
\newcommand{\ressubheading}[4]{
\begin{tabular*}{6.5in}{l@{\extracolsep{\fill}}r}
\textbf{#1} & #2 \\
\emph{#3} & \textnormal{#4} \\
\end{tabular*}\vspace{-6pt}
}
[*]text1.text1.text1.text1.text1[/b]......... [*]text2
[*]text1.text1.text1[/b]
[*]text3[/i].........................................[*]text4
So i can keep the same font.
Thank you so much in advance,
dieinfolk