diff options
author | Norbert Preining <preining@logic.at> | 2006-10-16 22:41:24 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2006-10-16 22:41:24 +0000 |
commit | 01bcc21ef0b9d24777341435c9cd374b8bec277c (patch) | |
tree | 62daf0dd1fdfb2d1082700b96549a15bb113629f | |
parent | f49882695874c86c49858e86a785528bdd0a2358 (diff) |
add begriff to tpm-ctan-check, update it
git-svn-id: svn://tug.org/texlive/trunk@2336 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Build/tools/tpm-ctan-check | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/begriff/README | 12 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/begriff/examples.pdf | bin | 0 -> 51453 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/latex/begriff/begriff.sty | 64 | ||||
-rw-r--r-- | Master/texmf-dist/tpm/begriff.tpm | 7 | ||||
-rw-r--r-- | Master/texmf/lists/begriff | 1 |
6 files changed, 69 insertions, 17 deletions
diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check index def75f7a111..0457884fb62 100755 --- a/Build/tools/tpm-ctan-check +++ b/Build/tools/tpm-ctan-check @@ -15,7 +15,7 @@ my @WorkingTPM = qw( apacite appendix arabtex archaic arcs arev armenian arrayjob arydshln ascii assignment attachfile aurical - babelbib beamer beamer-tut-pt beebe betababel + babelbib beamer beamer-tut-pt beebe begriff betababel bezos bghyphen bibhtml bibleref bigfoot blacklettert1 booklet boxhandler breakurl bussproofs bytefield diff --git a/Master/texmf-dist/doc/latex/begriff/README b/Master/texmf-dist/doc/latex/begriff/README index a45de135705..c694c666a53 100644 --- a/Master/texmf-dist/doc/latex/begriff/README +++ b/Master/texmf-dist/doc/latex/begriff/README @@ -36,8 +36,18 @@ modifying the values of the following lengths: \BGlinewidth - the total width of the diagram +This is version 1.6 (20th May 2005) + +which includes: + +Changes made in October 2004 by Richard Heck <heck@fas.harvard.edu>
+Purpose of changes: To make the format of the formulae closer to how
+they are set in Frege's published works. +
+And some additional changes made by Josh Parsons (May 2005) to fix a problem with linespacing. + The style file is hereby placed under the GNU General Public License. For more information, see: -http://arche-wiki.st-and.ac.uk/~ahwiki/bin/view/Main/BegriffsschriftLaTeX +http://weka.ucdavis.edu/~ahwiki/bin/view/Main/BegriffsschriftLaTeX diff --git a/Master/texmf-dist/doc/latex/begriff/examples.pdf b/Master/texmf-dist/doc/latex/begriff/examples.pdf Binary files differnew file mode 100644 index 00000000000..9301cfc9473 --- /dev/null +++ b/Master/texmf-dist/doc/latex/begriff/examples.pdf diff --git a/Master/texmf-dist/tex/latex/begriff/begriff.sty b/Master/texmf-dist/tex/latex/begriff/begriff.sty index 537907d088a..db4b0c036a9 100644 --- a/Master/texmf-dist/tex/latex/begriff/begriff.sty +++ b/Master/texmf-dist/tex/latex/begriff/begriff.sty @@ -1,4 +1,4 @@ -% begriff.sty - a LaTeX2e package for typesetting begriffsschrift +% begriffHeck.sty - a LaTeX2e package for typesetting begriffsschrift % Copyright (C) 2003 by Josh Parsons <josh@coombs.anu.edu.au> % @@ -17,31 +17,42 @@ % Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, % USA. +% Changes made in October 2004 by Richard Heck <heck@fas.harvard.edu> +% Purpose of changes: To make the format of the formulae closer to how +% they are set in Frege's published works. +% +% Minor changes by Josh Parsons to fix problem with linespacing (May 2005) + %%% identification \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{begriff} %%% initial code +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % thickness of lines \newlength{\BGthickness} \setlength{\BGthickness}{0.4pt} % additional length after a quantifier, conditional, negation, or assertion \newlength{\BGafterlen} -\setlength{\BGafterlen}{7pt} +\setlength{\BGafterlen}{2pt} % additional length before a quantifier, conditional, or negation \newlength{\BGbeforelen} -\setlength{\BGbeforelen}{5pt} +\setlength{\BGbeforelen}{2pt} % space inserted before a formula \newlength{\BGspace} \setlength{\BGspace}{3pt} % total width of diagram +% Heck (10/2004): Due to changes below, this is the total width of the DIAGRAM +% and does not include the width of the terminal formulae. In previous versions, +% it did include them. \newlength{\BGlinewidth} \setlength{\BGlinewidth}{\linewidth} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% options %\DeclareOption{nothanks}{ @@ -53,8 +64,9 @@ %%% package dependencies %%% main code -\typeout{Begriffsschrift: 15 Nov 2003} +\typeout{Begriffsschrift: 20 May 2005} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % variable-sized parenthesis \newcommand{\BGbracket}[1]{% \setbox0=\hbox{\ensuremath{#1}}% @@ -63,6 +75,7 @@ \left(\vbox to \dp0 {\vskip.5\baselineskip\box0\vss}\right)% } +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % generate a terminal node with fill-line to the left \newcommand{\BGterm}[1]{\unskip% \setbox0=\hbox{% @@ -71,13 +84,18 @@ \vrule height \BGthickness width \BGafterlen depth 0pt% \ensuremath{\hskip\BGspace #1}% }% -\addtolength{\BGlinewidth}{-\wd0}% +% Heck (10/2004): Removed the following line, so that the terminal formulae will +% be left-aligned, as in Frege's published works. +%\addtolength{\BGlinewidth}{-\wd0}% \vrule height \BGthickness width \BGlinewidth depth 0pt% \box0% \setlength{\BGlinewidth}{0pt}% } +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % box up some maths and subtract its width from linewidth +% Heck (10/2004): Because of the changes above, this should no longer be needed. +% It remains for compatibility with previous versions. \newcommand{\BGstem}[1]{\unskip% \setbox0=\hbox{% \setlength{\BGlinewidth}{0pt}% @@ -88,12 +106,13 @@ \hskip\BGspace% } +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % generate a conditional \BGconditional{antecedent}{consequent} \newcommand{\BGconditional}[2]{\unskip% \addtolength{\BGlinewidth}{-\BGbeforelen}% \setbox0=\hbox{% \addtolength{\BGlinewidth}{-\BGafterlen}% -\vrule height \baselineskip depth 0pt width 0pt% strut +\vrule height \baselineskip depth 3pt width 0pt% strut \vrule height \BGthickness width \BGafterlen depth 0pt% \ensuremath{\hskip\BGspace #1}% }% @@ -115,6 +134,7 @@ }% } +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % generate an assertion sign \newcommand{\BGassert}[0]{% \addtolength{\BGlinewidth}{-\BGafterlen}% @@ -124,6 +144,7 @@ \hskip \BGspace% } +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % generate a content stroke \newcommand{\BGcontent}[0]{% \addtolength{\BGlinewidth}{-\BGafterlen}% @@ -131,33 +152,52 @@ \hskip \BGspace% } +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % generate a negation \newcommand{\BGnot}[0]{\unskip% \addtolength{\BGlinewidth}{-\BGbeforelen}% \addtolength{\BGlinewidth}{-\BGafterlen}% \vrule width \BGbeforelen height \BGthickness depth 0pt% \kern-\BGthickness% -\vrule width \BGthickness height \BGthickness depth 5pt% +\vrule width \BGthickness height \BGthickness depth 3pt% \vrule depth 0pt height \BGthickness width \BGafterlen% \hskip \BGspace% } +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % generate a universal quantifier \newcommand{\BGquant}[1]{\unskip% \addtolength{\BGlinewidth}{-\BGbeforelen}% -\addtolength{\BGlinewidth}{-10pt}% +\addtolength{\BGlinewidth}{-8pt}% \addtolength{\BGlinewidth}{-\BGafterlen}% \hbox{% \vrule width \BGbeforelen height \BGthickness depth 0pt% \setlength{\unitlength}{1pt}% \kern-\BGthickness% -\begin{picture}(10,0)(0,0)% +\begin{picture}(8,0)(0,0)% \linethickness{\BGthickness}% -\qbezier(0,0)(5,-5)(10,0)% +\qbezier(0,0)(4,-4)(8,0)% \end{picture}% -\kern-10pt% -\vbox{\hbox to 10pt {\hskip1pt\hskip\BGthickness\hss$_{#1}$\hss}\vskip1pt}% +\kern-8pt% +% Heck (10/2004): Added "\mathfrak", since variables are always fraktur over quantifiers +\vbox{\hbox to 8pt {\hskip1pt\hskip\BGthickness\hss$_{\mathfrak{#1}}$\hss}\vskip1pt}% \vrule width \BGafterlen height \BGthickness depth 0pt% }% \hskip\BGspace% } + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Heck (10/2004): Convenience functions +% Heck: What I'd like to do is add another (optional) argument to +% \BGif, so that if it is p, the premise is treated as \BGterm; +% if it is c, the conculsion is; if it is d, both are. But this will +% do for now. +\newcommand{\BGif}[2]{\BGconditional{#1}{#2}} +% Treat premise as a terminal node +\newcommand{\BGifp}[2]{\BGconditional{\BGterm{#1}}{#2}} +% Treat conclusion as a terminal node +\newcommand{\BGifc}[2]{\BGconditional{#1}{\BGterm{#2}}} +% Treat both as terminal nodes +\newcommand{\BGifb}[2]{\BGconditional{\BGterm{#1}}{\BGterm{#2}}} +\newcommand{\BGneg}[0]{\BGnot} +\newcommand{\BGall}[1]{\BGquant{#1}} diff --git a/Master/texmf-dist/tpm/begriff.tpm b/Master/texmf-dist/tpm/begriff.tpm index 771499ba281..62844985a13 100644 --- a/Master/texmf-dist/tpm/begriff.tpm +++ b/Master/texmf-dist/tpm/begriff.tpm @@ -3,7 +3,7 @@ <rdf:Description about="http://texlive.dante.de/texlive/Package/begriff.zip"> <TPM:Name>begriff</TPM:Name> <TPM:Type>Package</TPM:Type> - <TPM:Date>2006/01/09 00:44:40</TPM:Date> + <TPM:Date>2005/05/23 14:44:00</TPM:Date> <TPM:Version></TPM:Version> <TPM:Creator>rahtz</TPM:Creator> <TPM:Title>Typeset Begriffschrift.</TPM:Title> @@ -15,13 +15,14 @@ Begriffschrift. <TPM:Author></TPM:Author> <TPM:Size>27429</TPM:Size> <TPM:Build/> - <TPM:RunFiles size="5743"> + <TPM:RunFiles size="8000"> texmf-dist/tex/latex/begriff/begriff.sty texmf-dist/tpm/begriff.tpm </TPM:RunFiles> - <TPM:DocFiles size="21686"> + <TPM:DocFiles size="73465"> texmf-dist/doc/latex/begriff/COPYING texmf-dist/doc/latex/begriff/README +texmf-dist/doc/latex/begriff/examples.pdf texmf-dist/doc/latex/begriff/examples.tex </TPM:DocFiles> <TPM:Provides>Package/begriff</TPM:Provides> diff --git a/Master/texmf/lists/begriff b/Master/texmf/lists/begriff index 0c1c20104d0..f94d0f784b8 100644 --- a/Master/texmf/lists/begriff +++ b/Master/texmf/lists/begriff @@ -1,5 +1,6 @@ texmf-dist/doc/latex/begriff/COPYING texmf-dist/doc/latex/begriff/README +texmf-dist/doc/latex/begriff/examples.pdf texmf-dist/doc/latex/begriff/examples.tex texmf-dist/tex/latex/begriff/begriff.sty |