Advertisement
Guest User

Untitled

a guest
Jul 5th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. documentclass{gsm-l}
  2. usepackage[papersize={160mm,240mm},inner=20mm, outer=15mm, vmargin=15mm]{geometry}
  3. geometry{includeheadfoot}
  4. usepackage{amssymb, amsmath}
  5. setcounter{tocdepth}{2}
  6. usepackage{pgf,tikz}
  7. usetikzlibrary{arrows}
  8. newtheorem{problem}{Problem}
  9. numberwithin{problem}{chapter}
  10. begin{document}
  11. chapter{Introduction}
  12. begin{problem}
  13. This is problem 1.1
  14. end{problem}
  15. chapter{Key to the exercises}
  16. I want to know how to auto list the problem number and the solution is behind it,
  17. like :
  18.  
  19. noindent textbf{Problem 1.1}
  20.  
  21. The following is solution.
  22. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement