mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-14 20:19:17 +08:00

It appears the support for texlive packages on some hosts is variable. This patch lets us add missing packages to our source tree so a PDF can be built on those hosts. The quality of the PDFs created may vary as some short cuts may have been take. For example lato is a font and only the sty file as been added and not the actual font which means it's use will default to another font.
41 lines
1.0 KiB
TeX
41 lines
1.0 KiB
TeX
%%
|
|
%% This is file `upquote.sty',
|
|
%% generated with the docstrip utility.
|
|
%%
|
|
%% The original source files were:
|
|
%%
|
|
%% upquote.dtx (with options: `package')
|
|
%%
|
|
%% Copyright (C) 2000 by Michael A. Covington
|
|
%% Copyright (C) 2003 by Frank Mittelbach
|
|
%% Copyright (C) 2012 by Markus Kuhn (current maintainer)
|
|
%%
|
|
%% Released under the LaTeX Project Public License v1.3c or later
|
|
%% See http://www.latex-project.org/lppl.txt
|
|
%%
|
|
\NeedsTeXFormat{LaTeX2e}
|
|
\ProvidesPackage{upquote}
|
|
[2012/04/19 v1.3 upright-quote and grave-accent glyphs in verbatim]
|
|
\newcommand\upquote@cmtt{cmtt}
|
|
\newcommand\upquote@OTone{OT1}
|
|
\ifx\encodingdefault\upquote@OTone
|
|
\ifx\ttdefault\upquote@cmtt\else\RequirePackage{textcomp}\fi
|
|
\else
|
|
\RequirePackage{textcomp}
|
|
\fi
|
|
\begingroup
|
|
\catcode`'=\active
|
|
\catcode``=\active
|
|
\g@addto@macro\@noligs
|
|
{\let'\textquotesingle
|
|
\let`\textasciigrave
|
|
\ifx\encodingdefault\upquote@OTone
|
|
\ifx\ttdefault\upquote@cmtt
|
|
\def'{\char13 }%
|
|
\def`{\char18 }%
|
|
\fi\fi}
|
|
\endgroup
|
|
\endinput
|
|
%%
|
|
%% End of file `upquote.sty'.
|