|
97 | 97 | %debug page outer frames |
98 | 98 | %\usepackage{showframe} |
99 | 99 |
|
| 100 | + |
| 101 | +% job listing environments |
| 102 | +\newenvironment{jobshort}[2] |
| 103 | + { |
| 104 | + \begin{tabularx}{\linewidth}{@{}l X r@{}} |
| 105 | + \textbf{#1} & \hfill & #2 \\[3.75pt] |
| 106 | + \end{tabularx} |
| 107 | + } |
| 108 | + { |
| 109 | + } |
| 110 | + |
| 111 | +\newenvironment{joblong}[2] |
| 112 | + { |
| 113 | + \begin{tabularx}{\linewidth}{@{}l X r@{}} |
| 114 | + \textbf{#1} & \hfill & #2 \\[3.75pt] |
| 115 | + \end{tabularx} |
| 116 | + \begin{minipage}[t]{\linewidth} |
| 117 | + \begin{itemize}[nosep,after=\strut, leftmargin=1em, itemsep=3pt,label=--] |
| 118 | + } |
| 119 | + { |
| 120 | + \end{itemize} |
| 121 | + \end{minipage} |
| 122 | + } |
| 123 | + |
| 124 | + |
| 125 | + |
100 | 126 | %---------------------------------------------------------------------------------------- |
101 | 127 | % BEGIN DOCUMENT |
102 | 128 | %---------------------------------------------------------------------------------------- |
|
130 | 156 |
|
131 | 157 | %Interests/ Keywords/ Summary |
132 | 158 | \section{Summary} |
133 | | -This CV is automatically generated and deployed using the \href{https://github.com/jitinnair1/autoCV}{autoCV} template along with GitHub Actions such that a new version of the CV is compiled, published and ready for use when the cv.tex file is updated. For details, \href{https://github.com/jitinnair1/autoCV}{click here}. |
| 159 | +This CV can also be automatically complied and published using GitHub Actions. For details, \href{https://github.com/jitinnair1/autoCV}{click here}. |
134 | 160 |
|
135 | 161 | %Experience |
136 | 162 | \section{Work Experience} |
137 | 163 |
|
138 | | -\begin{tabularx}{\linewidth}{ @{}l r@{} } |
139 | | -\textbf{Designation} & \hfill Jan 2021 - present \\[3.75pt] |
140 | | -\multicolumn{2}{@{}X@{}}{long long line of blah blah that will wrap when the table fills the column width long long line of blah blah that will wrap when the table fills the column width long long line of blah blah that will wrap when the table fills the column width long long line of blah blah that will wrap when the table fills the column width} \\ |
141 | | -\end{tabularx} |
| 164 | +\begin{jobshort}{Designation}{Jan 2021 - present} |
| 165 | +long long line of blah blah that will wrap when the table fills the column width long long line of blah blah that will wrap when the table fills the column width long long line of blah blah that will wrap when the table fills the column width long long line of blah blah that will wrap when the table fills the column width |
| 166 | +\end{jobshort} |
142 | 167 |
|
143 | | -\begin{tabularx}{\linewidth}{ @{}l r@{} } |
144 | | -\textbf{Designation} & \hfill Mar 2019 - Jan 2021 \\[3.75pt] |
145 | | -\multicolumn{2}{@{}X@{}}{ |
146 | | -\begin{minipage}[t]{\linewidth} |
147 | | - \begin{itemize}[nosep,after=\strut, leftmargin=1em, itemsep=3pt] |
148 | | - \item[--] long long line of blah blah that will wrap when the table fills the column width |
149 | | - \item[--] again, long long line of blah blah that will wrap when the table fills the column width but this time even more long long line of blah blah. again, long long line of blah blah that will wrap when the table fills the column width but this time even more long long line of blah blah |
150 | | - \end{itemize} |
151 | | - \end{minipage} |
152 | | -} |
153 | | -\end{tabularx} |
154 | 168 |
|
| 169 | +\begin{joblong}{Designation}{Mar 2019 - Jan 2021} |
| 170 | +\item long long line of blah blah that will wrap when the table fills the column width |
| 171 | +\item again, long long line of blah blah that will wrap when the table fills the column width but this time even more long long line of blah blah. again, long long line of blah blah that will wrap when the table fills the column width but this time even more long long line of blah blah |
| 172 | +\end{joblong} |
| 173 | + |
155 | 174 | %Projects |
156 | 175 | \section{Projects} |
157 | 176 |
|
|
0 commit comments