فهرست منبع

Implemented syntax diagrams and made listings pretty-printed

michael 27 سال پیش
والد
کامیت
92b80224c7
6فایلهای تغییر یافته به همراه1138 افزوده شده و 790 حذف شده
  1. 5 0
      docs/fpc.sty
  2. 4 3
      docs/fpcman.sty
  3. 466 562
      docs/go32.tex
  4. 2 0
      docs/onechap.tex
  5. 2 0
      docs/onepdf.tex
  6. 659 225
      docs/ref.tex

+ 5 - 0
docs/fpc.sty

@@ -21,6 +21,9 @@
 \ProvidesPackage{fpc}[1996/12/09]
 \NeedsTeXFormat{LaTeX2e}
 \ExecuteOptions{titlepage}
+% Some style elements
+\parindent 0pt%  
+\parskip 0.35\baselineskip%
 % First, all definitions for latex only.
 \newcommand{\docdescription}[1]{\def\@FPCDescription{#1}}
 \gdef\@FPCDescription{}%
@@ -162,6 +165,8 @@
 \newcommand{\seegraph}{\htmladdnormallink{graph}{../graph/graph.html}}
 \newcommand{\seeprinter}{\htmladdnormallink{printer}{../printer/printer.html}}
 \newcommand{\seego}{\htmladdnormallink{GO32}{../go32/go32.html}}
+\newcommand{\seec}[1]{chapter \ref{ch:#1}}
+\newcommand{\sees}[1]{section \ref{se:#1}}
 %
 % Nice environments
 %

+ 4 - 3
docs/fpcman.sty

@@ -21,6 +21,9 @@
 \ProvidesPackage{fpcman}[1997/06/25]
 \NeedsTeXFormat{LaTeX2e}
 \ExecuteOptions{titlepage}
+% Some style elements
+\parindent 0pt%
+\parskip 0.35\baselineskip%
 % First, all definitions for latex only.
 \newcommand{\docdescription}[1]{\def\@FPCDescription{#1}}
 \gdef\@FPCDescription{}%
@@ -135,10 +138,8 @@
 %
 % Nice environments
 %
-% For Code examples (complete programs only)
-\newenvironment{CodEx}{}{}
 % For Tables.
-\newenvironment{FPCtable}[2]{\begin{table}\caption{#2}\begin{center}\begin{tabular}{#1}}{\end{tabular}\end{center}\end{table}}
+\newenvironment{FPCtable}[2]{\begin{table}[h]\caption{#2}\begin{center}\begin{tabular}{#1}}{\end{tabular}\end{center}\end{table}}
 % The same, but with label in third argument (tab:#3)
 \newenvironment{FPCltable}[3]{\begin{table}\caption{#2}\label{tab:#3}\begin{center}\begin{tabular}{#1}}{\end{tabular}\end{center}\end{table}}
 %

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 466 - 562
docs/go32.tex


+ 2 - 0
docs/onechap.tex

@@ -23,6 +23,8 @@
 \usepackage{makeidx}
 \usepackage{html}
 \latex{\usepackage{fpc}}
+\latex{\usepackage{listings}\blankstringtrue%
+\selectlisting{tp}\stringstyle{\ttfamily}}
 \html{\input{fpc-html.tex}}
 \begin{document}
 %\input{crt.tex}

+ 2 - 0
docs/onepdf.tex

@@ -24,6 +24,8 @@
 \usepackage{makeidx}
 \usepackage{html}
 \latex{\usepackage{fpc}}
+\latex{\usepackage{listings}\blankstringtrue%
+\selectlisting{tp}\stringstyle{\ttfamily}}
 \html{\input{fpc-html.tex}}
 \begin{document}
 %\input{crt.tex}

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 659 - 225
docs/ref.tex


برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است