From b4fc5f639874db951177ec539299d20908adb654 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 9 Jan 2006 00:44:40 +0000 Subject: doc 4 git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/jknapltx/00readme.txt | 51 ++++++++++++++++ Master/texmf-dist/doc/latex/jknapltx/mathbbol.rme | 71 +++++++++++++++++++++++ Master/texmf-dist/doc/latex/jknapltx/mathrsfs.rme | 40 +++++++++++++ 3 files changed, 162 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/jknapltx/00readme.txt create mode 100644 Master/texmf-dist/doc/latex/jknapltx/mathbbol.rme create mode 100644 Master/texmf-dist/doc/latex/jknapltx/mathrsfs.rme (limited to 'Master/texmf-dist/doc/latex/jknapltx') diff --git a/Master/texmf-dist/doc/latex/jknapltx/00readme.txt b/Master/texmf-dist/doc/latex/jknapltx/00readme.txt new file mode 100644 index 00000000000..8fa9f23a811 --- /dev/null +++ b/Master/texmf-dist/doc/latex/jknapltx/00readme.txt @@ -0,0 +1,51 @@ +This directory contains packages that I have written for LaTeX. All these +packages are supported in the sense, that you can send bug reports to me. + +IMPORTANT NOTICE: All packages are (c) Copyleft J"org Knappen. +They are now all under the GNU public licence version 2. + +Short description of the packages: + +greekctr New counterstyles \greek and \Greek +holtpolt Non-commutative fractions +latin1jk Special variant of latin1 to be used with the inputenc + package which allows verbatim setting of latin1 files +latin2jk Special variant of latin2 to be used with the inputenc + package which allows verbatim setting of latin2 files +latin3jk Latin3 input encoding (esperanto) to be used with the + inputenc package +mathbbol `Mengensymbole' (Blackboard bold, using Alan Jeffrey's + bbold fonts) +mathrsfs Mathematical `Script' letters (as traditionally used in + physics for Lagrangian, Hamiltonian, path integral + measures ...) +parboxx New alignment options for parboxen at top and bottom of + the box +sans Interchanges the roles of sans serif and roman fonts + throughout the document (\sf produces roman) +semtrans Support for special latin letters and diacritics used + in transliteration of semitic languages +smartmn Intelligent hyphen/minus, which guesses whether to render + as hyphen or minus +sgmlcmpt Commands replacing the characters <, >, and & +tccompat A compatibility package for users of the older versions of + the textcomp package +young Young tableaus. If you like this package, you may also like + the youngtab package to be found elsewhere on CTAN + + +Please find the file t4enc.def and the fc fonts in directory +tex-archive/fonts/fc + + +Septembre 2003 + +J"org Knappen, Dieselstra{\ss}e 13, 66123 Saarbr"ucken, Allemagne + +Author of the Book: Schnell ans Ziel mit LaTeX2e, Oldenbourg-Verlag +M"unchen, 1997, ISBN 3-486-24199-0. +Second, extended printing 2003 (in preparation) + +joerg.knappen@uni-mainz.de + +/00readme.txt diff --git a/Master/texmf-dist/doc/latex/jknapltx/mathbbol.rme b/Master/texmf-dist/doc/latex/jknapltx/mathbbol.rme new file mode 100644 index 00000000000..0cd66cc04c3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/jknapltx/mathbbol.rme @@ -0,0 +1,71 @@ +mathbbol.rme + +Readme File for the mathbbol package by J"org Knappen +(c) Copyleft 1995--1999 J"org Knappen under the GNU licence version 2 + + The mathbbol package exploits the bbold-fonts and the stmaryrd-fonts +designed by Alan Jeffrey and Jeremy Gibbons. Many people prefer these fonts +over the AMS \mathbb, because the symbols for the real numbers, complex +numbers, etc. look just right. But the Jeffrey fonts contain more: +blackbord bold digits, lower case letters, greek letters and even punctuation. + + To use this package, just write +\usepackage[cspex,bbgreekl]{mathbbol} +in the preamble of the document. Note that this package has two options. + +-- cspex activates the special extension font, allowing you to say + $\left\Lbrack ... \right\Rbrack$ to get double lined extensible + brackets. + + With Version 2 of the package, the extensions are taken from the + stmaryrd fonts instead of cspex, since the latter fonts are withdrawn + by their author. + +-- bbgreekl activates commands for the lower case blackbord bold greek, + which are just \bbalpha ... \bbomega. + +Without options, the following commands are defined: + +o \mathbb{A} to produce blackbord bold A. All upper and lowercase latin + letters are accessible this way. It overwrites AMS-LaTeX's + \mathbb (and can be overwritten if you load amsfonts after mathbbol) +o \mathbb{0} to produce the blackbord bold digit 0. All digits are + accessible this way +o \mathbb{\Lambda} to produce a blackbord bold Lambda. All uppercase greek + letters are accessible this way. +o \Langle, \Lbrack, \Lparen to produce blackbord bold <, [, ( +o \Rangle, \Rbrack, \Rparen right counterparts of the above +o \Eins to produce blackbord bold digit 1. + + There are more symbols in the font, which aren't defined, because they +are never (really?) needed. + + Please find the bbold and stmary fonts on your nearest CTAN archive in +directory tex-archive/fonts/bbold. + + This package assumes that the Sauter-tools, to be found in +tex-archive/fonts/cm/sauter, are used to generate the fonts at true sizes. + + This package contains 4 files, namely + + mathbbol.rme This readme file + mathbbol.sty The package file + ubbold.fd Font definition file for the bbold fonts + ustmary.fd Font definition file for the stmaryrd fonts + + Conflicts with other packages: + +If amsfonts is loaded together with mathbbol, the later package decides +the shape of the \mathbb letters. + +If amsmath is loaded, \mathbb{} does not work any +more. To work around, save the original definitions of \Gamma etc. before +loading amsmath and restore them afterwards: +\let\savedGamma\Gamma +\usepackage{amsmath} +\let\Gamma\savedGamma + +J"org Knappen, Barbarossaring 43, D-55118 Mainz, Allemagne +Author of the Book: Schnell ans Ziel mit LaTeX2e, Oldenbourg-Verlag +M"unchen, 1997, ISBN 3-486-24199-0. +/mathbbol.rme diff --git a/Master/texmf-dist/doc/latex/jknapltx/mathrsfs.rme b/Master/texmf-dist/doc/latex/jknapltx/mathrsfs.rme new file mode 100644 index 00000000000..458c6b145fc --- /dev/null +++ b/Master/texmf-dist/doc/latex/jknapltx/mathrsfs.rme @@ -0,0 +1,40 @@ +mathrsfs.rme + +Readme File for the mathrsfs package by J"org Knappen +(c) Copyleft 1995, 1996, 1998, 1999 J"org Knappen +Licence: GNU public licence version 2 + + Physicists don't like the appearance of the standard calligraphic fonts +when speaking about Lagrangian density, Hamiltonian density, or the measure +in the path integral. Fortunately, the Ralph Smith Formal Script (rsfs) +fonts provide the desired shapes. The mathrsfs package makes them accesible +via the command \mathscr{ABC}. + + To use this package, just write +\usepackage{mathrsfs} +in the preamble of the document. + + If you don't have the rsfs fonts ready, get the METAFONT sources from +the nearest CTAN archive in directory tex-archive/fonts/rsfs. There are also +PS Type 1 versions by Tako Hoekwater on CTAN. + + This package contains 3 files, namely + mathrsfs.rme This readme file + mathrsfs.sty Package file + ursfs.fd Font definition file +The latter two files need to be in the search path of LaTeX2e. + + This package differs from Vadim V. Zhytnikov's calrsfs package in +several aspects. It does not overwrite the \mathcal command, so that you +have the calligraphic shape still available. I also choose to do some +internal things in a different way. + +J"org Knappen, Barbarossaring 43, D-55118 Mainz, Allemagne +Author of the Book: Schnell ans Ziel mit LaTeX2e, Oldenbourg-Verlag +M"unchen, 1997, ISBN 3-486-24199-0. + +Change history: + +1998/03/24 Added setting of the skewchar to ursfs.fd + +/mathrsfs.rme \ No newline at end of file -- cgit v1.2.3