i am a newbie on LaTeX. After writing a simple code
\documentclass[margin,line]{res}
\begin{document}
\begin{tabbing}
Sample1 \` sample2 \\
\end{tabbing}
\begin{resume}
\end{resume}
\end{document}
I got an output with a black underline.
Sample1 sample2
but the Sample1 lies just at the center of the page, not at the left side. What I want is to display Sample1 in the left side, and Sample2 on the right side. I need a code for that with tabbing. How is this possible ?
resdocument class is quite old. For better methods for writing one's resume using LaTeX, you may want to check out the posting LaTeX template for resume/curriculum vitae. – Mico Oct 29 '13 at 18:46tabbinghere? You're not actually using any tab stops though... – Werner Oct 29 '13 at 21:21