-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path_all_prc.tex
53 lines (47 loc) · 1.29 KB
/
_all_prc.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
50
51
52
53
\documentclass[fleqn]{report}
\usepackage[dvipsnames]{xcolor}
\usepackage{xkeyval}
\usepackage{../pkg/common}
\usepackage{../pkg/std}
\usepackage{../pkg/thm_env}
\usepackage{../pkg/IEEEtrantools}
\usepackage{../pkg/rom}
\usepackage{../pkg/ram}
\usepackage{../pkg/wc3}
\usepackage{../pkg/stack}
\usepackage{../pkg/call_stack}
\usepackage{../pkg/access}
\usepackage{../pkg/modexp}
\usepackage{../pkg/precompiles}
\usepackage{../pkg/expansion}
\usepackage{../pkg/iomf_done}
\usepackage{fontawesome}
\usepackage{../pkg/exponent}
\usepackage{../pkg/precompiles}
\usepackage{../pkg/mmu_custom_instructions}
\usepackage{../pkg/offset_processor}
\usepackage{../pkg/flags_stamps_selectors}
\usepackage{../pkg/prc}
\usepackage{../pkg/common_shorthands}
\usepackage{../pkg/xkeyval_macros/wcp_calls}
\usepackage{../pkg/xkeyval_macros/ext_calls}
\usepackage{../pkg/draculatheme}
\usepackage{changepage}
\usetikzlibrary{calc}
\usepackage[nohints]{minitoc}
\usepackage{makecell}
\renewcommand\theadalign{bc}
\renewcommand\theadfont{\bfseries}
\renewcommand\theadgape{\Gape[4pt]}
\renewcommand\cellgape{\Gape[4pt]}
\title{The precompile data modules}
\author{Rollup team}
\date{January 2023}
\begin{document}
\maketitle
\dominitoc
\setcounter{tocdepth}{0}
\tableofcontents
\setcounter{tocdepth}{5}
\input{_inputs}
\end{document}