Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- \documentclass[a4paper,10pt]{article}
- \usepackage[utf8]{inputenc}
- \usepackage{polski}
- \usepackage{lipsum}
- %\pretolerance 1000 %rozciaganie spacji
- \begin{document}
- ąćłśżźóńę
- $\tan \leq$
- \section[napis skrócony]{pierwszy rozdiał}
- \lipsum[10]
- \subsection[napis skrócony]{pierwszy podrozdział}
- \begin{enumerate}
- \setcounter{enumi}{-10}
- \item pierwszy punkt
- \item \lipsum[3]
- \begin{enumerate}
- \setcounter{enumii}{4}
- \item pierwszy punkt
- \item \lipsum[3]
- \item drugi punkt
- \item \lipsum[4]
- \end{enumerate}
- \item drugi punkt
- \item \lipsum[4]
- \end{enumerate}
- \begin{enumerate}
- \addtocounter{enumi}{4}
- \item pierwszy punkt
- \item \lipsum[3]
- \item drugi punkt
- \item \lipsum[4]
- \end{enumerate}
- \lipsum[1]
- \subsubsection[napis skrócony]{trzeci podrozdział}
- \begin{itemize}
- \setcounter{enumi}{-10}
- \item pierwszy punkt
- \item \lipsum[3]
- \begin{itemize}
- \setcounter{enumii}{4}
- \item pierwszy punkt
- \item \lipsum[3]
- \begin{itemize}
- \setcounter{enumii}{4}
- \item pierwszy punkt
- \item \lipsum[3]
- \item drugi punkt
- \item \lipsum[4]
- \end{itemize}
- \item drugi punkt
- \item \lipsum[4]
- \end{itemize}
- \item drugi punkt
- \item \lipsum[4]
- \end{itemize}
- \begin{itemize}
- \addtocounter{enumi}{4}
- \item pierwszy punkt
- \item \lipsum[3]
- \item drugi punkt
- \item \lipsum[4]
- \end{itemize}
- \clearpage
- \tableofcontents
- \newpage
- \begin{flushleft}
- Tekst zostanie wyrównany do lewej.\\
- Poprzednia linijka została zakończona dblbackshlash\newline
- Poprzednia linjka została zakończona newline\linebreak
- \end{flushleft}
- \begin{center}
- Tekst zostanie wyrównany do lewej.\\
- Poprzednia linijka została zakończona dblbackshlash\newline
- Poprzednia linjka została zakończona newline\linebreak
- \end{center}
- \begin{flushright}
- Tekst zostanie wyrównany do lewej.\\
- Poprzednia linijka została zakończona dblbackshlash\newline
- Poprzednia linjka została zakończona newline\linebreak
- \end{flushright}
- \begin{center}
- \begin{math}
- e=mc^2
- \end{math}
- \end{center}
- gdzie
- \begin{center}
- \begin{math}
- m=\frac{m_0}{\sqrt{m_r \cdot \Delta t}}, m_r\in
- \end{math}
- \end{center}
- \begin{quotation}
- Litwo, ojczyzno moja,\\
- Tyś jest jak zdrowie\\
- \end{quotation}
- \begin{quote}
- Jak trzeba Cię cenić,\\
- ten tylko się dowie,\\
- kto Cię stracił..
- \end{quote}
- \clearpage
- \noindent
- Foo\hfill bar\\
- Foo\hfill bar======\\
- \vspace*{1cm}
- =====Foo\dotfill bar\\
- Foo\hrulefill bar\\
- For each\hspace{2cm} x\\[2cm]
- Some more ore
- \begin{center}
- \begin{tabular}{lll}
- A & B & C\\
- 1 & 3 & 1\\
- 1 & 4 & 3
- \end{tabular}
- \end{center}
- \thesection
- TheSection
- \thesubsection
- Iske rauta synny rauta synny kuumusa tulessa\\
- \thesubsection
- Ilmurnaut\\
- \thesubsection
- Perkele\\
- \thesubsection
- Polissi anterkurnat\\
- \textrm{text - proste}\\
- \textsl{text - kursywa}\\
- \sc{text - random}\\
- \begin{verbatim}
- for(foo) bar(~baz());
- \end{verbatim}
- \tt
- Pismo maszynoffe\\
- \it
- How awesome!
- \sf ABCD\\
- \sc Capitalizm xd
- \begin{center}
- \begin{tabular}{|@{~}l|r|c|} \hline \hline
- 7C0 & heksadecymalnie \\ \hline
- \multicolumn{2}{|c|}{1111100000 binarnie} \\
- $\sqrt[12]{78} $ & ala \\
- \makebox[5cm] [l]{tresc} & fdsfsddfs\\
- \mbox {tresc}\\
- \end{tabular}
- \end{center}
- \begin{center}
- \begin{tabular}{|@{~}l|r @{.} l }\hline \hline
- 7C0 & 3&14 \\ \hline
- $\sqrt[12]{78} $ & 23&76 \\
- 1984 & 0&343232 \\
- \end{tabular}
- \end{center}
- \noindent
- \parbox{4cm}{vfvsdfsdfsd fdsf sd fdsfsd fsdf sdfsdfsd}
- \noindent
- \parbox[b]{4cm}{Iske rauta synny rauta synny kuumusa tulessa }
- \noindent
- \parbox[t]{4cm}{ Iske rauta synny rauta synny kuumusa tulessa }
- \\ \\ \\ \\ \\ \\
- \begin{tabular}{|c|c|c|} \hline
- a1 & a2 & a3 \\ \hline
- \multicolumn{3}{|c|}{b1b2b3} \\ \hline
- c1 & \multicolumn{2}{||r|}{c2c3} \\ \hline
- d1 & d2 &d3 \\\cline{2-3}
- d1 & d2 &d3 \\ \hline
- \end{tabular}
- \begin{table}[htb]
- \caption{caption sdasda sdsa sddsa sadsa}
- \begin{tabular}{|c|c|c|} \hline
- a1 & a2 & a3 \\ \hline
- \multicolumn{3}{|c|}{b1b2b3} \\ \hline
- c1 & \multicolumn{2}{||r|}{c2c3} \\ \hline
- d1 & d2 &d3 \\\cline{2-3}
- d1 & d2 &d3 \\ \hline
- \end{tabular}
- \end{table}
- \end{document}
Add Comment
Please, Sign In to add comment