Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- \documentclass[12pt]{article}
- \usepackage[cp1250]{inputenc}
- \usepackage{polski}
- \usepackage{amsfonts} %wrzuca paczkę z znakiami
- \newcommand{\NN}{\mathbb{N}} %definiowanie własnch skrótów tekstowych
- \title{Coś o czymś i o niczym}
- \author{Dawid Kurcoń i Ktoś Coś}
- \date{33.33.33}
- \usepackage{graphicx}
- \graphicspath{ {img/} }
- \begin{document}
- \maketitle
- \newpage
- \section{geometria i pitagoras}
- Pitagoras jest znany z twierdzenia mówiącego że suma kwadratów przyprostokątnych jest równa kawadratowie przeciw prosotokątnej oraz
- kwadrtowi to znaczy \\$ a^2 + b^2 = c^2$.
- $$ a^2+b^2=c^2$$
- gdzie $a > b$ oraz $m,n \in \NN$
- \section{About}
- LaTeX is not a stand-alone typesetting program in itself, but document preparation software that runs on top of Donald E. Knuth's TeX typesetting system. \emph{TeX distributions usually bundle together all} \textbf{the parts needed for a work}ing TeX system and they generally add to this both configuration and maintenance utilities. Nowadays LaTeX, and many of the packages built on it, form an important component of any major TeX distribution.
- \section{tresc}
- LaTeX is not a stand-alone typesetting program in itself, but document preparation software that runs on top of Donald E. Knuth's TeX typesetting system. \emph{TeX distributions usually bundle together all} \textbf{the parts needed for a work}ing TeX system and they generally add to this both configuration and maintenance utilities. Nowadays LaTeX, and many of the packages built on it, form an important component of any major TeX distribution.
- \subsection{Kolejne tresci}
- \begin{figure}[h]
- \caption{Example of a parametric plot ($\sin (x), \cos(x), x$)}
- \centering
- \includegraphics[width=0.5\textwidth]{1}
- \end{figure}
- There are several ways to plot a function of two variables,
- depending on the information you are interested in. For
- instance, if you want to see the mesh of a function so it
- easier to see the derivative you can use a plot like the
- one on the left.
- LaTeX is not a stand-alone typesetting program in itself, but document preparation software that runs on top of Donald E. Knuth's TeX typesetting system. \emph{TeX distributions usually bundle together all} \textbf{the parts needed for a work}ing TeX system and they generally add to this both configuration and maintenance utilities. Nowadays LaTeX, and many of the packages built on it, form an important component of any major TeX distribution.
- \section{Przyciski}
- $\sqrt[4]{y_{2000}}$
- \section{Znaki Greckie}
- W tym podrozdziale przedstawimy przykłady znaków
- $\pi + \varphi$
- $ \rho + \rho + \beta + \alpha\Rightarrow oko$
- %simple
- \includegraphics[height=0.25\textwidth]{1}
- On the other side, if you are only interested on
- certain values you can use the contour plot, you
- can use the contour plot, you can use the contour
- plot, you can use the contour plot, you can use
- the contour plot, you can use the contour plot,
- you can use the contour plot, like the one on the left.
- On the other side, if you are only interested on
- certain values you can use the contour plot, you
- can use the contour plot, you can use the contour
- plot, you can use the contour plot, you can use the
- contour plot, you can use the contour plot,
- you can use the contour plot,
- like the one on the left.
- %end
- \subsection{Listy}
- \begin{center}
- \includegraphics[scale=.4, angle = 15]{1}
- \end{center}
- \begin{enumerate}
- \item pies
- \item kot
- \item wydra
- \item koń
- \end{enumerate}
- \begin{itemize}
- \item Opel
- \item Honda
- \item Yamaha
- \end{itemize}
- \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement