-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathprec.tex
More file actions
27 lines (22 loc) · 1.38 KB
/
prec.tex
File metadata and controls
27 lines (22 loc) · 1.38 KB
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
\def\PreambleLoaded{} % for \ifdefined\PreambleLoaded conditional
\newcommand*{\TeXturedVERSION}{1.4.0} %% TeXtured 2025-06-17
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% NOTE: If you find any issues or have any suggestions, please open %%
%% an Issue on GitHub: https://github.com/jdujava/TeXtured %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Enable built-in LaTeX support for PDF/A compliance (must be before `\documentclass`)
\DocumentMetadata{lang=en, pdfversion=1.7, pdfstandard=A-2u}
\input{preamble/pdfA-compliance/glyphtounicode}
%% NOTE: Choose the desirable page layout version (electronic vs print)
\documentclass[12pt,a4paper]{report} % single-side (electronic)
% \documentclass[12pt,a4paper,openright,twoside]{report} % two-sided (for printing)
%% Set some toggle flags to control some of the document properties
\input{preamble/toggles}
% \FANCYfalse % disable some of the more fancy stylistic choices
%% NOTE: Comment out the following lines for the final version
\WIPtrue % THIS IS A WORK-IN-PROGRESS VERSION
% \EXTRAMARGINtrue % add extra right margin in WIP version (for notes/corrections)
% \LINKBOXESfalse % disable reference/link boxes for faster compilations
\CENSORtrue % THIS IS A CENSORED VERSION
%% Preamble - data, packages, macros, and more
\input{preamble/main}