Skip to content

mdbrnowski/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

db8eadd · Mar 30, 2025
Mar 30, 2025
Mar 30, 2025
Dec 5, 2022
Mar 30, 2025
Jan 26, 2025
Jan 26, 2025

Repository files navigation

notes

GitHub Repo stars

My notes, articles, papers, etc.

Computer Science at AGH University

  • algebra.tex [pdf] – Algebra
  • analiza.tex [pdf] – Analiza II
  • toizo.tex [pdf] – Teoria obliczeń i złożoności obliczeniowej

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
    \newpage
\end{document}

To the package mystd.sty one can pass a few arguments:

  • thm/nothm – colors and frames for theorems and similar environments
  • colorsec/nocolorsec – prettier sections numeration
  • pretty – passes thm and colorsec
  • polish – Polish version (keywords and other)
  • monofont – use JetBrainsMono font
  • answers – use answer and hint environments