Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. % Name command
  2. newcommand{namesection}[3]{
  3. centering{
  4. sffamily
  5. fontspec[Path = fonts/lato/]{Lato-Hai}fontsize{40pt}{10cm}selectfont #1
  6. fontspec[Path = fonts/lato/]{Lato-Lig}selectfont #2
  7. } \
  8. vspace{5pt}
  9. centering{ color{headings}fontspec[Path = fonts/raleway/]{Raleway-Medium}fontsize{11pt}{14pt}selectfont #3}
  10. noindentmakebox[columnwidth]{rule[baselineskip]{paperwidth}{0.1pt}}
  11. %noindentmakebox[linewidth][r]{rule[-.2baselineskip]{paperwidth}{.5mm}}
  12. vspace{-15pt}
  13. }
  14.  
  15. noindentmakebox[columnwidth]{rule{paperwidth}{0.1pt}}
  16.  
  17. noindentmakebox[columnwidth]{rule[baselineskip]{paperwidth}{0.1pt}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement