Repository for the international webinar 2021, prepared with Jade, ITM, and Óbuda universities.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.1 KiB

  1. % preamble
  2. \documentclass[12pt]{article}
  3. %\usepackage[text={5in,5in},centering]{geometry}
  4. %\usepackage[margin=1.5in]{geometry}
  5. %\usepackage[total={6.5in,8.75in},top=1.2in,left=0.9in,includefoot]{geometry}
  6. \usepackage[english]{babel}
  7. \usepackage[left=2.5cm, right=3cm, top=1.5cm, bottom=2cm]{geometry}
  8. \usepackage{lipsum}
  9. \usepackage{multicol}
  10. % basic legnths:
  11. \setlength{\parskip}{1cm} %
  12. \setlength{\parindent}{0.3in}
  13. \renewcommand{\baselinestretch}{1.5}
  14. \setlength{\columnsep}{2.5cm}
  15. %Body
  16. \begin{document}
  17. \section{Setting Lengths}
  18. \label{sec:first}
  19. \lipsum[1]
  20. \lipsum[2]
  21. \lipsum[3]
  22. \newpage
  23. \section{Spaces}\label{sec:spaces}
  24. \begin{multicols}{2}
  25. [\subsection{Columns space}
  26. This is some text in just one column. However, the next text is in multiple columns.]
  27. \lipsum[3]
  28. \end{multicols}
  29. \newpage
  30. \subsection{Other kind of Spaces}
  31. \label{sec:others}
  32. Here are some special spaces, \hspace{3cm} like horizontal.\par
  33. Also vertical space \hfill here. \vspace{1cm}
  34. New paragraph.\par
  35. \vfill
  36. At bottom.
  37. \section{Text alignment}
  38. \label{sec:alingment}
  39. \end{document}