Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. documentclass{report}
  2. usepackage{chemnum}
  3. usepackage{titlesec}
  4.  
  5. titleformat{section}{slshape}{thesubsection}{1em}{}{}
  6.  
  7. begin{document}
  8.  
  9. section{Preparation of cmpd+{compoundA}}
  10.  
  11. We made cmpd{compoundA}.
  12.  
  13. section{Preparation of cmpd+[format=slshape]{compoundA}}
  14.  
  15. We made cmpd{compoundA}.
  16.  
  17. section{Preparation of cmpd[format=slshape]{compoundA}}
  18.  
  19. We made cmpd{compoundA}.
  20.  
  21. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement