Samasaur1 / samtex

My LaTeX classes and packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

macOS

mkdir -p ~/Library/texmf/tex/latex
cd ~/Library/texmf/tex/latex
git clone https://github.com/Samasaur1/samtex

Linux

mkdir -p ~/Library/texmf/tex/latex
cd ~/Library/texmf/tex/latex
git clone https://github.com/Samasaur1/samtex

Windows

  1. Ensure that the directory C:\Users\<user name>\texmf\tex\latex exists
  2. Download or clone this repository to a new directory named samtex inside the above directory

Usage

samtex-cheatsheet

\documentclass{samtex-cheatsheet}
\usepackage{lipsum}

\begin{document}
    \section{Intro section}

    \lipsum

    \subsection{A subsection}

    \lipsum[2]

    \section{Main section}

    \lipsum
    \lipsum
\end{document}

Or see the example/manual PDF here

About

My LaTeX classes and packages


Languages

Language:TeX 100.0%