Guest User

Untitled

a guest
Oct 24th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. documentclass{minimal}
  2. usepackage{graphicx}
  3. usepackage{titleps}
  4.  
  5. newpagestyle{mystyle}{
  6. setfoot{}{}{includegraphics[width=30mm]{logo}}
  7. }
  8. pagestyle{mystyle}
  9.  
  10. begin{document}
  11.  
  12. Test.
  13.  
  14. end{document}
  15.  
  16. This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017) (preloaded format=pdflatex)
  17. restricted write18 enabled.
  18. entering extended mode
  19. (./mwe.tex
  20. LaTeX2e <2017-04-15>
  21. Babel <3.10> and hyphenation patterns for 84 language(s) loaded.
  22. (/usr/local/texlive/2017/texmf-dist/tex/latex/base/minimal.cls
  23. Document Class: minimal 2001/05/25 Standard LaTeX minimal class
  24. ) (/usr/local/texlive/2017/texmf-dist/tex/latex/graphics/graphicx.sty
  25. (/usr/local/texlive/2017/texmf-dist/tex/latex/graphics/keyval.sty)
  26. (/usr/local/texlive/2017/texmf-dist/tex/latex/graphics/graphics.sty
  27. (/usr/local/texlive/2017/texmf-dist/tex/latex/graphics/trig.sty)
  28. (/usr/local/texlive/2017/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)
  29. (/usr/local/texlive/2017/texmf-dist/tex/latex/graphics-def/pdftex.def
  30. (/usr/local/texlive/2017/texmf-dist/tex/generic/oberdiek/infwarerr.sty)
  31. (/usr/local/texlive/2017/texmf-dist/tex/generic/oberdiek/ltxcmds.sty))))
  32. (/usr/local/texlive/2017/texmf-dist/tex/latex/titlesec/titleps.sty
  33. (/usr/local/texlive/2017/texmf-dist/tex/latex/titlesec/ttlps.def))
  34.  
  35. ! LaTeX Error: Missing begin{document}.
  36.  
  37. See the LaTeX manual or LaTeX Companion for explanation.
  38. Type H <return> for immediate help.
  39. ...
  40.  
  41. l.8 pagestyle{mystyle}
  42.  
  43. ?
  44.  
  45. setfoot{}{includegraphics[width=30mm]{logo}}{}
Add Comment
Please, Sign In to add comment