File: handbook.tex

package info (click to toggle)
libcontra 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 576 kB
  • sloc: ansic: 1,458; sh: 106; makefile: 11
file content (21 lines) | stat: -rw-r--r-- 530 bytes parent folder | download
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}