Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. begin{filecontents}{File1.tex}
  2. currfilename
  3. begin{itemize}
  4. item first
  5. end{itemize}
  6. end{filecontents}
  7.  
  8. begin{filecontents}{File2.tex}
  9. currfilename
  10. begin{itemize}
  11. item first
  12. item second
  13. end{itemize}
  14. end{filecontents}
  15.  
  16. begin{filecontents}{File3.tex}
  17. currfilename
  18. begin{itemize}
  19. item first
  20. item second
  21. item third
  22. end{itemize}
  23. end{filecontents}
  24.  
  25. begin{filecontents}{File4.tex}
  26. currfilename
  27. begin{itemize}
  28. item first
  29. item second
  30. item third
  31. item fourth
  32. end{itemize}
  33. end{filecontents}
  34.  
  35.  
  36. documentclass[10pt]{article}
  37. usepackage{currfile}
  38.  
  39. begin{document}
  40.  
  41. input{File1.tex}
  42. input{File2.tex}
  43. input{File3.tex}
  44. input{File4.tex}
  45.  
  46. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement