TransWikia.com

Creating "Languages" sub-section of "Skills" sections in CV

TeX - LaTeX Asked by IAN CHAN on September 30, 2021

I am creating my CV and I want my "Language" sub-section looks like the following example (i.e. the kind and proficiency are separated into two "columns" and align to the left).
What I want

I tried following codes, but it looks slightly different from what I want

begin{center}
 begin{tabularx}{linewidth}{ 
    >{setlengthhsize{1hsize}} X 
    >{setlengthhsize{1hsize}} X }
   bf {Languages} & {bf Software} 
    begin{tabular}{l l}
       French & Native 
    end{tabular} & {Stata, R} 
    begin{tabular}{l l}
      English  & Fluent 
    end{tabular} & {Latex} 
    begin{tabular}{l l}
       Spanish  & Intermediate 
    end{tabular} & {Java, HTML} 
    & {Microsoft Office} 
 end{tabularx}
 
end{center}

It turns out to be:
What I get
I hope that "French/English/Spanish" can align with "Languages" and "Native/Fluent/Intermediate" can also align to the left.

Thanks in advance!

One Answer

You could nest two tabular environments in your tabluarx environment to get the desired alignment:

begin{tabularx}{linewidth}{ 
    >{setlengthhsize{1hsize}} X 
    >{setlengthhsize{1hsize}} X }
    begin{tabular}{ll}
    multicolumn{2}{l}{textbf{Languages}}
       French & Native 
       English & Fluent 
       Spanish & Intermediate 
       &
    end{tabular} 
    & 
    begin{tabular}{l}
        textbf{Software} 
        Stata, R 
        Latex 
        Java, HTML 
        Microsoft Office 
    end{tabular}       
 end{tabularx}

enter image description here

Answered by alliegator208 on September 30, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP