Advertisement
Guest User

Untitled

a guest
Jul 1st, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. RequirePackage{bibentry}
  2. makeatletterletsaved@bibitem@bibitemmakeatother
  3.  
  4. documentclass[a4paper,MMMyyyy,nonstop]{simpleresumecv}
  5.  
  6. makeatletterlet@bibitemsaved@bibitemmakeatother
  7.  
  8. usepackage{xparse}
  9. % CV Info (to be customized).
  10. newcommand{CVAuthor}{author}
  11. newcommand{CVTitle}{author's CV for company}
  12. newcommand{CVNote}{CV compiled on {today} for company}
  13. newcommand{CVWebpage}{http://www.example.com}
  14.  
  15. defFormatName#1{%
  16. IfSubStr{#1}{myname}{textbf{#1}}{#1}%
  17. }
  18.  
  19. % PDF settings and properties.
  20. hypersetup{
  21. pdftitle={CVTitle},
  22. pdfauthor={CVAuthor},
  23. pdfsubject={CVWebpage},
  24. pdfcreator={XeLaTeX},
  25. pdfproducer={},
  26. pdfkeywords={},
  27. pdfpagemode={},
  28. unicode=true,
  29. bookmarks=true,
  30. bookmarksopen=true,
  31. pdfstartview=FitH,
  32. pdfpagelayout=OneColumn,
  33. pdfpagemode=UseOutlines,
  34. hidelinks,
  35. breaklinks}
  36.  
  37. % Shorthand.
  38. newcommand{CodeCommand}[1]{mbox{textbf{textbackslash{#1}}}}
  39.  
  40.  
  41. begin{document}
  42.  
  43. title{CVAuthor}
  44. begin{subtitle}
  45. Address
  46. par
  47. href{mailto:autor@example.com}
  48. {author@example.com}
  49. ,
  50. +12435678
  51. end{subtitle}
  52.  
  53. begin{body}
  54.  
  55. bibliographystyle{myplain}
  56. nobibliography{library}
  57. section
  58. {Publications}
  59. {Publications}
  60. {PDF:Publications}
  61.  
  62. subsection
  63. {Journals}
  64. {Journals}
  65. {PDF:Journals}
  66. bibentry{key}
  67. end{body}
  68. end{document}
  69.  
  70. defFormatName#1{%
  71. defmyname{Name myname}%
  72. edefname{#1}%
  73. ifxnamemyname
  74. textbf{#1}%
  75. else
  76. #1%
  77. fi
  78. }
  79.  
  80. defFormatName#1{%
  81. IfSubStr{#1}{myname}{textbf{#1}}{#1}%
  82. }
  83.  
  84. "FormatName{" s nameptr "{f.~}{vv~}{ll}{, jj}" format.name$ * "}" * 't :=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement