Guest User

Untitled

a guest
Oct 22nd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. ctanify --no-tds mypackage.* *.tex=doc README
  2.  
  3. mypackage.* % will automatically deal with .sty, .cls, .pdf, .dtx and .ins
  4. *.tex=doc % put all .tex files into the doc folder
  5. README % include the README file (will go into the /doc folder)
  6.  
  7. texdoc dtxtut
Add Comment
Please, Sign In to add comment