summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/stealcaps/testfile/stealcaps-test.tex
blob: 42b2b223671b3cc7836e341612629ed849ed8d50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
% arara: xelatex
\documentclass{article}
\usepackage[from={EB Garamond}]{stealcaps}
% or try
% \usepackage{stealcaps}
% \renewcaps{Cormorant SC}

\usepackage{titlesec}
  \titleformat{\section}
    {\scshape\normalsize\MakeLowercase}{\thesection}{1em}{}

\usepackage{lipsum}

\newcommand*\pkg{\textsc}

\title{Test file for the \pkg{stealcaps} package}
\author{Ruben Giannotti}
\date{\today}

\begin{document}
\maketitle

\section{Lorem ipsum}

\lipsum[3]
\end{document}