-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsseqpages.tex
49 lines (37 loc) · 1.04 KB
/
sseqpages.tex
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
\documentclass{ltxdoc}
\usepackage[a4paper,left=2.25cm,right=2.25cm,top=2.5cm,bottom=2.5cm,nohead]{geometry}
\usepackage{sseqpages}
\usepackage{amssymb}
\usepackage{verbatim}
\usepackage[documentation]{tcolorbox}
\usepackage{hyperref}
\hypersetup{%
colorlinks=true,
linkcolor=blue,
filecolor=blue,
urlcolor=blue,
citecolor=blue,
pdfborder=0 0 0,
}
%\usepackage{makeidx}
%\makeindex
\makeatletter % !!!!
\input{pgfmanual.code} % This must be exectuted when catcode of @ is letter
\makeatother % !!!!
\usepackage{calc} %
\include{pgfmanual-en-macros} % This must be executed when catcode of @ is other
\makeatletter
\parskip=10pt
\parindent=0pt
\MakeShortVerb{\|}
\def\sectionstring{\textbackslash\@xp\@gobble\string}
%\def
\makeatother
\begin{document}
\section{Introduction}
\section{The sseqdata Environment}
\section{\sectionstring\printpage\ and the sseqpage environment}
\begin{command}{\d[\meta{options}]\meta{page}\meta{coordinate}}
This is how you use
\end{command}
\end{document}