Curricula Vitae / Résumés ⇒ Skill section Wilson Resume/CV side to side
Skill section Wilson Resume/CV side to side
I would like to display the skill groups side to side from the Skill section in the Wilson cv template. They are now listed underneath each other, for example:
Programming languages
- Python
- etc.
Applications
- MS. Office
I would like to display these two besides each other. I tried to adjust the minipage environment, but with no success..
Hope you can help me out!
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Skill section Wilson Resume/CV side to side
Code: Select all
\begin{minipage}[t]{.45\linewidth}\begin{skillgroup}{Programming Languages}%\skill{Ruby} -- MRI 1.8.7, 1.9.2\skill{ASP.NET, C\#, VB.NET}\skill{PHP}\skill{Java/Scala}\end{skillgroup}\end{minipage}\hfill\begin{minipage}[t]{.45\linewidth}\begin{skillgroup}{Web Development}%\skill{HTML5, CSS3/SASS, JavaScript/CoffeeScript/jQuery}\skill{Ruby on Rails v3.1}\skill{Test:Unit, RSpec, Cucumber, Selenium} -- automated testing frameworks\skill{Apache/Nginx Web Servers}\end{skillgroup}\end{minipage}