34 lines
1.1 KiB
XML
34 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- The docinfo block is the analogue to the latex preamble -->
|
|
<!-- This is where you can define macros and other book-wide -->
|
|
<!-- settings. -->
|
|
<docinfo xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
|
|
<!-- macros for defining latex math shortcuts. It is good practice -->
|
|
<!-- to define these semantically, so that the macro relates to what-->
|
|
<!-- it defines. -->
|
|
<macros>
|
|
\newcommand{\N}{\mathbb N}
|
|
\newcommand{\Z}{\mathbb Z}
|
|
\newcommand{\Q}{\mathbb Q}
|
|
\newcommand{\R}{\mathbb R}
|
|
</macros>
|
|
|
|
<!-- If you put any latex-image elements you can include preambles -->
|
|
<!-- for those in the next element. -->
|
|
<latex-image-preamble>
|
|
\usepackage{tikz, pgfplots}
|
|
\usetikzlibrary{positioning,matrix,arrows}
|
|
\usetikzlibrary{shapes,decorations,shadows,fadings,patterns}
|
|
\usetikzlibrary{decorations.markings}
|
|
</latex-image-preamble>
|
|
|
|
<!-- It is possible to rename elements: -->
|
|
<!-- <rename element="assemblage" xml:lang="en-US">Summary</rename> -->
|
|
|
|
<!-- Specify the default type of cross reference: -->
|
|
<!-- <cross-references text="type-global" /> -->
|
|
|
|
</docinfo>
|