notes
notes copied to clipboard
My notes in LaTeX + mystd LaTeX style.
notes
Too many authors to cite?
No problem et al.
My notes, articles, papers, etc.
Computer Science at AGH University
Miscellaneous
- filtr.tex [pdf] – Funkcje tworzące i filtracja pierwiastkami jedności
- fft.tex [pdf] - Szybka transformacja Fouriera (FFT)
The mystd.sty package
This repository contains mystd.sty – my template for creating notes in LaTeX.
\documentclass[11pt]{scrartcl}
\usepackage[pretty,polish]{mystd}
\title{}
\author{}
\date{}
\begin{document}
\maketitle
\tableofcontents
\eject
\end{document}
To the package mystd.sty one can pass a few arguments:
thm/nothm– colors and frames for theorems and similar environmentscolorsec/nocolorsec– prettier sections numerationpretty– passesthmandcolorsecpolish– Polish version (keywords and other)monofont– use JetBrainsMono fontanswers– use answer and hit environments
In mystd.sty I have also defined:
- Environments
theorem(Theorem, Twierdzenie)lemma(Lemma, Lemat)corollary(Corollary, Wniosek)example(Example, Przykład)remark(Remark, Uwaga)conjecture(Conjecture, Przypuszczenie)definition(Definition, Definicja)exercise(Exercise, Ćwiczenie)fact(Fact, Fakt)problem(Problem, Problem)question(Question, Pytanie)
- Math operators (
\cis,\lcm, ...) - Commands (
\iff,\implies,\vocab, ...) - Symbols (
\sAfor\mathcal Aand\scAfor\mathscr A) - And more (it's best to see it for yourself in the source file)
A few words about the software environment
To use this repository on your computer you need to have Task and tectonic installed. In my opinion, it is the best choice when it comes to both small and large LaTeX projects. Besides that, I recommend using textidote, which allows you to check your work for grammar and spelling.