Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. #!/bin/bash
  2. echo '\documentclass[twocolumn,a4paper,12pt]{tarticle}'
  3. echo '\begin{document}'
  4. echo ''
  5. cat $1 |sed -e "s/\$/\\\newline/"|sed -e "s/\$「/\\\noindent「/"
  6. echo ''
  7. echo '\noindent* 奥付\newline'
  8. echo 'タイトル\newline'
  9. echo '著者\newline'
  10. echo 'サークル\newline'
  11. echo '印刷\newline'
  12. echo '\end{document}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement