openbmc_docs/userguide/userguide.tex
2024-12-23 14:53:31 +08:00

35 lines
703 B
TeX
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\documentclass[]{article}
% fonts: libertine for roman text, inconsolata for monospace
\usepackage{fontspec}
\setmainfont{Linux Libertine O}
\setmonofont{Inconsolata}
% page layout: full page, no paragraph indent
\usepackage{fullpage}
\usepackage{parskip}
% document metadata
\usepackage{hyperref}
\hypersetup{
pdftitle={OpenBMC Users Guide},
colorlinks=true,
urlcolor=blue
}
% workaround for pandoc / xetex version differences
\providecommand{\tightlist}{%
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
\begin{document}
\title{OpenBMC User's Guide}
\maketitle
\input{rest-api}
\input{host-management}
\input{console}
\input{architecture/code-update/code-update}
\end{document}