forked from PHOL-LABS/IV_NANO_UserManual
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIV_Indicators_User_Manual.tex
More file actions
84 lines (72 loc) · 2.78 KB
/
IV_Indicators_User_Manual.tex
File metadata and controls
84 lines (72 loc) · 2.78 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
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
\newcommand*{\TeXturedVERSION}{1.5.0} %% TeXtured 2025-08-06
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 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}
%% Only uncommented files are included (faster compilation)
%% NOTE: If no files are uncommented, all files are included
\includeonlysmart{
% frontmatter/title,
% frontmatter/declaration,
% frontmatter/dedication,
% frontmatter/information,
% chapters/Precautions,
% chapters/Introduction,
% chapters/ProductDescription,
% chapters/OperatingPrinciple,
% chapters/TechnicalSpecifications,
% chapters/Safety,
% chapters/Preparation,
% chapters/ReplicaNextMaintenance,
% chapters/ReplicaNextScenarios,
% chapters/ReplicaMaintenance,
% chapters/ReplicaScenarios,
% chapters/Marking,
% chapters/Package,
% chapters/Storage,
% chapters/Appendix,
}
\begin{document}
\selectlanguage{english}
\frontmatter
\include{frontmatter/title}
% \include{frontmatter/declaration}
% \include{frontmatter/dedication}
% \include{frontmatter/information}
\contentsandlists
\mainmatter
\include{chapters/Precautions}
\include{chapters/Introduction}
\include{chapters/ProductDescription}
\include{chapters/OperatingPrinciple}
\include{chapters/TechnicalSpecifications}
\include{chapters/Safety}
\include{chapters/Preparation}
\include{chapters/ReplicaNextMaintenance}
\include{chapters/ReplicaNextScenarios}
\include{chapters/ReplicaMaintenance}
\include{chapters/ReplicaScenarios}
\include{chapters/Marking}
\include{chapters/Package}
\include{chapters/Storage}
\appendix
\include{chapters/Appendix}
\backmatter
\references
\end{document}