You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
2.5 KiB
65 lines
2.5 KiB
%
|
|
% utf8plsq.tex
|
|
%
|
|
% UTF-8 characters expanding to control sequences which
|
|
% are independent on internal TeX encoding.
|
|
%
|
|
% Note: the control sequences: \plqq, \prqq, \flqq, \frqq
|
|
% are defined in mex1.tex.
|
|
%
|
|
% Copyright (C) 2004 Wlodek Bzyl, <matwb@univ.gda.pl>
|
|
%
|
|
% This program is free software; you can redistribute it and/or modify
|
|
% it under the terms of the GNU General Public License as published by
|
|
% the Free Software Foundation; either version 2 of the License, or
|
|
% (at your option) any later version.
|
|
%
|
|
% This program is distributed in the hope that it will be useful,
|
|
% but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
% GNU General Public License for more details.
|
|
%
|
|
% You should have received a copy of the GNU General Public License
|
|
% along with this program; if not, write to the Free Software
|
|
% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
|
|
% punctuation
|
|
|
|
\let\nbsp~
|
|
\mubyte \nbsp ^^c2^^a0\endmubyte % no-break space
|
|
\mubyte \quad ^^e2^^80^^83\endmubyte % em space
|
|
\mubyte \plqq ^^e2^^80^^9e\endmubyte % double low-9 quotation mark
|
|
\mubyte \prqq ^^e2^^80^^9d\endmubyte % double high-9 quotation mark
|
|
\mubyte \flqq ^^c2^^ab\endmubyte % left-pointing double angle quotation mark
|
|
\mubyte \frqq ^^c2^^bb\endmubyte % right-pointing double angle quotation mark
|
|
\mubyte \dots ^^e2^^80^^a6\endmubyte % horizontal ellipsis
|
|
\mubyte \- ^^c2^^ad\endmubyte % soft hyphen
|
|
\def\utfhyphen{\discretionary{-}{-}{-}} % hyphenchar?
|
|
\mubyte \utfhyphen ^^e2^^80^^90\endmubyte % hyphen
|
|
|
|
% latin 1 characters
|
|
|
|
\mubyte \ss ^^c3^^9f\endmubyte % latin small letter sharp s
|
|
\mubyte \AA ^^c3^^85\endmubyte % latin capital letter a with ring above
|
|
\mubyte \aa ^^c3^^a5\endmubyte % latin small letter a with ring above
|
|
\mubyte \AE ^^c3^^86\endmubyte % latin capital ligature ae
|
|
\mubyte \ae ^^c3^^a6\endmubyte % latin small ligature ae
|
|
\mubyte \OE ^^c5^^92\endmubyte % latin capital ligature oe
|
|
\mubyte \oe ^^c5^^93\endmubyte % latin small ligature oe
|
|
\mubyte \O ^^c3^^98\endmubyte % latin capital letter o slash
|
|
\mubyte \o ^^c3^^b8\endmubyte % latin small letter o slash
|
|
|
|
% other text symbols
|
|
|
|
\mubyte \dag ^^e2^^80^^a0\endmubyte % dagger
|
|
\mubyte \ddag ^^e2^^80^^a1\endmubyte % double dagger
|
|
\mubyte \S ^^c2^^a7\endmubyte % section sign
|
|
\mubyte \P ^^c2^^b6\endmubyte % pilcrow sign
|
|
|
|
% control sequences for Polish \leq and \geq symbols
|
|
|
|
\mubyte \xle ^^e2^^89^^a4\endmubyte % less-than or equal to
|
|
\mubyte \xge ^^e2^^89^^a5\endmubyte % greater-than or equal to
|
|
|
|
\endinput
|
|
|