mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 17:29:25 +01:00
+ Some extra os names
This commit is contained in:
parent
49def4196d
commit
5203ae015c
@ -60,7 +60,7 @@
|
||||
\newcommand{\dos} {\textsc{dos} }
|
||||
\newcommand{\msdos}{\textsc{ms-dos} }
|
||||
\newcommand{\ostwo}{\textsc{os/2} }
|
||||
\newcommand{\windowsnt}{\textsc{WindowsNT} }
|
||||
\newcommand{\windowsnt}{\textsc{Windows NT} }
|
||||
\newcommand{\windows}{\textsc{Windows} }
|
||||
\newcommand{\docdescription}[1]{}
|
||||
\newcommand{\docversion}[1]{}
|
||||
@ -68,6 +68,9 @@
|
||||
\newcommand{\unitversion}[1]{}
|
||||
\newcommand{\fpc}{Free Pascal }
|
||||
\newcommand{\gnu}{gnu }
|
||||
\newcommand{\atari}{\textsc{Atari} }
|
||||
\newcommand{\amiga}{\textsc{Amiga} }
|
||||
\newcommand{\win32}{\textsc{Win32} }
|
||||
%
|
||||
% Useful references.
|
||||
%
|
||||
|
||||
@ -155,11 +155,14 @@
|
||||
\newcommand{\msdos}{\textsc{ms-dos}\xspace}
|
||||
\newcommand{\ostwo}{\textsc{os/2}\xspace}
|
||||
\newcommand{\windows}{\textsc{Windows}\xspace}
|
||||
\newcommand{\windowsnt}{\textsc{WindowsNT}\xspace}
|
||||
\newcommand{\windowsnt}{\textsc{Windows NT}\xspace}
|
||||
\newcommand{\fpc}{Free Pascal\xspace}
|
||||
\newcommand{\gnu}{\textsc{gnu}\xspace}
|
||||
\newcommand{\atari}{\textsc{Atari}\xspace}
|
||||
\newcommand{\amiga}{\textsc{Amiga}\xspace}
|
||||
\newcommand{\win32}{\textsc{Win32}\xspace}
|
||||
%
|
||||
% Some versions
|
||||
%
|
||||
\newcommand{\fpcversion}{0.99.8}
|
||||
% end of fpc.sty
|
||||
% end of fpc.sty
|
||||
Loading…
Reference in New Issue
Block a user