Guest User

Untitled

a guest
Dec 10th, 2018
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.90 KB | None | 0 0
  1. documentclass[10pt,a4paper,sans]{moderncv}
  2.  
  3. usepackage[T1]{fontenc}
  4. usepackage[utf8]{inputenc}
  5. usepackage[english]{babel}
  6. usepackage{url}
  7. usepackage{relsize}
  8. usepackage[margin=1in]{geometry}
  9. usepackage{multicol}
  10. usepackage{lipsum}
  11.  
  12. moderncvstyle{classic} %classic, oldstyle, banking casual
  13. moderncvcolor{blue} %blue orange green red purple grey black
  14.  
  15. firstname{Fat}
  16. familyname{Tony}
  17. title{Curriculum Vitae}
  18.  
  19. address{Somewhere in Springfield}{12345}{United States}
  20. email{fat.tony@themob.com}
  21. homepage{linkedin.com/in/fat.tony}
  22.  
  23. setlength{hintscolumnwidth}{2.5cm}
  24. begin{document}
  25. makecvtitle
  26. lipsum[1]
  27.  
  28. setlength{hintscolumnwidth}{2.6cm}
  29. begin{multicols}{2}
  30. setlength{hintscolumnwidth}{0.175textwidth}
  31. setlength{separatorcolumnwidth}{0.015textwidth}
  32. setlength{maincolumnwidth}{linewidth-leftskip-rightskip-separatorcolumnwidth-hintscolumnwidth}
  33. section{Personal Information}
  34. cvitem{Nationality}{Italian American}
  35. cvitem{Driving License}{Cars and limos}
  36.  
  37. section{Education}
  38. cventry{1990-1995}%
  39. {PhD in something something}%
  40. {A university}%
  41. {City}%
  42. {High grade}%
  43. {Some description of the thing}
  44.  
  45. cventry{1988--1990}%
  46. {Msc of science in another thing}%
  47. {A university}%
  48. {City}%
  49. {High grade}%
  50. {Some description of the thing}
  51.  
  52. cventry{1985-1988}{Bsc in the first thing ever}%
  53. {A university}%
  54. {City}%
  55. {High grade}%
  56. {Some description of the thing}
  57.  
  58. cventry{1980-1985}%
  59. {High school of the best school diploma}%
  60. {A high school}%
  61. {City}%
  62. {High grade}%
  63. {Some description of the thing}
  64. section{Professional experience}
  65. cventry{1995-present}
  66. {Mob boss}{A university}%
  67. {City}%
  68. {High grade}%
  69. {Some description of the thing}
  70.  
  71. section{Languages}
  72. cvitem{English}{Native speaker}
  73. cvitem{Sicilian}{Proficient user }
  74. cvitem{Italian}{Independent user}
  75. cvitem{Spanish}{Living the vida loca}
  76.  
  77. section{A set of skills}
  78. subsection{First subset}
  79. cvlistdoubleitem{First}{Second}
  80. cvlistdoubleitem{Third}{Fourth}
  81. cvlistdoubleitem{Here is}{two more}
  82.  
  83. subsection{Second subset}
  84. cvlistitem{Fifth}
  85. cvlistitem{Seventh}
  86. cvlistitem{AAAAAAAAAA}
  87. end{multicols}
  88. end{document}
  89.  
  90. renewcommand*{cvlistdoubleitem}[3][.25em]{%
  91. cvitem[#1]{}{listitemsymbolbegin{minipage}[t]{listdoubleitemcolumnwidth}#2end{minipage}%
  92. hfill% fill of separatorcolumnwidth
  93. ifthenelse{equal{#3}{}}%
  94. {}%
  95. {listitemsymbolbegin{minipage}[t]{listdoubleitemcolumnwidth}#3end{minipage}}}}
  96.  
  97. documentclass[10pt,a4paper,sans]{moderncv}
  98.  
  99. usepackage[T1]{fontenc}
  100. usepackage[utf8]{inputenc}
  101. usepackage[english]{babel}
  102. usepackage{url}
  103. usepackage{relsize}
  104. usepackage[margin=1in]{geometry}
  105. usepackage{multicol}
  106. usepackage{lipsum}
  107.  
  108. moderncvstyle{classic} %classic, oldstyle, banking casual
  109. moderncvcolor{blue} %blue orange green red purple grey black
  110.  
  111. firstname{Fat}
  112. familyname{Tony}
  113. title{Curriculum Vitae}
  114.  
  115. address{Somewhere in Springfield}{12345}{United States}
  116. email{fat.tony@themob.com}
  117. homepage{linkedin.com/in/fat.tony}
  118.  
  119. % copied from moderncvbodyi.sty
  120. newcommand{cvlistdoubleitemnew}[3][.25em]{%
  121. cvitem[#1]{}{listitemsymbolbegin{minipage}[t]{0.4listdoubleitemcolumnwidth}#2end{minipage}%
  122. ifthenelse{equal{#3}{}}%
  123. {}%
  124. {listitemsymbolbegin{minipage}[t]{0.4listdoubleitemcolumnwidth}#3end{minipage}}}}
  125.  
  126. begin{document}
  127. makecvtitle
  128. lipsum[1]
  129.  
  130. begin{multicols}{2}
  131. setlength{hintscolumnwidth}{0.175textwidth}
  132. setlength{separatorcolumnwidth}{0.015textwidth}
  133. setlength{maincolumnwidth}{linewidth-leftskip-rightskip-separatorcolumnwidth-hintscolumnwidth}
  134. section{Personal Information}
  135. cvitem{Nationality}{Italian American}
  136. cvitem{Driving License}{Cars and limos}
  137.  
  138. section{Education}
  139. cventry{1990-1995}%
  140. {PhD in something something}%
  141. {A university}%
  142. {City}%
  143. {High grade}%
  144. {Some description of the thing}
  145.  
  146. cventry{1988--1990}%
  147. {Msc of science in another thing}%
  148. {A university}%
  149. {City}%
  150. {High grade}%
  151. {Some description of the thing}
  152.  
  153. cventry{1985-1988}{Bsc in the first thing ever}%
  154. {A university}%
  155. {City}%
  156. {High grade}%
  157. {Some description of the thing}
  158.  
  159. cventry{1980-1985}%
  160. {High school of the best school diploma}%
  161. {A high school}%
  162. {City}%
  163. {High grade}%
  164. {Some description of the thing}
  165. section{Professional experience}
  166. cventry{1995-present}
  167. {Mob boss}{A university}%
  168. {City}%
  169. {High grade}%
  170. {Some description of the thing}
  171.  
  172. section{Languages}
  173. cvitem{English}{Native speaker}
  174. cvitem{Sicilian}{Proficient user }
  175. cvitem{Italian}{Independent user}
  176. cvitem{Spanish}{Living the vida loca}
  177.  
  178. section{A set of skills}
  179. subsection{First subset}
  180. cvlistdoubleitemnew{First}{Second}
  181. cvlistdoubleitemnew{Third}{Fourth}
  182. cvlistdoubleitemnew{Here is}{two more}
  183.  
  184. subsection{Second subset}
  185. cvlistitem{Fifth}
  186. cvlistitem{Seventh}
  187. cvlistitem{AAAAAAAAAA}
  188. end{multicols}
  189. end{document}
  190.  
  191. renewcommand*{cvlistdoubleitem}[3][.25em]{%
  192. cvitem[#1]{}{listitemsymbolbegin{minipage}[t]{listdoubleitemcolumnwidth}#2end{minipage}%
  193. hfill% fill of separatorcolumnwidth
  194. ifthenelse{equal{#3}{}}%
  195. {}%
  196. {listitemsymbolbegin{minipage}[t]{listdoubleitemcolumnwidth}#3end{minipage}}}}
  197.  
  198. setlength{maincolumnwidth}{textwidth-leftskip-rightskip-separatorcolumnwidth-hintscolumnwidth}%
  199. setlength{listitemcolumnwidth}{maincolumnwidth-listitemsymbolwidth}%
  200. setlength{doubleitemcolumnwidth}{maincolumnwidth-hintscolumnwidth-separatorcolumnwidth-separatorcolumnwidth}%
  201. setlength{doubleitemcolumnwidth}{0.5doubleitemcolumnwidth}%
  202. setlength{listdoubleitemcolumnwidth}{maincolumnwidth-listitemsymbolwidth-separatorcolumnwidth-listitemsymbolwidth}%
  203. setlength{listdoubleitemcolumnwidth}{0.5listdoubleitemcolumnwidth}%
  204.  
  205. begin{multicols}{2}
  206. setlength{hintscolumnwidth}{0.175textwidth}
  207. setlength{separatorcolumnwidth}{0.015textwidth}
  208. setlength{maincolumnwidth}{linewidth-leftskip-rightskip-separatorcolumnwidth-hintscolumnwidth}
  209. setlength{listdoubleitemcolumnwidth}{maincolumnwidth-listitemsymbolwidth-separatorcolumnwidth-listitemsymbolwidth}% <================================================
  210. setlength{listdoubleitemcolumnwidth}{0.5listdoubleitemcolumnwidth} % <==============================
  211.  
  212. documentclass[10pt,a4paper,sans]{moderncv}
  213.  
  214. usepackage[T1]{fontenc}
  215. usepackage[utf8]{inputenc}
  216. usepackage[english]{babel}
  217. usepackage{url}
  218. usepackage{relsize}
  219. usepackage[margin=1in]{geometry}
  220. usepackage{multicol}
  221. usepackage{lipsum}
  222.  
  223. moderncvstyle{classic} %classic, oldstyle, banking casual
  224. moderncvcolor{blue} %blue orange green red purple grey black
  225.  
  226. firstname{Fat}
  227. familyname{Tony}
  228. title{Curriculum Vitae}
  229.  
  230. address{Somewhere in Springfield}{12345}{United States}
  231. email{fat.tony@themob.com}
  232. homepage{linkedin.com/in/fat.tony}
  233.  
  234. % copied from moderncvbodyi.sty
  235. %renewcommand*{cvlistdoubleitem}[3][.25em]{%
  236. %cvitem[#1]{}{listitemsymbolbegin{minipage}[t]{listdoubleitemcolumnwidth}#2end{minipage}%
  237. %hfill% fill of separatorcolumnwidth
  238. %ifthenelse{equal{#3}{}}%
  239. %{}%
  240. %{listitemsymbolbegin{minipage}[t]{listdoubleitemcolumnwidth}#3end{minipage}}}}
  241.  
  242.  
  243. begin{document}
  244.  
  245. makecvtitle
  246. lipsum[1]
  247.  
  248. begin{multicols}{2}
  249. setlength{hintscolumnwidth}{0.175textwidth}
  250. setlength{separatorcolumnwidth}{0.015textwidth}
  251. setlength{maincolumnwidth}{linewidth-leftskip-rightskip-separatorcolumnwidth-hintscolumnwidth}
  252. setlength{listdoubleitemcolumnwidth}{maincolumnwidth-listitemsymbolwidth-separatorcolumnwidth-listitemsymbolwidth}% <================================================
  253. setlength{listdoubleitemcolumnwidth}{0.5listdoubleitemcolumnwidth} % <==============================
  254.  
  255. section{Personal Information}
  256. cvitem{Nationality}{Italian American}
  257. cvitem{Driving License}{Cars and limos}
  258.  
  259. section{Education}
  260. cventry{1990-1995}%
  261. {PhD in something something}%
  262. {A university}%
  263. {City}%
  264. {High grade}%
  265. {Some description of the thing}
  266.  
  267. cventry{1988--1990}%
  268. {Msc of science in another thing}%
  269. {A university}%
  270. {City}%
  271. {High grade}%
  272. {Some description of the thing}
  273.  
  274. cventry{1985-1988}{Bsc in the first thing ever}%
  275. {A university}%
  276. {City}%
  277. {High grade}%
  278. {Some description of the thing}
  279.  
  280. cventry{1980-1985}%
  281. {High school of the best school diploma}%
  282. {A high school}%
  283. {City}%
  284. {High grade}%
  285. {Some description of the thing}
  286. section{Professional experience}
  287. cventry{1995-present}
  288. {Mob boss}{A university}%
  289. {City}%
  290. {High grade}%
  291. {Some description of the thing}
  292.  
  293. section{Languages}
  294. cvitem{English}{Native speaker}
  295. cvitem{Sicilian}{Proficient user }
  296. cvitem{Italian}{Independent user}
  297. cvitem{Spanish}{Living the vida loca}
  298.  
  299. section{A set of skills}
  300. subsection{First subset}
  301. cvlistdoubleitem{First}{Second}
  302. cvlistdoubleitem{Third}{Fourth}
  303. cvlistdoubleitem{Here is}{two more}
  304.  
  305. subsection{Second subset}
  306. cvlistitem{Fifth}
  307. cvlistitem{Seventh}
  308. cvlistitem{AAAAAAAAAA}
  309. end{multicols}
  310. end{document}
Add Comment
Please, Sign In to add comment