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).
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:
I hope that "French/English/Spanish" can align with "Languages" and "Native/Fluent/Intermediate" can also align to the left.
Thanks in advance!
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}
Answered by alliegator208 on September 30, 2021
Get help from others!
Recent Answers
Recent Questions
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP