Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
Also add back removed methods as deprecated
  • Loading branch information
rohit-gohri committed Apr 4, 2020
1 parent c18345c commit c85cbf1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Create new date and displays it according to `{shortmonthname}. {year}` format
% 2017
```

### \draft - Command
### \draft (renamed from \showif) - Command

Instead of commenting out blocks skip content conditionally so that atleast it is checked by latex to be valid.

Expand Down
8 changes: 7 additions & 1 deletion resume.cls
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%
% This class file defines the structure and design of the template.
%
% Version: v1.0.1
% Version: v1.1.0
% Modified By Rohit Gohri (https://rohit.page)
%
% Original header:
Expand Down Expand Up @@ -83,6 +83,9 @@
}{ }
}}

% NOTE: Deprecated
\newcommand{\showif}[2][false]{\draft[#1]{#2}}

% Normalized italics
\newcommand{\nem}[1]{\normalfont \em #1}

Expand Down Expand Up @@ -120,6 +123,9 @@
\def \setWebsite#1{\def\@getWebsite{\trim{#1}}}
\def \@getWebsite {}

% NOTE: Deprecated
\def \setCustomLink#1{\def\@getWebsite{\trim{#1}}}

\def \setPdfKeywords#1{\def\@getPdfKeywords{#1}}
\def \@getPdfKeywords {}

Expand Down
2 changes: 1 addition & 1 deletion resume.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
% Medium Length Professional CV
% LaTeX Template
%
% Version: v1.0.1
% Version: v1.1.0
% By Rohit Gohri (https://rohit.page)
%
% Original author:
Expand Down

0 comments on commit c85cbf1

Please sign in to comment.