1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
\documentclass{book}
% General document formatting
\usepackage[margin=0.7in]{geometry}
\usepackage[parfill]{parskip}
\usepackage[utf8]{inputenc}
% Related to math
\usepackage{amsmath,amssymb,amsfonts,amsthm}
\begin{document}
\chapter{Environment Variables}
\section*{Wrapper}
All wrapper are called \textit{lct\_*}. They either expect \textit{libcontra}
at the default path in \textit{/usr/lib/\$HOSTTYPE/libcontra.so} or at the
location defined by \textit{\$CONTRA\_LIBRARY}.
\end{document}
|