Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. documentclass[a4paper, 12pt]{report}
  2.  
  3. usepackage[ngerman]{babel}
  4. usepackage{geometry}
  5. usepackage{indentfirst}
  6. usepackage{ntheorem}
  7. usepackage{lipsum}
  8.  
  9. geometry{outer=20mm, inner=25mm, top=20mm, bottom=30mm}
  10.  
  11. theorembodyfont{normalfont}
  12. theoremseparator{:}
  13.  
  14. newtheorem{hyp}{Hypothese}
  15.  
  16. begin{document}
  17. chapter{}
  18. lipsum
  19. begin{hyp}
  20. Here should be Hypothesis number one with first line indented and the remaining text normally over the whole page.
  21. end{hyp}
  22.  
  23. begin{hyp}
  24. Here is another Hypothesis with an intended first line and remaining text like in the remaining thesis.
  25. end{hyp}
  26. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement