General ⇒ Some assistance with creating a CV
Some assistance with creating a CV
I am attempting to reproduce my CV in MikTex 2.6 with TeXnic Center 1 Beta v7.01. On XP Home Edition.
I am having some problems aligning text within the document as follows:
{ \bf Company 1} \hspace{10.0cm} Dates \\
\underbar{Position: explanation here}\\
Projects: some text here
{ \bf Company 2} \hspace{10.0cm} Dates \\
\underbar{Position: explanation here}\\
Projects: some text here
The problem is that because of the company names being different the dates are not aligned on the right. An obvious alternative was to use a right justification on the dates using the following command:
\begin{flushright}
Date Here
\end{flushright}
However, doing this meant that the dates were not on the same line as the company name but were on the next line down and to the right.
The final idea that i had was to use a table but I feel this will be quite complicated. he right justification seems the best and will look good if i can stop MikTex from moving to a new line. Any help is appreciated.
Thanks, Ken.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- pumpkinegan
- Posts: 91
- Joined: Thu May 03, 2007 10:29 pm
Re: Some assistance with creating a CV
I am currently using a template however I am attempting to personalise the template somewhat as most templates are set up for academic CVs rather than professional worki experience....
I have taken some ideas from other templates but the are not always a simple cut and paste job.