File: FAQ.tex

package info (click to toggle)
phplib 1%3A7.3dev-3.1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,752 kB
  • ctags: 247
  • sloc: php: 6,659; perl: 323; pascal: 157; makefile: 102; sh: 7
file content (31 lines) | stat: -rw-r--r-- 804 bytes parent folder | download | duplicates (2)
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
\documentclass[12pt,draft,oneside]{book}
\usepackage{babel,color,graphics}
\begin{document}
\pagestyle{headings}
\frontmatter
\title{phplib FAQ}
\author{Ted Rolle\thanks{ted.rolle@usa.net}}
\date{\today}
\maketitle
\tableofcontents
\chapter{Preface}
This is the phplib Frequently-Asked Questions document.

It is maintained by Ted Rolle <ted.rolle@usa.net>
\mainmatter
\chapter{FAQ}

\centerline{\fbox{\textsc{The Most-Frequently-Asked Question}}}
\vspace{0.5cm}
\begin{description}
\item[setcookie() oops]
The answer is that \textit{something} -- text or html --
has been written to the page
before the call to \verb|page_open()|.

Even newlines or spaces written after \verb|local.inc| or
\verb|prepend.php3| -- but before \verb|page_open()| -- can do it.

\end{description}
\backmatter
\end{document}