mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 11:45:32 +02:00
+ Added ver2 environment
This commit is contained in:
parent
3bc109ae66
commit
7285a1b74c
@ -126,6 +126,7 @@
|
|||||||
\newenvironment{constant}[1]{\begin{constantl}{#1}{#1}}{\end{constantl}}
|
\newenvironment{constant}[1]{\begin{constantl}{#1}{#1}}{\end{constantl}}
|
||||||
\newenvironment{variablel}[2]{\subsection{#1}\index{#1}\label{var:#2}\begin{FPCList}}{\end{FPCList}}
|
\newenvironment{variablel}[2]{\subsection{#1}\index{#1}\label{var:#2}\begin{FPCList}}{\end{FPCList}}
|
||||||
\newenvironment{variable}[1]{\begin{variablel}{#1}{#1}}{\end{variablel}}
|
\newenvironment{variable}[1]{\begin{variablel}{#1}{#1}}{\end{variablel}}
|
||||||
|
\newenvironment{ver2}{\par\textbf{version 2.0 only:}}{\par}
|
||||||
\newcommand{\Declaration}{\item[Declaration]\ttfamily}
|
\newcommand{\Declaration}{\item[Declaration]\ttfamily}
|
||||||
\newcommand{\Description}{\item[Description]\rmfamily}
|
\newcommand{\Description}{\item[Description]\rmfamily}
|
||||||
\newcommand{\Portability}{\item[Portability]\rmfamily}
|
\newcommand{\Portability}{\item[Portability]\rmfamily}
|
||||||
@ -274,7 +275,7 @@
|
|||||||
\lstset{commentstyle=\itshape}%
|
\lstset{commentstyle=\itshape}%
|
||||||
\lstset{keywordstyle=\bfseries}%
|
\lstset{keywordstyle=\bfseries}%
|
||||||
\lstset{frame=tb}%
|
\lstset{frame=tb}%
|
||||||
\lstset{stringspaces=false}%
|
% \lstset{stringspaces=false}%
|
||||||
}
|
}
|
||||||
%
|
%
|
||||||
% Page settings
|
% Page settings
|
||||||
|
Loading…
Reference in New Issue
Block a user