From f608edbff24385a77c97e230f31fe5c1fb422a71 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 12 Jan 2006 23:56:08 +0000 Subject: fourier git-svn-id: svn://tug.org/texlive/trunk@938 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/fourier/fmlfutm.fd | 25 ++ Master/texmf-dist/tex/latex/fourier/fmlfutmi.fd | 25 ++ Master/texmf-dist/tex/latex/fourier/fmsfutm.fd | 17 ++ Master/texmf-dist/tex/latex/fourier/fmxfutm.fd | 15 + .../texmf-dist/tex/latex/fourier/fourier-orns.sty | 40 +++ Master/texmf-dist/tex/latex/fourier/fourier.sty | 324 +++++++++++++++++++++ Master/texmf-dist/tex/latex/fourier/t1futj.fd | 70 +++++ Master/texmf-dist/tex/latex/fourier/t1futs.fd | 49 ++++ Master/texmf-dist/tex/latex/fourier/t1futx.fd | 70 +++++ Master/texmf-dist/tex/latex/fourier/ts1futj.fd | 56 ++++ Master/texmf-dist/tex/latex/fourier/ts1futs.fd | 40 +++ Master/texmf-dist/tex/latex/fourier/ts1futx.fd | 56 ++++ Master/texmf-dist/tex/latex/fourier/ufuts.fd | 47 +++ 13 files changed, 834 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/fourier/fmlfutm.fd create mode 100644 Master/texmf-dist/tex/latex/fourier/fmlfutmi.fd create mode 100644 Master/texmf-dist/tex/latex/fourier/fmsfutm.fd create mode 100644 Master/texmf-dist/tex/latex/fourier/fmxfutm.fd create mode 100644 Master/texmf-dist/tex/latex/fourier/fourier-orns.sty create mode 100644 Master/texmf-dist/tex/latex/fourier/fourier.sty create mode 100644 Master/texmf-dist/tex/latex/fourier/t1futj.fd create mode 100644 Master/texmf-dist/tex/latex/fourier/t1futs.fd create mode 100644 Master/texmf-dist/tex/latex/fourier/t1futx.fd create mode 100644 Master/texmf-dist/tex/latex/fourier/ts1futj.fd create mode 100644 Master/texmf-dist/tex/latex/fourier/ts1futs.fd create mode 100644 Master/texmf-dist/tex/latex/fourier/ts1futx.fd create mode 100644 Master/texmf-dist/tex/latex/fourier/ufuts.fd (limited to 'Master/texmf-dist/tex/latex/fourier') diff --git a/Master/texmf-dist/tex/latex/fourier/fmlfutm.fd b/Master/texmf-dist/tex/latex/fourier/fmlfutm.fd new file mode 100644 index 00000000000..52e39bdb760 --- /dev/null +++ b/Master/texmf-dist/tex/latex/fourier/fmlfutm.fd @@ -0,0 +1,25 @@ +%Filename: fmlfutm.fd +%Created by: tex build-fourier +%Created using fontinst v1.926 + +%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY + +\ProvidesFile{fmlfutm.fd} + [2004/10/30 Fontinst v1.926 font definitions for FML/futm.] + +\DeclareFontFamily{FML}{futm}{\skewchar \font =127} + +\DeclareFontShape{FML}{futm}{m}{it}{ + <-> futmi +}{} + +\DeclareFontShape{FML}{futm}{b}{it}{ + <-> futmib +}{} + +\DeclareFontShape{FML}{futm}{m}{sl}{<->ssub * futm/m/it}{} +\DeclareFontShape{FML}{futm}{bx}{it}{<->ssub * futm/b/it}{} +\DeclareFontShape{FML}{futm}{b}{sl}{<->ssub * futm/b/it}{} +\DeclareFontShape{FML}{futm}{bx}{sl}{<->ssub * futm/b/sl}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/fourier/fmlfutmi.fd b/Master/texmf-dist/tex/latex/fourier/fmlfutmi.fd new file mode 100644 index 00000000000..2edffe28f55 --- /dev/null +++ b/Master/texmf-dist/tex/latex/fourier/fmlfutmi.fd @@ -0,0 +1,25 @@ +%Filename: fmlfutmi.fd +%Created by: tex build-fourier +%Created using fontinst v1.926 + +%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY + +\ProvidesFile{fmlfutmi.fd} + [2004/10/30 Fontinst v1.926 font definitions for FML/futmi.] + +\DeclareFontFamily{FML}{futmi}{\skewchar \font =127} + +\DeclareFontShape{FML}{futmi}{m}{it}{ + <-> futmii +}{} + +\DeclareFontShape{FML}{futmi}{b}{it}{ + <-> futmiib +}{} + +\DeclareFontShape{FML}{futmi}{m}{sl}{<->ssub * futmi/m/it}{} +\DeclareFontShape{FML}{futmi}{bx}{it}{<->ssub * futmi/b/it}{} +\DeclareFontShape{FML}{futmi}{b}{sl}{<->ssub * futmi/b/it}{} +\DeclareFontShape{FML}{futmi}{bx}{sl}{<->ssub * futmi/b/sl}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/fourier/fmsfutm.fd b/Master/texmf-dist/tex/latex/fourier/fmsfutm.fd new file mode 100644 index 00000000000..d3f31349820 --- /dev/null +++ b/Master/texmf-dist/tex/latex/fourier/fmsfutm.fd @@ -0,0 +1,17 @@ +%Filename: fmsfutm.fd +%Created by: tex build-fourier +%Created using fontinst v1.926 + +%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY + +\ProvidesFile{fmsfutm.fd} + [2004/10/30 Fontinst v1.926 font definitions for FMS/futm.] + +\DeclareFontFamily{FMS}{futm}{\skewchar \font =48} + +\DeclareFontShape{FMS}{futm}{m}{n}{ + <-> futsy +}{} + + +\endinput diff --git a/Master/texmf-dist/tex/latex/fourier/fmxfutm.fd b/Master/texmf-dist/tex/latex/fourier/fmxfutm.fd new file mode 100644 index 00000000000..5dd14e4ca0d --- /dev/null +++ b/Master/texmf-dist/tex/latex/fourier/fmxfutm.fd @@ -0,0 +1,15 @@ +%Filename: fmxfutm.fd + +%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY + +\ProvidesFile{fmxfutm.fd}[futm-extension] + +\DeclareFontFamily{FMX}{futm}{} + +\DeclareFontShape{FMX}{futm}{m}{n}{ + <-> s * [.92] fourier-mex +}{} + + + +\endinput diff --git a/Master/texmf-dist/tex/latex/fourier/fourier-orns.sty b/Master/texmf-dist/tex/latex/fourier/fourier-orns.sty new file mode 100644 index 00000000000..f189ac7987d --- /dev/null +++ b/Master/texmf-dist/tex/latex/fourier/fourier-orns.sty @@ -0,0 +1,40 @@ +\def\fileversion{1.1}% +\def\filedate{2004/01/30}% +\NeedsTeXFormat{LaTeX2e}% +\ProvidesPackage{fourier-orns}% +[\filedate\space\fileversion\space fourier-ornaments package]% + +\newcommand*{\TakeFourierOrnament}[1]{{% +\fontencoding{U}\fontfamily{futs}\selectfont\char#1}} +\newcommand*{\eurologo}{\TakeFourierOrnament{69}} +\newcommand*{\noway}{\TakeFourierOrnament{65}} +\newcommand*{\danger}{\TakeFourierOrnament{66}} +\newcommand*{\bomb}{\TakeFourierOrnament{76}} +\newcommand*{\grimace}{\TakeFourierOrnament{77}} +\newcommand*{\textthing}{\TakeFourierOrnament{78}} +\newcommand*{\textxswup}{\TakeFourierOrnament{84}} +\newcommand*{\textxswdown}{\TakeFourierOrnament{85}} +\newcommand*{\decoone}{\TakeFourierOrnament{88}} +\newcommand*{\decothreeleft}{\TakeFourierOrnament{89}} +\newcommand*{\decothreeright}{\TakeFourierOrnament{90}} +\newcommand*{\decofourleft}{\TakeFourierOrnament{91}} +\newcommand*{\decofourright}{\TakeFourierOrnament{92}} +\newcommand*{\decosix}{\TakeFourierOrnament{93}} +\newcommand*{\decotwo}{\TakeFourierOrnament{97}} +\newcommand*{\floweroneleft}{\TakeFourierOrnament{98}} +\newcommand*{\floweroneright}{\TakeFourierOrnament{99}} +\newcommand*{\starredbullet}{\TakeFourierOrnament{100}} +\newcommand*{\leafNE}{\TakeFourierOrnament{102}} +\newcommand*{\leafleft}{\TakeFourierOrnament{103}} +\newcommand*{\leafright}{\TakeFourierOrnament{104}} +\newcommand*{\aldinesmall}{\TakeFourierOrnament{106}} +\newcommand*{\aldineleft}{\TakeFourierOrnament{109}} +\newcommand*{\aldineright}{\TakeFourierOrnament{110}} +\newcommand*{\aldine}{\TakeFourierOrnament{111}} +\newcommand*{\lefthand}{\TakeFourierOrnament{116}} +\newcommand*{\righthand}{\TakeFourierOrnament{117}} + +% +% +\endinput + diff --git a/Master/texmf-dist/tex/latex/fourier/fourier.sty b/Master/texmf-dist/tex/latex/fourier/fourier.sty new file mode 100644 index 00000000000..0e6c0a2b00b --- /dev/null +++ b/Master/texmf-dist/tex/latex/fourier/fourier.sty @@ -0,0 +1,324 @@ +\def\fileversion{1.4}% +\def\filedate{2005/01/01}% +\NeedsTeXFormat{LaTeX2e}% +\ProvidesPackage{fourier}% +[\filedate\space\fileversion\space fourier-GUTenberg package]% +\DeclareFontEncoding{FML}{}{} + \DeclareFontSubstitution{FML}{futm}{m}{it} +\DeclareFontEncoding{FMS}{}{} + \DeclareFontSubstitution{FMS}{futm}{m}{n} +\DeclareFontEncoding{FMX}{}{} + \DeclareFontSubstitution{FMX}{futm}{m}{n} +%% +\newif\ifsloped\newif\ifpoorman\poormantrue +\newif\ifwidespace\widespacefalse +\DeclareOption{widespace}{\widespacetrue} +%% +\DeclareOption{poorman}{\def\textfamilyextension{s}% +\def\mathfamilyextension{s}} +\DeclareOption{expert}{\def\textfamilyextension{x}% +\def\mathfamilyextension{x}\poormanfalse} +\DeclareOption{oldstyle}{\def\textfamilyextension{j}% +\def\mathfamilyextension{x}\poormanfalse} +\DeclareOption{fulloldstyle}{\def\textfamilyextension{j}% +\def\mathfamilyextension{j}\poormanfalse} +\DeclareOption{sloped}{\slopedtrue} +\DeclareOption{upright}{\slopedfalse} +\ExecuteOptions{sloped,poorman} +\ProcessOptions +%% + +%% +\ifwidespace +\DeclareRobustCommand{\SetFourierSpace}{% +\fontdimen2\font=1.23\fontdimen2\font} +\fi +\ifpoorman\else +\newcommand*{\sbseries}{\fontseries{sb}\selectfont} +\newcommand*{\blackseries}{\fontseries{eb}\selectfont} +\newcommand*{\titleshape}{\fontshape{tt}\selectfont} +\DeclareTextFontCommand{\textsb}{\sbseries}% +\DeclareTextFontCommand{\textblack}{\blackseries}% +\DeclareTextFontCommand{\texttitle}{\titleshape}% +\newcommand*{\oldstyle}{\fontfamily{futj}\selectfont} +\newcommand*{\lining}{\fontfamily{futx}\selectfont} +\fi +\renewcommand{\rmdefault}{fut\textfamilyextension} +\RequirePackage[T1]{fontenc} +\RequirePackage{textcomp} +\RequirePackage{fourier-orns} +\DeclareSymbolFont{operators}{T1}{fut\mathfamilyextension}{m}{n}% +\SetSymbolFont{operators}{bold}{T1}{fut\mathfamilyextension}{b}{n}% + +% +\def\addFourierGreekPrefix#1{other} +\newcommand{\othergreek}[1]{\expandafter\csname\expandafter% +\addFourierGreekPrefix\string#1\endcsname} +% +\ifsloped +\DeclareSymbolFont{letters}{FML}{futmi}{m}{it}% +\DeclareSymbolFont{otherletters}{FML}{futm}{m}{it} +\SetSymbolFont{letters}{bold}{FML}{futmi}{b}{it} +\SetSymbolFont{otherletters}{bold}{FML}{futm}{b}{it} +\DeclareMathSymbol{\Gamma}{\mathord}{otherletters}{000} +\DeclareMathSymbol{\Delta}{\mathord}{otherletters}{001} +\DeclareMathSymbol{\Theta}{\mathord}{otherletters}{002} +\DeclareMathSymbol{\Lambda}{\mathord}{otherletters}{003} +\DeclareMathSymbol{\Xi}{\mathord}{otherletters}{004} +\DeclareMathSymbol{\Pi}{\mathord}{otherletters}{005} +\DeclareMathSymbol{\Sigma}{\mathord}{otherletters}{006} +\DeclareMathSymbol{\Upsilon}{\mathord}{otherletters}{007} +\DeclareMathSymbol{\Phi}{\mathord}{otherletters}{008} +\DeclareMathSymbol{\Psi}{\mathord}{otherletters}{009} +\DeclareMathSymbol{\Omega}{\mathord}{otherletters}{010} +\DeclareMathSymbol{\otherGamma}{\mathord}{letters}{000} +\DeclareMathSymbol{\otherDelta}{\mathord}{letters}{001} +\DeclareMathSymbol{\otherTheta}{\mathord}{letters}{002} +\DeclareMathSymbol{\otherLambda}{\mathord}{letters}{003} +\DeclareMathSymbol{\otherXi}{\mathord}{letters}{004} +\DeclareMathSymbol{\otherPi}{\mathord}{letters}{005} +\DeclareMathSymbol{\otherSigma}{\mathord}{letters}{006} +\DeclareMathSymbol{\otherUpsilon}{\mathord}{letters}{007} +\DeclareMathSymbol{\otherPhi}{\mathord}{letters}{008} +\DeclareMathSymbol{\otherPsi}{\mathord}{letters}{009} +\DeclareMathSymbol{\otherOmega}{\mathord}{letters}{010} +\else +\DeclareSymbolFont{letters}{FML}{futm}{m}{it}% +\DeclareSymbolFont{otherletters}{FML}{futmi}{m}{it} +\SetSymbolFont{letters}{bold}{FML}{futm}{b}{it} +\SetSymbolFont{otherletters}{bold}{FML}{futmi}{b}{it} +\DeclareMathSymbol{\Gamma}{\mathord}{letters}{000} +\DeclareMathSymbol{\Delta}{\mathord}{letters}{001} +\DeclareMathSymbol{\Theta}{\mathord}{letters}{002} +\DeclareMathSymbol{\Lambda}{\mathord}{letters}{003} +\DeclareMathSymbol{\Xi}{\mathord}{letters}{004} +\DeclareMathSymbol{\Pi}{\mathord}{letters}{005} +\DeclareMathSymbol{\Sigma}{\mathord}{letters}{006} +\DeclareMathSymbol{\Upsilon}{\mathord}{letters}{007} +\DeclareMathSymbol{\Phi}{\mathord}{letters}{008} +\DeclareMathSymbol{\Psi}{\mathord}{letters}{009} +\DeclareMathSymbol{\Omega}{\mathord}{letters}{010} +\DeclareMathSymbol{\otherGamma}{\mathord}{otherletters}{000} +\DeclareMathSymbol{\otherDelta}{\mathord}{otherletters}{001} +\DeclareMathSymbol{\otherTheta}{\mathord}{otherletters}{002} +\DeclareMathSymbol{\otherLambda}{\mathord}{otherletters}{003} +\DeclareMathSymbol{\otherXi}{\mathord}{otherletters}{004} +\DeclareMathSymbol{\otherPi}{\mathord}{otherletters}{005} +\DeclareMathSymbol{\otherSigma}{\mathord}{otherletters}{006} +\DeclareMathSymbol{\otherUpsilon}{\mathord}{otherletters}{007} +\DeclareMathSymbol{\otherPhi}{\mathord}{otherletters}{008} +\DeclareMathSymbol{\otherPsi}{\mathord}{otherletters}{009} +\DeclareMathSymbol{\otherOmega}{\mathord}{otherletters}{010} +\fi +\DeclareSymbolFont{symbols}{FMS}{futm}{m}{n}% +\DeclareSymbolFont{largesymbols}{FMX}{futm}{m}{n} +\DeclareMathAlphabet{\mathbf}{T1}{fut\mathfamilyextension}{bx}{n}% +\DeclareMathAlphabet{\mathrm}{T1}{fut\mathfamilyextension}{m}{n}% +\DeclareMathAlphabet{\mathit}{T1}{fut\mathfamilyextension}{m}{it}% +\DeclareMathAlphabet{\mathcal}{FMS}{futm}{m}{n}% +\DeclareMathSymbol{\varkappa}{\mathord}{letters}{128} +\DeclareMathSymbol{\varvarrho}{\mathord}{letters}{129} +\DeclareMathSymbol{+}{\mathbin}{symbols}{128} +\DeclareMathSymbol{=}{\mathrel}{symbols}{129} +\DeclareMathSymbol{<}{\mathrel}{symbols}{130} +\DeclareMathSymbol{>}{\mathrel}{symbols}{131} +\DeclareMathSymbol{\leqslant}{\mathrel}{symbols}{132} +\DeclareMathSymbol{\geqslant}{\mathrel}{symbols}{133} +\DeclareMathSymbol{\parallelslant}{\mathrel}{symbols}{134} +\DeclareMathSymbol{\thething}{\mathord}{symbols}{135} +\DeclareMathSymbol{\vDash}{\mathrel}{symbols}{136} +\DeclareMathSymbol{\blacktriangleleft}{\mathrel}{symbols}{137} +\DeclareMathSymbol{\blacktriangleright}{\mathrel}{symbols}{138} +\DeclareMathSymbol{\nleqslant}{\mathrel}{symbols}{139} +\DeclareMathSymbol{\ngeqslant}{\mathrel}{symbols}{140} +\DeclareMathSymbol{\parallel}{\mathrel}{symbols}{141} +\DeclareMathSymbol{\nparallel}{\mathrel}{symbols}{142} +\DeclareMathSymbol{\nparallelslant}{\mathrel}{symbols}{143} +\DeclareMathSymbol{\nvDash}{\mathrel}{symbols}{144} +\DeclareMathSymbol{\intercal}{\mathbin}{symbols}{145} +\DeclareMathSymbol{\hslash}{\mathord}{symbols}{146} +\DeclareMathSymbol{\nexists}{\mathord}{symbols}{147} +\DeclareMathSymbol{\complement}{\mathord}{symbols}{148} +\DeclareMathSymbol{\varsubsetneq}{\mathrel}{symbols}{149} +\DeclareMathSymbol{\xswordsup}{\mathord}{symbols}{150} +\DeclareMathSymbol{\xswordsdown}{\mathord}{symbols}{151} +\let\notin\@undefined +\DeclareMathSymbol{\notin}{\mathrel}{symbols}{155} +\DeclareMathSymbol{\notowns}{\mathrel}{symbols}{156} +\DeclareMathSymbol{\hbar}{\mathord}{symbols}{157} +\DeclareMathSymbol{\smallsetminus}{\mathbin}{symbols}{158} +\DeclareMathSymbol{\subsetneqq}{\mathrel}{symbols}{159} +\DeclareMathSymbol{\rightrightarrows}{\mathrel}{symbols}{160} +\DeclareMathSymbol{\leftleftarrows}{\mathrel}{symbols}{161} +\DeclareMathSymbol{\square}{\mathord}{symbols}{162} +\DeclareMathSymbol{\curvearrowleft}{\mathrel}{symbols}{163} +\DeclareMathSymbol{\curvearrowright}{\mathrel}{symbols}{164} +\DeclareMathSymbol{\blacksquare}{\mathord}{symbols}{165} +\DeclareMathSymbol{\otheralpha}{\mathord}{otherletters}{011} +\DeclareMathSymbol{\otherbeta}{\mathord}{otherletters}{012} +\DeclareMathSymbol{\othergamma}{\mathord}{otherletters}{013} +\DeclareMathSymbol{\otherdelta}{\mathord}{otherletters}{014} +\DeclareMathSymbol{\otherepsilon}{\mathord}{otherletters}{015} +\DeclareMathSymbol{\otherzeta}{\mathord}{otherletters}{016} +\DeclareMathSymbol{\othereta}{\mathord}{otherletters}{017} +\DeclareMathSymbol{\othertheta}{\mathord}{otherletters}{018} +\DeclareMathSymbol{\otheriota}{\mathord}{otherletters}{019} +\DeclareMathSymbol{\otherkappa}{\mathord}{otherletters}{020} +\DeclareMathSymbol{\otherlambda}{\mathord}{otherletters}{021} +\DeclareMathSymbol{\othermu}{\mathord}{otherletters}{022} +\DeclareMathSymbol{\othernu}{\mathord}{otherletters}{023} +\DeclareMathSymbol{\otherxi}{\mathord}{otherletters}{024} +\DeclareMathSymbol{\otherpi}{\mathord}{otherletters}{025} +\DeclareMathSymbol{\otherrho}{\mathord}{otherletters}{026} +\DeclareMathSymbol{\othersigma}{\mathord}{otherletters}{027} +\DeclareMathSymbol{\othertau}{\mathord}{otherletters}{028} +\DeclareMathSymbol{\otherupsilon}{\mathord}{otherletters}{029} +\DeclareMathSymbol{\otherphi}{\mathord}{otherletters}{030} +\DeclareMathSymbol{\otherchi}{\mathord}{otherletters}{031} +\DeclareMathSymbol{\otherpsi}{\mathord}{otherletters}{032} +\DeclareMathSymbol{\otheromega}{\mathord}{otherletters}{033} +\DeclareMathSymbol{\othervarepsilon}{\mathord}{otherletters}{034} +\DeclareMathSymbol{\othervartheta}{\mathord}{otherletters}{035} +\DeclareMathSymbol{\othervarpi}{\mathord}{otherletters}{036} +\DeclareMathSymbol{\othervarrho}{\mathord}{otherletters}{037} +\DeclareMathSymbol{\othervarsigma}{\mathord}{otherletters}{038} +\DeclareMathSymbol{\othervarphi}{\mathord}{otherletters}{039} +\DeclareMathSymbol{\varkappa}{\mathord}{letters}{128} +\DeclareMathSymbol{\varvarrho}{\mathord}{letters}{129} +\DeclareMathSymbol{\varpartialdiff}{\mathord}{letters}{130} +\DeclareMathSymbol{\varvarpi}{\mathord}{letters}{131} +\DeclareMathSymbol{\othervarkappa}{\mathord}{otherletters}{128} +\DeclareMathSymbol{\othervarvarrho}{\mathord}{otherletters}{129} +\DeclareMathSymbol{\othervarvarpi}{\mathord}{otherletters}{131} + +% +\DeclareMathDelimiter{(}{\mathopen} {operators}{040}{largesymbols}{161} +\DeclareMathDelimiter{)}{\mathclose}{operators}{041}{largesymbols}{162} +\DeclareMathDelimiter{[}{\mathopen} {operators}{091}{largesymbols}{163} +\DeclareMathDelimiter{]}{\mathclose}{operators}{093}{largesymbols}{164} +\DeclareMathDelimiter{/}{\mathord}{operators}{047}{largesymbols}{177} +\DeclareMathDelimiter{|}{\mathord}{symbols}{106}{largesymbols}{175} +\DeclareMathDelimiter{\llbracket}{\mathopen}{symbols}{153}{largesymbols}{133} +\DeclareMathDelimiter{\rrbracket}{\mathclose}{symbols}{154}{largesymbols}{134} +\def\dblbrackleft{\llbracket\PackageWarningNoLine{fourier}{The command \protect\dblbrackleft\space is deprecated.^^J Use \protect\llbracket\space instead}} +\def\dblbrackright{\rrbracket\PackageWarningNoLine{fourier}{The command \protect\dblbrackright\space is deprecated.^^J Use \protect\rrbracket\space instead}} + +% +\expandafter\DeclareMathDelimiter\@backslashchar + {\mathord}{symbols}{110}{largesymbols}{178} +\DeclareMathDelimiter{\Vert} + {\mathord}{symbols}{107}{largesymbols}{176} +\DeclareMathDelimiter{\VERT} + {\mathord}{symbols}{152}{largesymbols}{147} +\let\|=\Vert +\DeclareMathDelimiter{\vert} + {\mathord}{symbols}{106}{largesymbols}{175} + \DeclareMathDelimiter{\lvert} + {\mathopen}{symbols}{106}{largesymbols}{175} + \DeclareMathDelimiter{\rvert} + {\mathclose}{symbols}{106}{largesymbols}{175} + \DeclareMathDelimiter{\lVert} + {\mathopen}{symbols}{107}{largesymbols}{176} + \DeclareMathDelimiter{\rVert} + {\mathclose}{symbols}{107}{largesymbols}{176} +\DeclareMathDelimiter{\Downarrow} +{\mathrel}{symbols}{043}{largesymbols}{196} +\DeclareMathDelimiter{\backslash} % for double coset G\backslash H + {\mathord}{symbols}{110}{largesymbols}{178} +\DeclareMathDelimiter{\rangle} + {\mathclose}{symbols}{105}{largesymbols}{174} +\DeclareMathDelimiter{\langle} + {\mathopen}{symbols}{104}{largesymbols}{173} +\DeclareMathDelimiter{\rbrace} + {\mathclose}{symbols}{103}{largesymbols}{170} +\DeclareMathDelimiter{\lbrace} + {\mathopen}{symbols}{102}{largesymbols}{169} +\DeclareMathDelimiter{\rceil} + {\mathclose}{symbols}{101}{largesymbols}{168} +\DeclareMathDelimiter{\lceil} + {\mathopen}{symbols}{100}{largesymbols}{167} +\DeclareMathDelimiter{\rfloor} + {\mathclose}{symbols}{99}{largesymbols}{166} +\DeclareMathDelimiter{\lfloor} + {\mathopen}{symbols}{98}{largesymbols}{165} +%%%%%% + + +\DeclareMathAccent{\acute}{\mathalpha}{operators}{1} +\DeclareMathAccent{\grave}{\mathalpha}{operators}{0} +\DeclareMathAccent{\ddot}{\mathalpha}{operators}{4} +\DeclareMathAccent{\tilde}{\mathalpha}{operators}{3} +\DeclareMathAccent{\bar}{\mathalpha}{operators}{9} +\DeclareMathAccent{\breve}{\mathalpha}{operators}{8} +\DeclareMathAccent{\check}{\mathalpha}{operators}{7} +\DeclareMathAccent{\hat}{\mathalpha}{operators}{2} +\DeclareMathAccent{\dot}{\mathalpha}{operators}{10} +\DeclareMathAccent{\mathring}{\mathalpha}{operators}{6} +\DeclareMathAccent{\wideparen}{\mathord}{largesymbols}{148} +%% + +\DeclareMathAccent{\widearc}{\mathord}{largesymbols}{216} +\DeclareMathAccent{\wideOarc}{\mathord}{largesymbols}{228} +%% +\def\defaultscriptratio{.76} +\def\defaultscriptscriptratio{.6} +\DeclareMathSizes{5} {6} {6} {6} +\DeclareMathSizes{6} {6} {6} {6} +\DeclareMathSizes{7} {6.8} {6} {6} +\DeclareMathSizes{8} {8} {6.8}{6} +\DeclareMathSizes{9} {9} {7.6}{6} +\DeclareMathSizes{10} {10} {7.6}{6} +\DeclareMathSizes{10.95}{10.95}{8.3}{6} +\DeclareMathSizes{12} {12} {9} {7} +\DeclareMathSizes{14.4} {14.4} {10} {8} +\DeclareMathSizes{17.28}{17.28}{12} {9} +\DeclareMathSizes{20.74}{20.74}{14.4}{10} +\DeclareMathSizes{24.88}{24.88}{17.28}{12} +\thinmuskip=2mu +\medmuskip=2.5mu plus 1mu minus 2.5mu +\thickmuskip=3.5mu plus 2.5mu +%% +\delimiterfactor850 +%% +\DeclareFontFamily{U}{futm}{} +\DeclareFontShape{U}{futm}{m}{n}{ + <-> s * [.92] fourier-bb + }{} +\DeclareSymbolFont{Ufutm}{U}{futm}{m}{n} +\DeclareSymbolFontAlphabet{\math@bb}{Ufutm} +\AtBeginDocument{\let\mathbb\math@bb % +\DeclareMathSymbol{\iintop}{\mathop}{largesymbols}{206} + \DeclareMathSymbol{\iiintop}{\mathop}{largesymbols}{208} + \DeclareMathSymbol{\oiintop}{\mathop}{largesymbols}{210} + \DeclareMathSymbol{\oiiintop}{\mathop}{largesymbols}{212} + \DeclareMathSymbol{\slashintop}{\mathop}{largesymbols}{214} + \@ifpackageloaded{amsmath}{% + \def\iint{\DOTSI\iintop\ilimits@} + \def\iiint{\DOTSI\iiintop\ilimits@} + \def\oiint{\DOTSI\oiintop\ilimits@} + \def\oiiint{\DOTSI\oiiintop\ilimits@} + \def\slashint{\DOTSI\slashintop\ilimits@} + }{% + \def\iint{\iintop\nolimits} + \def\iiint{\iiintop\nolimits} + \def\oiint{\oiintop\nolimits} + \def\oiiint{\oiiintop\nolimits} + \def\slashint{\slashintop\nolimits} + } + \@ifpackageloaded{amsfonts}{% + \let\widehat\undefined + \DeclareMathAccent{\widehat}{\mathord}{largesymbols}{98} + \let\widetilde\undefined + \DeclareMathAccent{\widetilde}{\mathord}{largesymbols}{101} + }{} + \ifx\overset\@undefined\else + \newcommand{\widering}[1]{\overset{\smash{\vbox to .2ex{% + \hbox{$\mathring{}$}}}}{\wideparen{#1}}} + \fi +% + \def\accentclass@{0} % I'm unsure whether this is ok +} +% +% +\endinput + diff --git a/Master/texmf-dist/tex/latex/fourier/t1futj.fd b/Master/texmf-dist/tex/latex/fourier/t1futj.fd new file mode 100644 index 00000000000..90e9656adde --- /dev/null +++ b/Master/texmf-dist/tex/latex/fourier/t1futj.fd @@ -0,0 +1,70 @@ +%Filename: t1futj.fd +%Created by: tex build-fourier +%Created using fontinst v1.926 + +%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY + +\ProvidesFile{t1futj.fd} + [2004/03/02 Fontinst v1.926 font definitions for T1/futj.] + +\DeclareFontFamily{T1}{futj}{\providecommand {\SetFourierSpace }{}} + +\DeclareFontShape{T1}{futj}{m}{n}{ + <-> futr9d +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futj}{m}{it}{ + <-> futri9d +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futj}{sb}{n}{ + <-> futs9d +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futj}{sb}{it}{ + <-> futsi9d +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futj}{b}{n}{ + <-> futb9d +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futj}{b}{it}{ + <-> futbi9d +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futj}{eb}{n}{ + <-> futc9d +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futj}{m}{sc}{ + <-> futrc9d +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futj}{sb}{sc}{ + <-> futsc9d +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futj}{m}{tt}{ + <-> futrd8t +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futj}{m}{sl}{ + <-> futro9d +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futj}{sb}{sl}{ + <-> futso9d +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futj}{b}{sl}{ + <-> futbo9d +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futj}{bx}{n}{<->ssub * futj/b/n}{} +\DeclareFontShape{T1}{futj}{bx}{it}{<->ssub * futj/b/it}{} +\DeclareFontShape{T1}{futj}{b}{sc}{<->ssub * futj/sb/sc}{} +\DeclareFontShape{T1}{futj}{bx}{sc}{<->ssub * futj/b/sc}{} +\DeclareFontShape{T1}{futj}{bx}{sl}{<->ssub * futj/b/sl}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/fourier/t1futs.fd b/Master/texmf-dist/tex/latex/fourier/t1futs.fd new file mode 100644 index 00000000000..9fa88952a1e --- /dev/null +++ b/Master/texmf-dist/tex/latex/fourier/t1futs.fd @@ -0,0 +1,49 @@ +%Filename: t1futs.fd +%Created by: tex build-fourier +%Created using fontinst v1.926 + +%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY + +\ProvidesFile{t1futs.fd} + [2004/03/02 Fontinst v1.926 font definitions for T1/futs.] + +\DeclareFontFamily{T1}{futs}{\providecommand {\SetFourierSpace }{}} + +\DeclareFontShape{T1}{futs}{m}{n}{ + <-> futr8t +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futs}{m}{it}{ + <-> futri8t +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futs}{b}{n}{ + <-> futb8t +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futs}{b}{it}{ + <-> futbi8t +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futs}{m}{sc}{ + <-> futrc8t +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futs}{b}{sc}{ + <-> futbc8t +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futs}{m}{sl}{ + <-> futro8t +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futs}{b}{sl}{ + <-> futbo8t +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futs}{bx}{n}{<->ssub * futs/b/n}{} +\DeclareFontShape{T1}{futs}{bx}{it}{<->ssub * futs/b/it}{} +\DeclareFontShape{T1}{futs}{bx}{sc}{<->ssub * futs/b/sc}{} +\DeclareFontShape{T1}{futs}{bx}{sl}{<->ssub * futs/b/sl}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/fourier/t1futx.fd b/Master/texmf-dist/tex/latex/fourier/t1futx.fd new file mode 100644 index 00000000000..fc268ff5068 --- /dev/null +++ b/Master/texmf-dist/tex/latex/fourier/t1futx.fd @@ -0,0 +1,70 @@ +%Filename: t1futx.fd +%Created by: tex build-fourier +%Created using fontinst v1.926 + +%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY + +\ProvidesFile{t1futx.fd} + [2004/03/02 Fontinst v1.926 font definitions for T1/futx.] + +\DeclareFontFamily{T1}{futx}{\providecommand {\SetFourierSpace }{}} + +\DeclareFontShape{T1}{futx}{m}{n}{ + <-> futr9e +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futx}{m}{it}{ + <-> futri9e +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futx}{sb}{n}{ + <-> futs9e +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futx}{sb}{it}{ + <-> futsi9e +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futx}{b}{n}{ + <-> futb9e +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futx}{b}{it}{ + <-> futbi9e +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futx}{eb}{n}{ + <-> futc9e +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futx}{m}{sc}{ + <-> futrc9e +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futx}{sb}{sc}{ + <-> futsc9e +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futx}{m}{tt}{ + <-> futrd8t +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futx}{m}{sl}{ + <-> futro9e +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futx}{sb}{sl}{ + <-> futso9e +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futx}{b}{sl}{ + <-> futbo9e +}{\SetFourierSpace} + +\DeclareFontShape{T1}{futx}{bx}{n}{<->ssub * futx/b/n}{} +\DeclareFontShape{T1}{futx}{bx}{it}{<->ssub * futx/b/it}{} +\DeclareFontShape{T1}{futx}{b}{sc}{<->ssub * futx/sb/sc}{} +\DeclareFontShape{T1}{futx}{bx}{sc}{<->ssub * futx/b/sc}{} +\DeclareFontShape{T1}{futx}{bx}{sl}{<->ssub * futx/b/sl}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/fourier/ts1futj.fd b/Master/texmf-dist/tex/latex/fourier/ts1futj.fd new file mode 100644 index 00000000000..6862320239e --- /dev/null +++ b/Master/texmf-dist/tex/latex/fourier/ts1futj.fd @@ -0,0 +1,56 @@ +%Filename: ts1futj.fd +%Created by: tex build-fourier +%Created using fontinst v1.926 + +%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY + +\ProvidesFile{ts1futj.fd} + [2004/03/26 Fontinst v1.926 font definitions for TS1/futj.] + +\DeclareFontFamily{TS1}{futj}{} + +\DeclareFontShape{TS1}{futj}{m}{n}{ + <-> futr9c +}{} + +\DeclareFontShape{TS1}{futj}{m}{it}{ + <-> futri9c +}{} + +\DeclareFontShape{TS1}{futj}{sb}{n}{ + <-> futs9c +}{} + +\DeclareFontShape{TS1}{futj}{sb}{it}{ + <-> futsi9c +}{} + +\DeclareFontShape{TS1}{futj}{b}{n}{ + <-> futb9c +}{} + +\DeclareFontShape{TS1}{futj}{b}{it}{ + <-> futbi9c +}{} + +\DeclareFontShape{TS1}{futj}{eb}{n}{ + <-> futc9c +}{} + +\DeclareFontShape{TS1}{futj}{m}{sl}{ + <-> futro9c +}{} + +\DeclareFontShape{TS1}{futj}{sb}{sl}{ + <-> futso9c +}{} + +\DeclareFontShape{TS1}{futj}{b}{sl}{ + <-> futbo9c +}{} + +\DeclareFontShape{TS1}{futj}{bx}{n}{<->ssub * futj/b/n}{} +\DeclareFontShape{TS1}{futj}{bx}{it}{<->ssub * futj/b/it}{} +\DeclareFontShape{TS1}{futj}{bx}{sl}{<->ssub * futj/b/sl}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/fourier/ts1futs.fd b/Master/texmf-dist/tex/latex/fourier/ts1futs.fd new file mode 100644 index 00000000000..04745e79d94 --- /dev/null +++ b/Master/texmf-dist/tex/latex/fourier/ts1futs.fd @@ -0,0 +1,40 @@ +%Filename: ts1futs.fd +%Created by: tex build-fourier +%Created using fontinst v1.926 + +%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY + +\ProvidesFile{ts1futs.fd} + [2004/03/26 Fontinst v1.926 font definitions for TS1/futs.] + +\DeclareFontFamily{TS1}{futs}{} + +\DeclareFontShape{TS1}{futs}{m}{n}{ + <-> futr8c +}{} + +\DeclareFontShape{TS1}{futs}{m}{it}{ + <-> futri8c +}{} + +\DeclareFontShape{TS1}{futs}{b}{n}{ + <-> futb8c +}{} + +\DeclareFontShape{TS1}{futs}{b}{it}{ + <-> futbi8c +}{} + +\DeclareFontShape{TS1}{futs}{m}{sl}{ + <-> futro8c +}{} + +\DeclareFontShape{TS1}{futs}{b}{sl}{ + <-> futbo8c +}{} + +\DeclareFontShape{TS1}{futs}{bx}{n}{<->ssub * futs/b/n}{} +\DeclareFontShape{TS1}{futs}{bx}{it}{<->ssub * futs/b/it}{} +\DeclareFontShape{TS1}{futs}{bx}{sl}{<->ssub * futs/b/sl}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/fourier/ts1futx.fd b/Master/texmf-dist/tex/latex/fourier/ts1futx.fd new file mode 100644 index 00000000000..d0e5fe881cb --- /dev/null +++ b/Master/texmf-dist/tex/latex/fourier/ts1futx.fd @@ -0,0 +1,56 @@ +%Filename: ts1futx.fd +%Created by: tex build-fourier +%Created using fontinst v1.926 + +%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY + +\ProvidesFile{ts1futx.fd} + [2004/03/26 Fontinst v1.926 font definitions for TS1/futx.] + +\DeclareFontFamily{TS1}{futx}{} + +\DeclareFontShape{TS1}{futx}{m}{n}{ + <-> futr9c +}{} + +\DeclareFontShape{TS1}{futx}{m}{it}{ + <-> futri9c +}{} + +\DeclareFontShape{TS1}{futx}{sb}{n}{ + <-> futs9c +}{} + +\DeclareFontShape{TS1}{futx}{sb}{it}{ + <-> futsi9c +}{} + +\DeclareFontShape{TS1}{futx}{b}{n}{ + <-> futb9c +}{} + +\DeclareFontShape{TS1}{futx}{b}{it}{ + <-> futbi9c +}{} + +\DeclareFontShape{TS1}{futx}{eb}{n}{ + <-> futc9c +}{} + +\DeclareFontShape{TS1}{futx}{m}{sl}{ + <-> futro9c +}{} + +\DeclareFontShape{TS1}{futx}{sb}{sl}{ + <-> futso9c +}{} + +\DeclareFontShape{TS1}{futx}{b}{sl}{ + <-> futbo9c +}{} + +\DeclareFontShape{TS1}{futx}{bx}{n}{<->ssub * futx/b/n}{} +\DeclareFontShape{TS1}{futx}{bx}{it}{<->ssub * futx/b/it}{} +\DeclareFontShape{TS1}{futx}{bx}{sl}{<->ssub * futx/b/sl}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/fourier/ufuts.fd b/Master/texmf-dist/tex/latex/fourier/ufuts.fd new file mode 100644 index 00000000000..3af9e3ace72 --- /dev/null +++ b/Master/texmf-dist/tex/latex/fourier/ufuts.fd @@ -0,0 +1,47 @@ +%Filename: ufuts.fd +%Created by: tex build-fourier +%Created using fontinst v1.926 + +%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY + +\ProvidesFile{ufuts.fd} + [2004/03/26 Fontinst v1.926 font definitions for U/futs.] + +\DeclareFontFamily{U}{futs}{} + +\DeclareFontShape{U}{futs}{m}{n}{ + <-> futrorn +}{} + +\DeclareFontShape{U}{futs}{m}{sl}{ + <-> futroorn +}{} + +\DeclareFontShape{U}{futs}{sb}{n}{ + <-> futsorn +}{} + +\DeclareFontShape{U}{futs}{sb}{sl}{ + <-> futsoorn +}{} + +\DeclareFontShape{U}{futs}{b}{n}{ + <-> futborn +}{} + +\DeclareFontShape{U}{futs}{b}{sl}{ + <-> futboorn +}{} + +\DeclareFontShape{U}{futs}{eb}{n}{ + <-> futcorn +}{} + +\DeclareFontShape{U}{futs}{m}{it}{<->ssub * futs/m/sl}{} +\DeclareFontShape{U}{futs}{sb}{it}{<->ssub * futs/sb/sl}{} +\DeclareFontShape{U}{futs}{b}{it}{<->ssub * futs/sb/it}{} +\DeclareFontShape{U}{futs}{bx}{it}{<->ssub * futs/b/it}{} +\DeclareFontShape{U}{futs}{bx}{n}{<->ssub * futs/b/n}{} +\DeclareFontShape{U}{futs}{bx}{sl}{<->ssub * futs/b/sl}{} + +\endinput -- cgit v1.2.3