Advertisement
OreganoHauch

my imports latex

Jan 29th, 2021
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. \documentclass[10pt]{article}
  2. \usepackage{geometry}
  3. \usepackage[utf8]{inputenc}
  4. \geometry{a4paper, textheight = 720pt}
  5. %\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
  6. \usepackage{graphicx}
  7. \usepackage{subcaption} % This (and the package below) allows for having Fig a), Fig b) as subfigures
  8. \usepackage[labelformat=parens,labelsep=quad,skip=3pt]{caption}
  9. \renewcommand{\thesubfigure}{\thefigure\alph{subfigure})}
  10. \captionsetup[sub]{labelformat=simple}
  11. \usepackage{amssymb}
  12. \usepackage{amsmath}
  13. \usepackage{siunitx} % e.g. for the \mu
  14. \usepackage{comment} % for multiple lines comments
  15. \usepackage{url} % for referencing URLs (e.g. Zurich Instruments lock-in detection)
  16. \usepackage[hidelinks]{hyperref} % for red borders around references
  17. %\usepackage{rotating} % for rotating image and caption
  18. \usepackage{tikz}
  19. \usepackage{epstopdf}
  20. \usepackage{titlesec}
  21. \newcommand{\sectionbreak}{\clearpage} % Create a page break for each section
  22. \usepackage[hang,flushmargin]{footmisc}
  23. \usepackage[page]{appendix}
  24. \renewcommand{\appendixpagename}{Appendix}
  25. \setcounter{secnumdepth}{4}
  26. \titleformat{\paragraph}
  27. {\normalfont\normalsize\bfseries}{\theparagraph}{1em}{}
  28. \titlespacing*{\paragraph}
  29. {0pt}{3.25ex plus 1ex minus .2ex}{1.5ex plus .2ex}
  30. \usepackage[backend=biber,
  31. sorting=none]{biblatex}
  32. \addbibresource{lit.bib}
  33. \DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
  34. \numberwithin{equation}{section}
  35. \usepackage{setspace}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement