Skip to content
This repository was archived by the owner on Aug 27, 2023. It is now read-only.

Commit bc97d3f

Browse files
author
lukasz.czaplinski
committed
feature: leaner skills section in TeX
1 parent 9489f97 commit bc97d3f

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
33

4+
## [1.3.3] - 17.11.2019
5+
### Changed
6+
- Updated skill section in PDF to be leaner.
7+
48
## [1.3.2] - 17.11.2019
59
### Changed
610
- Shortened PDF version to 2 pages.
@@ -33,6 +37,7 @@ All notable changes to this project will be documented in this file. This change
3337
### Added
3438
- Export to [json resume](jsonresume.org).
3539

40+
[1.3.3]: https://github.com/scoiatael/resume/compare/v1.3.2...v1.3.3
3641
[1.3.2]: https://github.com/scoiatael/resume/compare/v1.3.1...v1.3.2
3742
[1.3.1]: https://github.com/scoiatael/resume/compare/v1.3.0...v1.3.1
3843
[1.3.0]: https://github.com/scoiatael/resume/compare/v1.2.0...v1.3.0

org/experience.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
:ICON: https://images.squarespace-cdn.com/content/5d1239a79c02150001db74d4/1561475648342-TU0F0W6TRID5IAKCKM0E/Holacracy_Primary.png?format=1500w&content-type=image%2Fpng
2323
:FROM: 2018-09-01
2424
:TO: 2019-10-31
25-
:POSITION: Facilitator, Architect, Estimator, Strategy Guardian (Engineering circle),
25+
:POSITION: Facilitator, Architect, Estimator, Strategy Guardian (Engineering circle)
2626
** Group Nine Media
2727
:ICON: https://en.wikipedia.org/wiki/Group_Nine_Media#/media/File:Group_Nine_Media_Logo.svg
2828
:FROM: 2016-01-01

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject resume "1.3.2"
1+
(defproject resume "1.3.3"
22
:description "Resume-from-org generator"
33
:url "http://example.com/FIXME"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

resources/public/resume.cls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
\newcommand{\name}[2]{%
3232
\centerline{\Huge{#1}}
3333
\centerline{\Large{#2}}
34-
\vspace{1cm}
3534
}
3635

3736
\newcommand{\datedsubsection}[2]{%

resources/templates/resume.tex

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,9 @@ \section{Education}
4242
\noindent\textbf{<{education.area}>} - <{education.studyType}>
4343
<% endfor %>
4444
\section{Skills}
45-
\begin{multicols}{2}
46-
\begin{itemize}
47-
\setlength\itemsep{0.1em}
48-
<% for skill in resume.skills %>
49-
\item <{skill.name}> (\textit{<{skill.level|lower|}>})
50-
<% endfor %>
51-
\end{itemize}
52-
\vspace{0.5em}
53-
\end{multicols}
45+
<% for skill in resume.skills %>
46+
\noindent\textbf{<{skill.name}>} (\textit{<{skill.level|lower|}>}): <{ skill.keywords|join:", " }>
47+
<% endfor %>
5448
\section{Languages}
5549
\begin{multicols}{2}
5650
<% for language in resume.languages %>

0 commit comments

Comments
 (0)