diff options
author | Karl Berry <karl@freefriends.org> | 2012-08-26 23:07:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-08-26 23:07:28 +0000 |
commit | d3535e838cefea309221187bb9e62698c0df8c51 (patch) | |
tree | dbee8197e1bfecefe547d53e843f0acff729a3fe /Master/texmf-dist/doc/latex/latex-web-companion/ch3bis | |
parent | 33353453d22fc5877a8ced58c673c7008ce8c00a (diff) |
latex-web-companion non-update
git-svn-id: svn://tug.org/texlive/trunk@27531 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-web-companion/ch3bis')
172 files changed, 0 insertions, 7015 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/Makefile b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/Makefile deleted file mode 100644 index 896b004a5aa..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# Makefile for Example 3 -L2H = $(L2HNEW)/latex2html -link 4 -L2HTOP = $(L2HNEW)/latex2html -split 0 -LTX = latex -EX = ex3 -HTML = .html -TX = .tex -TEXES = $(EX)*$(TX) -TOP = ex30 -BIB = $(EX)bib -TEXTOP = $(TOP)$(TX) -INT = internals.pl -BIBREF = '\#BIBLIO' -# Directories containing the segments -EX30 = ../$(TOP)/$(TOP) -EX31 = ../$(EX)1/$(EX)1 -EX32 = ../$(EX)2/$(EX)2 -EX3b = ../$(TOP)/$(TOP)$(HTML) -# Titles for navigation to the segments -EX30t = Exemple_d\'un_document_segmenté -EX31t = Une_figure_EPS -EX32t = Exemple_d\'un_tableau -EX3bt = Références - -COMMON = -info 0 -split 1 -link 4 -no_auto_link -biblio $(EX3b) -external_file $(TOP) \ - -up_url $(EX30)$(HTML) -up_title $(EX30t) -index $(EX3b) -index_in_navigation -update: $(TOP).ind - make $(TOP)/$(INT) $(EX)2/$(INT) $(EX)1/$(INT); make $(TOP)/$(INT) -fresh: - rm $(EX)*/$(INT) $(TOP).aux; make $(TOP).ind; - make $(TOP)$(HTML) $(EX)2$(HTML) $(EX)1$(HTML); make $(TOP)$(HTML) -$(TOP)$(HTML) : - $(L2HTOP) -down_url $(EX31)$(HTML) -down_title $(EX31t) -biblio $(BIBREF) $(TOP) -$(TOP)/$(INT) : $(TEXTOP) $(BIB)$(TX) $(EX)1/$(INT) $(EX)2/$(INT) - make $(TOP)$(HTML) -$(EX)1$(HTML) : - $(L2H) $(COMMON) -t $(EX31t) -prev_url $(EX30)$(HTML) -prev_title $(EX30t) \ - -down_url $(EX32)$(HTML) -down_title $(EX32t) $(EX)1 -$(EX)1/$(INT) : $(EX)1$(TX) - make $(EX)1$(HTML) -$(EX)2$(HTML) : - $(L2H) $(COMMON) -t $(EX32t) -prev_url $(EX31)$(HTML) -prev_title $(EX31t) \ - -down_url $(EX3b)$(BIBREF) -down_title $(EX3bt) $(EX)2 -$(EX)2/$(INT) : $(EX)2$(TX) - make $(EX)2$(HTML) - -# handle LaTeX/dvips/makeindex etc. -$(TOP).aux: $(TEXES) - make dvi -$(TOP).dvi: - make dvi -dvi: - $(LTX) $(TEXTOP); $(LTX) $(TEXTOP); make $(TOP).ind -$(TOP).ind: $(TOP).aux - makeindex $(TOP).idx; $(LTX) $(TEXTOP); touch $(TOP).ind -ps: - make $(TOP).ps -$(TOP).ps: $(TOP).dvi - dvips $(TOP).dvi -o -clean: - rm *.ps *.dvi *.log *.ilg - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/Makefile.ex2 b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/Makefile.ex2 deleted file mode 100644 index c84db2a0f15..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/Makefile.ex2 +++ /dev/null @@ -1,10 +0,0 @@ -# Makefile for Example 2 -LTX = latex -L2H2 = latex2html -init_file myinit.pl -info "External_links_test" - -ex2 : ex21.aux ex22.aux - $(L2H2) ex2bib ex21 ex22 ex20 -ex21.aux : - $(LTX) ex21.tex -ex22.aux : - $(LTX) ex22.tex diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/Makefile.ex3 b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/Makefile.ex3 deleted file mode 100644 index 896b004a5aa..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/Makefile.ex3 +++ /dev/null @@ -1,62 +0,0 @@ -# Makefile for Example 3 -L2H = $(L2HNEW)/latex2html -link 4 -L2HTOP = $(L2HNEW)/latex2html -split 0 -LTX = latex -EX = ex3 -HTML = .html -TX = .tex -TEXES = $(EX)*$(TX) -TOP = ex30 -BIB = $(EX)bib -TEXTOP = $(TOP)$(TX) -INT = internals.pl -BIBREF = '\#BIBLIO' -# Directories containing the segments -EX30 = ../$(TOP)/$(TOP) -EX31 = ../$(EX)1/$(EX)1 -EX32 = ../$(EX)2/$(EX)2 -EX3b = ../$(TOP)/$(TOP)$(HTML) -# Titles for navigation to the segments -EX30t = Exemple_d\'un_document_segmenté -EX31t = Une_figure_EPS -EX32t = Exemple_d\'un_tableau -EX3bt = Références - -COMMON = -info 0 -split 1 -link 4 -no_auto_link -biblio $(EX3b) -external_file $(TOP) \ - -up_url $(EX30)$(HTML) -up_title $(EX30t) -index $(EX3b) -index_in_navigation -update: $(TOP).ind - make $(TOP)/$(INT) $(EX)2/$(INT) $(EX)1/$(INT); make $(TOP)/$(INT) -fresh: - rm $(EX)*/$(INT) $(TOP).aux; make $(TOP).ind; - make $(TOP)$(HTML) $(EX)2$(HTML) $(EX)1$(HTML); make $(TOP)$(HTML) -$(TOP)$(HTML) : - $(L2HTOP) -down_url $(EX31)$(HTML) -down_title $(EX31t) -biblio $(BIBREF) $(TOP) -$(TOP)/$(INT) : $(TEXTOP) $(BIB)$(TX) $(EX)1/$(INT) $(EX)2/$(INT) - make $(TOP)$(HTML) -$(EX)1$(HTML) : - $(L2H) $(COMMON) -t $(EX31t) -prev_url $(EX30)$(HTML) -prev_title $(EX30t) \ - -down_url $(EX32)$(HTML) -down_title $(EX32t) $(EX)1 -$(EX)1/$(INT) : $(EX)1$(TX) - make $(EX)1$(HTML) -$(EX)2$(HTML) : - $(L2H) $(COMMON) -t $(EX32t) -prev_url $(EX31)$(HTML) -prev_title $(EX31t) \ - -down_url $(EX3b)$(BIBREF) -down_title $(EX3bt) $(EX)2 -$(EX)2/$(INT) : $(EX)2$(TX) - make $(EX)2$(HTML) - -# handle LaTeX/dvips/makeindex etc. -$(TOP).aux: $(TEXES) - make dvi -$(TOP).dvi: - make dvi -dvi: - $(LTX) $(TEXTOP); $(LTX) $(TEXTOP); make $(TOP).ind -$(TOP).ind: $(TOP).aux - makeindex $(TOP).idx; $(LTX) $(TEXTOP); touch $(TOP).ind -ps: - make $(TOP).ps -$(TOP).ps: $(TOP).dvi - dvips $(TOP).dvi -o -clean: - rm *.ps *.dvi *.log *.ilg - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/README.ch3 b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/README.ch3 deleted file mode 100644 index 67eb2b6615a..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/README.ch3 +++ /dev/null @@ -1,37 +0,0 @@ -Source files for examples in Chapter 3 of the LaTeX Web Companion - -File for Section 3.2.1 - -l2hexa.tex Latex source -colorcir.eps EPS file used by several examples -tac2dim.eps " " - -Files for Section 3.3 - -sampleAMS.tex Latex sources -sampleMath.tex " -sampleAMS.css CSS style file for use with sampleAMS - see Section 3.3.4 - (copy into the sampleAMS directory) - -sampleMathImages.tex Special source files for Section 3.3.5 -sampleMathThumb.tex - -Files for Section 3.5.6 - -Makefile.ex2 Makefile for running the example - (rename to Makefile to run) -ex20.tex Latex sources -ex21.tex " -ex22.tex " -ex2bib.tex " -myinit.pl LaTeX2html customization file - -Files for Section 3.5.7.3 - -Makefile.ex3 Makefile for running the example - (rename to Makefile to run) -ex30.tex Latex sources -ex31.tex " -ex32.tex " -ex3bib.tex " diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/colorcir.eps b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/colorcir.eps deleted file mode 100644 index 149d0c170fb..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/colorcir.eps +++ /dev/null @@ -1,109 +0,0 @@ -%! -%%BoundingBox: 19 164 581 636 -0.0 setlinewidth - -/hsvcircle { -gsave - /h 0.0 def - 0 4 360 { - pop - gsave - 0.5 0.0 translate - - newpath - 0.0 0.0 moveto - 0.1 0.0 lineto - 0.1 0.02 lineto - 0.0 0.02 lineto - closepath - h 1.0 1.0 sethsbcolor - fill - - %newpath - %0.0 0.0 moveto - %0.1 0.0 lineto - %0.1 0.02 lineto - %0.0 0.02 lineto - %closepath - %0.0 setgray - %stroke - - grestore - /h h 4 360 div add def - 4 rotate - } for -grestore -} def - -/graycircle { -gsave - /h -1.0 def - 0 4 360 { - pop - gsave - 0.5 0.0 translate - - newpath - 0.0 0.0 moveto - 0.1 0.0 lineto - 0.1 0.02 lineto - 0.0 0.02 lineto - closepath - - h abs setgray - fill - - %newpath - %0.0 0.0 moveto - %0.1 0.0 lineto - %0.1 0.02 lineto - %0.0 0.02 lineto - %closepath - %0.0 setgray - %stroke - grestore - - /h h 8 360 div add def - 4 rotate - } for -grestore -} def - -0.0 setlinewidth -0.0 setgray -300 400 translate -500 500 scale - -30 rotate -1.0 0.7 scale --30 rotate - -hsvcircle -0.8 0.8 scale -graycircle -0.8 0.8 scale -hsvcircle -0.8 0.8 scale -graycircle -0.8 0.8 scale -hsvcircle -0.8 0.8 scale -graycircle -0.8 0.8 scale -hsvcircle -0.8 0.8 scale -graycircle -0.8 0.8 scale -hsvcircle -0.8 0.8 scale -graycircle -0.8 0.8 scale -hsvcircle -0.8 0.8 scale -graycircle -0.8 0.8 scale -hsvcircle -0.8 0.8 scale -graycircle - -showpage diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex20.tex b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex20.tex deleted file mode 100644 index 6ff0504b594..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex20.tex +++ /dev/null @@ -1,25 +0,0 @@ -\documentclass{article} -\usepackage{html} -%begin{latexonly} -\usepackage[T1]{fontenc} -%end{latexonly} -\usepackage[dvips]{graphicx} -\usepackage{francais} -\begin{document} -\begin{center}\Large - Exemple d'un document composé\\ -\end{center} - -\htmladdnormallink{Les Images}{../ex21/ex21.html} - -\externallabels{../ex21}{../ex21/labels.pl} -Référence à une figure externe~\externalref{Fpsfig}. - -\htmladdnormallink{Les tableaux}{../ex22/ex22.html} - -\externallabels{../ex22}{../ex22/labels.pl} -Référence à un tableau externe~\externalref{tab-exa}. - -\htmladdnormallink{La bibliographie}% - {../ex2bib/ex2bib.html} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex21.tex b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex21.tex deleted file mode 100644 index 9b6bc130524..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex21.tex +++ /dev/null @@ -1,27 +0,0 @@ -\documentclass{article} -\usepackage{html} -%begin{latexonly} -\usepackage[T1]{fontenc} -%end{latexonly} -\usepackage[dvips]{graphicx} -\usepackage{francais} -\makeindex -\begin{document} -\section{Une figure EPS} -\label{sec-figure} -Cette section montre comment inclure une figure -\externallabels{../ex2bib}{../ex2bib/labels.pl}% -PostScript\externalref{bibPS} dans un document \LaTeX. -La \hyperref{figure}{figure }{}{Fpsfig} -est insérée dans le texte à l'aide de la commande -\verb!\includegraphics{colorcir}!. -\begin{figure} -\htmlimage{thumbnail=0.4} -\centering - \begin{tabular}{c@{\qquad}c} - \includegraphics[width=3cm]{colorcir} & - \includegraphics[width=3cm]{tac2dim} - \end{tabular} - \caption{Deux images EPS}\label{Fpsfig} -\end{figure} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex22.tex b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex22.tex deleted file mode 100644 index ff97376b120..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex22.tex +++ /dev/null @@ -1,29 +0,0 @@ -\documentclass{article} -\usepackage{html} -%begin{latexonly} -\usepackage[T1]{fontenc} -%end{latexonly} -\usepackage[dvips]{graphicx} -\usepackage{francais} -\newcommand{\Lcs}[1]{\texttt{\symbol{'134}#1}} -\begin{document} -\section{Exemple d'un tableau} -\label{sec-tableau} -Le \hyperref{tableau}{tableau }{}{tab-exa} montre -l'utilisation de l'environnement \texttt{table}. -\begin{table} -\centering - \begin{tabular}{cccccc} - \Lcs{primo} & \primo & \Lcs{secundo} & \secundo & - \Lcs{tertio} & \tertio \\ - \Lcs{quatro} & \quatro& 1\Lcs{ier} & 1\ier & - 1\Lcs{iere} & 1\iere \\ - \Lcs{fprimo)}&\fprimo)& \Lcs{No} 10 & \No 10 & - \Lcs{no} 15 & \no 15 \\ - \Lcs{og} a \Lcs{fg}&\og a \fg&3\Lcs{ieme}&3\ieme & - 10\Lcs{iemes}& 10\iemes - \end{tabular} -\caption{Quelques commandes de l'option - \texttt{french} de \texttt{babel}}\label{tab-exa} -\end{table} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex2bib.tex b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex2bib.tex deleted file mode 100644 index f691e5acfc9..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex2bib.tex +++ /dev/null @@ -1,16 +0,0 @@ -\documentclass{article} -\usepackage{html} -%begin{latexonly} -\usepackage[T1]{fontenc} -%end{latexonly} -\usepackage[dvips]{graphicx} -\usepackage{francais} -\makeindex -\begin{document} -\begin{thebibliography}{99} -\bibitem{bib-PS}\label{bibPS} -Adobe Inc. -\emph{PostScript, manuel de référence (2ième édition)} -InterÉditions (France), 1992 -\end{thebibliography} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30.dvi b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30.dvi Binary files differdeleted file mode 100644 index b0a2ca47330..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30.dvi +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30.tex b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30.tex deleted file mode 100644 index 0b1b755235f..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30.tex +++ /dev/null @@ -1,43 +0,0 @@ -\documentclass{article} -\usepackage[dvips]{graphicx} -\usepackage{francais} -\usepackage{html} -\usepackage{makeidx} -%begin{latexonly} -\usepackage[T1]{fontenc} -%end{latexonly} - -\internal{../ex31/} -\internal[sections]{../ex31/} -%\internal[contents]{../ex31/} -\internal[figure]{../ex31/} -\internal[index]{../ex31/} - -\internal{../ex32/} -\internal[sections]{../ex32/} -%\internal[contents]{../ex32/} -\internal[table]{../ex32/} -\internal[index]{../ex32/} - -\makeindex -\title{Exemple d'un document segmenté} -\author{Ross Moore \& Michel Goossens} - -\begin{document} -\maketitle\htmlrule -\tableofchildlinks\htmlrule -%begin{latexonly} -\tableofcontents -%end{latexonly} -\listoffigures\listoftables\htmlrule - -\segment{ex31}{section}{Une figure EPS} -\endsegment[section] -\html{Référence à figure~\ref{Fpsfig}.} - -\segment{ex32}{section}{Exemple d'un tableau} -\endsegment[section] -\html{Référence à tableau~\ref{tab-exa}.} -\htmlrule \input{ex3bib} -\htmlrule \printindex \htmlrule -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/contents.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/contents.pl deleted file mode 100644 index 314b2567f8f..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/contents.pl +++ /dev/null @@ -1,30 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate contents original text with physical files. - - -$key = q/0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/; -$toc_section_info{$key} = '0%:%'."$dir".q|ex30.html%:%Exemple d'un document segmenté| unless ($toc_section_info{$key}); -$noresave{$key} = "$nosave"; - -$key = q/0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/; -$toc_section_info{$key} = '3%:%'."$dir".q|ex30.html%:%À propos de ce document...%:%<tex2html_star_mark>| unless ($toc_section_info{$key}); -$noresave{$key} = "$nosave"; - -$key = q/0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/; -$toc_section_info{$key} = '3%:%'."$dir".q|ex30.html%:%Liste des figures| unless ($toc_section_info{$key}); -$noresave{$key} = "$nosave"; - -$key = q/0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/; -$toc_section_info{$key} = '3%:%'."$dir".q|ex30.html%:%Liste des tableaux| unless ($toc_section_info{$key}); -$noresave{$key} = "$nosave"; - -$key = q/0 0 0 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/; -$toc_section_info{$key} = '3%:%'."$dir".q|ex30.html%:%Bibliographie| unless ($toc_section_info{$key}); -$noresave{$key} = "$nosave"; - -$key = q/0 0 0 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/; -$toc_section_info{$key} = '3%:%'."$dir".q|ex30.html%:%Index| unless ($toc_section_info{$key}); -$noresave{$key} = "$nosave"; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/ex30.css b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/ex30.css deleted file mode 100644 index 1993b851311..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/ex30.css +++ /dev/null @@ -1,31 +0,0 @@ - -/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */ -.MATH { font-family: "Century Schoolbook", serif; } -.MATH I { font-family: "Century Schoolbook", serif; font-shape: italic } -.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold } - -/* implement both fixed-size and relative sizes */ -SMALL.XTINY { font-size : xx-small } -SMALL.TINY { font-size : x-small } -SMALL.SCRIPTSIZE { font-size : smaller } -SMALL.FOOTNOTESIZE { font-size : small } -SMALL.SMALL { } -BIG.LARGE { } -BIG.XLARGE { font-size : large } -BIG.XXLARGE { font-size : x-large } -BIG.HUGE { font-size : larger } -BIG.XHUGE { font-size : xx-large } - -/* heading styles */ -H1 { } -H2 { } -H3 { } -H4 { } -H5 { } - -/* mathematics styles */ -DIV.displaymath { } /* math displays */ -TD.eqno { } /* equation-number cells */ - - -/* document-specific styles come next */ diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/ex30.html b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/ex30.html deleted file mode 100644 index 5b7110ef179..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/ex30.html +++ /dev/null @@ -1,139 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> - -<!--Converted with LaTeX2HTML 99.1 release (March 30, 1999) -original version by: Nikos Drakos, CBLU, University of Leeds -* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan -* with significant contributions from: - Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -<HTML> -<HEAD> -<TITLE>Exemple d'un document segmenté</TITLE> -<META NAME="description" CONTENT="Exemple d'un document segmenté"> -<META NAME="keywords" CONTENT="ex30"> -<META NAME="resource-type" CONTENT="document"> -<META NAME="distribution" CONTENT="global"> - -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> -<META NAME="Generator" CONTENT="LaTeX2HTML v99.1 release"> -<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> - -<LINK REL="STYLESHEET" HREF="ex30.css"> - -</HEAD> - -<BODY > -<!--Navigation Panel--> -<A NAME="tex2html1" - HREF="../ex31/ex31.html"> -<IMG WIDTH="81" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next_group" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/next_group_motif.gif"></A> -<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/up_motif_gr.gif"> -<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/previous_motif_gr.gif"> -<BR> -<B> suivant:</B> <A NAME="tex2html2" - HREF="../ex31/ex31.html">Une_figure_EPS</A> -<BR><BR> -<!--End of Navigation Panel--> -<H1 ALIGN="CENTER">Exemple d'un document segmenté</H1> -<P ALIGN="CENTER"><STRONG>Ross Moore & Michel Goossens</STRONG></P><BR CLEAR="ALL"> -<HR> -<BR> -<!--Table of Child-Links--> -<A NAME="CHILD_LINKS"></A> - -<UL> -<LI><A NAME="tex2html3" - HREF="ex30.html#SECTION00010000000000000000">Liste des figures</A> -<LI><A NAME="tex2html4" - HREF="ex30.html#SECTION00020000000000000000">Liste des tableaux</A> -<LI><A NAME="tex2html5" - HREF="../ex31/ex31.html">Une figure EPS</A> -<LI><A NAME="tex2html6" - HREF="../ex32/ex32.html">Exemple d'un tableau</A> -<LI><A NAME="tex2html7" - HREF="ex30.html#SECTION00060000000000000000">Bibliographie</A> -<LI><A NAME="tex2html8" - HREF="ex30.html#SECTION00070000000000000000">Index</A> -<LI><A NAME="tex2html9" - HREF="ex30.html#SECTION00080000000000000000">À propos de ce document...</A> -</UL> -<!--End of Table of Child-Links--> - <BR CLEAR="ALL"> -<HR> -<BR> - -<H2><A NAME="SECTION00010000000000000000"> -Liste des figures</A> -</H2><OL><LI><A HREF="../ex31/ex31.html#39">Deux images EPS</A></OL> <BR> - -<H2><A NAME="SECTION00020000000000000000"> -Liste des tableaux</A> -</H2><OL><LI><A HREF="../ex32/ex32.html#52">Quelques commandes de l'option <TT>french</TT> - de <TT>babel</TT></A></OL> <BR CLEAR="ALL"> -<HR> - -<P> -Référence à figure <A HREF="../ex31/ex31.html#Fpsfig">1</A>. - -<P> -Référence à tableau <A HREF="../ex32/ex32.html#tab-exa">1</A>. -<BR CLEAR="ALL"> -<HR> -<H2><A NAME="SECTION00060000000000000000"></A><A NAME="BIBLIO"></A><A NAME="58"></A><BR> -Bibliographie -</H2><DL COMPACT><DD> -<P></P><DT><A NAME="bib-PS">1</A> -<DD> -Adobe Inc. <I>PostScript, manuel de référence - (2ième édition)</I> InterÉditions (France), 1992 -</DL> -<BR CLEAR="ALL"> -<HR><BR> - -<H2><A NAME="SECTION00070000000000000000"> -Index</A> -</H2><DL COMPACT> -<DT><STRONG>figure</STRONG> -<DD><A HREF="../ex31/ex31.html#30">Une figure EPS</A> -<DT><STRONG>PostScript</STRONG> -<DD><A HREF="../ex31/ex31.html#31">Une figure EPS</A> -<DT><STRONG>références</STRONG> -<DD><A HREF="ex30.html#58">Bibliographie</A> -<DT><STRONG>section</STRONG> -<DD><DL COMPACT> -<DT><STRONG>figure</STRONG> -<DD><A HREF="../ex31/ex31.html#24">Une figure EPS</A> -<DT><STRONG>tableau</STRONG> -<DD><A HREF="../ex32/ex32.html#23">Exemple d'un tableau</A> -</DL> -<DT><STRONG>tableau</STRONG> -<DD><A HREF="../ex32/ex32.html#49">Exemple d'un tableau</A> - -</DL><BR CLEAR="ALL"> -<HR> -<H1><A NAME="SECTION00080000000000000000"> -À propos de ce document...</A> -</H1> - <STRONG>Exemple d'un document segmenté</STRONG><P> -This document was generated using the -<A HREF="http://www-dsed.llnl.gov/files/programs/unix/latex2html/manual/"><STRONG>LaTeX</STRONG>2<tt>HTML</tt></A> translator Version 99.1 release (March 30, 1999) -<P> -Copyright © 1993, 1994, 1995, 1996, -<A HREF="http://cbl.leeds.ac.uk/nikos/personal.html">Nikos Drakos</A>, -Computer Based Learning Unit, University of Leeds. -<BR>Copyright © 1997, 1998, 1999, -<A HREF="http://www.maths.mq.edu.au/~ross/">Ross Moore</A>, -Mathematics Department, Macquarie University, Sydney. -<P> -The command line arguments were: <BR> - <STRONG>latex2html</STRONG> <TT>-split 0 -down_url ../ex31/ex31.html -down_title Une_figure_EPS -biblio #BIBLIO ex30</TT> -<P> -The translation was initiated by Michel Goossens on 1999-03-30<BR><HR> -<ADDRESS> -<I>Michel Goossens</I> -<BR><I>1999-03-30</I> -</ADDRESS> -</BODY> -</HTML> diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/index.html b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/index.html deleted file mode 100644 index 5b7110ef179..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/index.html +++ /dev/null @@ -1,139 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> - -<!--Converted with LaTeX2HTML 99.1 release (March 30, 1999) -original version by: Nikos Drakos, CBLU, University of Leeds -* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan -* with significant contributions from: - Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -<HTML> -<HEAD> -<TITLE>Exemple d'un document segmenté</TITLE> -<META NAME="description" CONTENT="Exemple d'un document segmenté"> -<META NAME="keywords" CONTENT="ex30"> -<META NAME="resource-type" CONTENT="document"> -<META NAME="distribution" CONTENT="global"> - -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> -<META NAME="Generator" CONTENT="LaTeX2HTML v99.1 release"> -<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> - -<LINK REL="STYLESHEET" HREF="ex30.css"> - -</HEAD> - -<BODY > -<!--Navigation Panel--> -<A NAME="tex2html1" - HREF="../ex31/ex31.html"> -<IMG WIDTH="81" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next_group" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/next_group_motif.gif"></A> -<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/up_motif_gr.gif"> -<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/previous_motif_gr.gif"> -<BR> -<B> suivant:</B> <A NAME="tex2html2" - HREF="../ex31/ex31.html">Une_figure_EPS</A> -<BR><BR> -<!--End of Navigation Panel--> -<H1 ALIGN="CENTER">Exemple d'un document segmenté</H1> -<P ALIGN="CENTER"><STRONG>Ross Moore & Michel Goossens</STRONG></P><BR CLEAR="ALL"> -<HR> -<BR> -<!--Table of Child-Links--> -<A NAME="CHILD_LINKS"></A> - -<UL> -<LI><A NAME="tex2html3" - HREF="ex30.html#SECTION00010000000000000000">Liste des figures</A> -<LI><A NAME="tex2html4" - HREF="ex30.html#SECTION00020000000000000000">Liste des tableaux</A> -<LI><A NAME="tex2html5" - HREF="../ex31/ex31.html">Une figure EPS</A> -<LI><A NAME="tex2html6" - HREF="../ex32/ex32.html">Exemple d'un tableau</A> -<LI><A NAME="tex2html7" - HREF="ex30.html#SECTION00060000000000000000">Bibliographie</A> -<LI><A NAME="tex2html8" - HREF="ex30.html#SECTION00070000000000000000">Index</A> -<LI><A NAME="tex2html9" - HREF="ex30.html#SECTION00080000000000000000">À propos de ce document...</A> -</UL> -<!--End of Table of Child-Links--> - <BR CLEAR="ALL"> -<HR> -<BR> - -<H2><A NAME="SECTION00010000000000000000"> -Liste des figures</A> -</H2><OL><LI><A HREF="../ex31/ex31.html#39">Deux images EPS</A></OL> <BR> - -<H2><A NAME="SECTION00020000000000000000"> -Liste des tableaux</A> -</H2><OL><LI><A HREF="../ex32/ex32.html#52">Quelques commandes de l'option <TT>french</TT> - de <TT>babel</TT></A></OL> <BR CLEAR="ALL"> -<HR> - -<P> -Référence à figure <A HREF="../ex31/ex31.html#Fpsfig">1</A>. - -<P> -Référence à tableau <A HREF="../ex32/ex32.html#tab-exa">1</A>. -<BR CLEAR="ALL"> -<HR> -<H2><A NAME="SECTION00060000000000000000"></A><A NAME="BIBLIO"></A><A NAME="58"></A><BR> -Bibliographie -</H2><DL COMPACT><DD> -<P></P><DT><A NAME="bib-PS">1</A> -<DD> -Adobe Inc. <I>PostScript, manuel de référence - (2ième édition)</I> InterÉditions (France), 1992 -</DL> -<BR CLEAR="ALL"> -<HR><BR> - -<H2><A NAME="SECTION00070000000000000000"> -Index</A> -</H2><DL COMPACT> -<DT><STRONG>figure</STRONG> -<DD><A HREF="../ex31/ex31.html#30">Une figure EPS</A> -<DT><STRONG>PostScript</STRONG> -<DD><A HREF="../ex31/ex31.html#31">Une figure EPS</A> -<DT><STRONG>références</STRONG> -<DD><A HREF="ex30.html#58">Bibliographie</A> -<DT><STRONG>section</STRONG> -<DD><DL COMPACT> -<DT><STRONG>figure</STRONG> -<DD><A HREF="../ex31/ex31.html#24">Une figure EPS</A> -<DT><STRONG>tableau</STRONG> -<DD><A HREF="../ex32/ex32.html#23">Exemple d'un tableau</A> -</DL> -<DT><STRONG>tableau</STRONG> -<DD><A HREF="../ex32/ex32.html#49">Exemple d'un tableau</A> - -</DL><BR CLEAR="ALL"> -<HR> -<H1><A NAME="SECTION00080000000000000000"> -À propos de ce document...</A> -</H1> - <STRONG>Exemple d'un document segmenté</STRONG><P> -This document was generated using the -<A HREF="http://www-dsed.llnl.gov/files/programs/unix/latex2html/manual/"><STRONG>LaTeX</STRONG>2<tt>HTML</tt></A> translator Version 99.1 release (March 30, 1999) -<P> -Copyright © 1993, 1994, 1995, 1996, -<A HREF="http://cbl.leeds.ac.uk/nikos/personal.html">Nikos Drakos</A>, -Computer Based Learning Unit, University of Leeds. -<BR>Copyright © 1997, 1998, 1999, -<A HREF="http://www.maths.mq.edu.au/~ross/">Ross Moore</A>, -Mathematics Department, Macquarie University, Sydney. -<P> -The command line arguments were: <BR> - <STRONG>latex2html</STRONG> <TT>-split 0 -down_url ../ex31/ex31.html -down_title Une_figure_EPS -biblio #BIBLIO ex30</TT> -<P> -The translation was initiated by Michel Goossens on 1999-03-30<BR><HR> -<ADDRESS> -<I>Michel Goossens</I> -<BR><I>1999-03-30</I> -</ADDRESS> -</BODY> -</HTML> diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/index.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/index.pl deleted file mode 100644 index 406d89c0350..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/index.pl +++ /dev/null @@ -1,23 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate index original text with physical files. - - -$key = q/références/; -$index{$key} .= q|<A HREF="|."$dir".q|ex30.html#58">Bibliographie</A> - \| |; -$noresave{$key} = "$nosave"; - -# LaTeX2HTML 99.1 release (March 30, 1999) -# Printable index-keys from sub_index array. - - -# LaTeX2HTML 99.1 release (March 30, 1999) -# Printable index-keys from printable_key array. - - -$key = q/références/; -$printable_key{$key} = q|références| unless ($printable_key{$key}); -$noresave{$key} = "$nosave"; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/internals.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/internals.pl deleted file mode 100644 index 0074f6991b7..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/internals.pl +++ /dev/null @@ -1,10 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate internals original text with physical files. - - -$key = q/BIBLIO/; -$ref_files{$key} = "$dir".q|ex30.html|; -$noresave{$key} = "$nosave"; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/labels.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/labels.pl deleted file mode 100644 index 2d5f13bbd03..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/labels.pl +++ /dev/null @@ -1,21 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate labels original text with physical files. - - -$key = q/BIBLIO/; -$external_labels{$key} = "$URL/" . q|ex30.html|; -$noresave{$key} = "$nosave"; - -1; - - -# LaTeX2HTML 99.1 release (March 30, 1999) -# labels from external_latex_labels array. - - -$key = q/BIBLIO/; -$external_latex_labels{$key} = q|2|; -$noresave{$key} = "$nosave"; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/sections.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/sections.pl deleted file mode 100644 index d33b319b068..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex30/sections.pl +++ /dev/null @@ -1,36 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate sections original text with physical files. - - -$key = q/0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/; -$section_info{$key} = '0%:%'."$dir".q|ex30.html%:%Exemple d'un document segmenté%:%| unless ($section_info{$key}); -$noresave{$key} = "$nosave"; -$done{"${dir}ex30.html"} = 1; - -$key = q/0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/; -$section_info{$key} = '3%:%'."$dir".q|ex30.html%:%<#137#>Liste des figures<#137#>%:%| unless ($section_info{$key}); -$noresave{$key} = "$nosave"; -$done{"${dir}ex30.html"} = 1; - -$key = q/0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/; -$section_info{$key} = '3%:%'."$dir".q|ex30.html%:%<#138#>Liste des tableaux<#138#>%:%| unless ($section_info{$key}); -$noresave{$key} = "$nosave"; -$done{"${dir}ex30.html"} = 1; - -$key = q/0 0 0 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/; -$section_info{$key} = '3%:%'."$dir".q|ex30.html%:%<#139#>Bibliographie<#139#>%:%| unless ($section_info{$key}); -$noresave{$key} = "$nosave"; -$done{"${dir}ex30.html"} = 1; - -$key = q/0 0 0 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/; -$section_info{$key} = '3%:%'."$dir".q|ex30.html%:%<#141#>Index<#141#>%:%| unless ($section_info{$key}); -$noresave{$key} = "$nosave"; -$done{"${dir}ex30.html"} = 1; - -$key = q/0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/; -$section_info{$key} = '3%:%'."$dir".q|ex30.html%:%À propos de ce document...%:%| unless ($section_info{$key}); -$noresave{$key} = "$nosave"; -$done{"${dir}ex30.html"} = 1; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31.ptr b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31.ptr deleted file mode 100644 index d7266d00c9a..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31.ptr +++ /dev/null @@ -1,9 +0,0 @@ -\setcounter {lpart}{0} -\setcounter {lsection}{4} -\setcounter {lsubsection}{0} -\setcounter {lsubsubsection}{0} -\setcounter {lparagraph}{0} -\setcounter {lsubparagraph}{0} -\setcounter {equation}{0} -\setcounter {footnote}{0} -\htmlhead {section}{Une figure EPS} diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31.tex b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31.tex deleted file mode 100644 index 1f5c97339f3..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31.tex +++ /dev/null @@ -1,27 +0,0 @@ -\begin{htmlonly} -\documentclass{article} -\usepackage{makeidx,html} -\usepackage[T1]{fontenc} -\usepackage[dvips]{graphicx} -\usepackage{francais} -\input ex31.ptr -\end{htmlonly} -\startdocument -\index{section!figure} - -Cette section montre comment inclure une figure -PostScript\cite{bib-PS} dans un document \LaTeX. -La \hyperref{figure}{figure }{}{Fpsfig} -est insérée dans le texte à l'aide de la commande -\verb!\includegraphics{colorcir}!. -\index{figure} -\index{PostScript} -\begin{figure}[h] -\htmlimage{thumbnail=0.4} -\centering - \begin{tabular}{c@{\qquad}c} - \includegraphics[width=3cm]{colorcir} & - \includegraphics[width=3cm]{tac2dim} - \end{tabular} - \caption{Deux images EPS}\label{Fpsfig} -\end{figure} diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/Timg1.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/Timg1.gif Binary files differdeleted file mode 100644 index 1326d4c62cd..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/Timg1.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/WARNINGS b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/WARNINGS deleted file mode 100644 index 4fa64c73914..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/WARNINGS +++ /dev/null @@ -1 +0,0 @@ -No implementation found for style `fontenc' diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/contents.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/contents.pl deleted file mode 100644 index 64825ef5ddb..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/contents.pl +++ /dev/null @@ -1,10 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate contents original text with physical files. - - -$key = q/0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/; -$toc_section_info{$key} = '3%:%'."$dir".q|ex31.html%:%Une figure EPS| unless ($toc_section_info{$key}); -$noresave{$key} = "$nosave"; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/ex31.css b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/ex31.css deleted file mode 100644 index 1993b851311..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/ex31.css +++ /dev/null @@ -1,31 +0,0 @@ - -/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */ -.MATH { font-family: "Century Schoolbook", serif; } -.MATH I { font-family: "Century Schoolbook", serif; font-shape: italic } -.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold } - -/* implement both fixed-size and relative sizes */ -SMALL.XTINY { font-size : xx-small } -SMALL.TINY { font-size : x-small } -SMALL.SCRIPTSIZE { font-size : smaller } -SMALL.FOOTNOTESIZE { font-size : small } -SMALL.SMALL { } -BIG.LARGE { } -BIG.XLARGE { font-size : large } -BIG.XXLARGE { font-size : x-large } -BIG.HUGE { font-size : larger } -BIG.XHUGE { font-size : xx-large } - -/* heading styles */ -H1 { } -H2 { } -H3 { } -H4 { } -H5 { } - -/* mathematics styles */ -DIV.displaymath { } /* math displays */ -TD.eqno { } /* equation-number cells */ - - -/* document-specific styles come next */ diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/ex31.html b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/ex31.html deleted file mode 100644 index b9404537d86..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/ex31.html +++ /dev/null @@ -1,90 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> - -<!--Converted with LaTeX2HTML 99.1 release (March 30, 1999) -original version by: Nikos Drakos, CBLU, University of Leeds -* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan -* with significant contributions from: - Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -<HTML> -<HEAD> -<TITLE>Une figure EPS</TITLE> -<META NAME="description" CONTENT="Une figure EPS"> -<META NAME="keywords" CONTENT="ex31"> -<META NAME="resource-type" CONTENT="document"> -<META NAME="distribution" CONTENT="global"> - -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> -<META NAME="Generator" CONTENT="LaTeX2HTML v99.1 release"> -<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> - -<LINK REL="STYLESHEET" HREF="ex31.css"> - -</HEAD> - -<BODY > -<!--Navigation Panel--> -<A NAME="tex2html12" - HREF="../ex32/ex32.html"> -<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/next_motif.gif"></A> -<A NAME="tex2html8" - HREF="../ex30/ex30.html"> -<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/up_motif.gif"></A> -<A NAME="tex2html2" - HREF="../ex30/ex30.html"> -<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/previous_motif.gif"></A> -<A NAME="tex2html10" - HREF="../ex30/ex30.html"> -<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/index_motif.gif"></A> -<BR> -<B> suivant:</B> <A NAME="tex2html13" - HREF="../ex32/ex32.html">Exemple_d'un_tableau</A> -<B> monter:</B> <A NAME="tex2html9" - HREF="../ex30/ex30.html">Exemple_d'un_document_segmenté</A> -<B> précédent:</B> <A NAME="tex2html3" - HREF="../ex30/ex30.html">Exemple_d'un_document_segmenté</A> -   <B> <A NAME="tex2html11" - HREF="../ex30/ex30.html">Index</A></B> -<BR> -<BR> -<!--End of Navigation Panel--> -<P> -<H2><A NAME="SECTION00040000000000000000"> -Une figure EPS</A> -</H2><A NAME="24"></A> - -<P> -Cette section montre comment inclure une figure -PostScript[<A - HREF="../ex30/ex30.html#bib-PS">1</A>] dans un document L<SUP><SMALL>A</SMALL></SUP>T<SMALL>E</SMALL>X . -La <A HREF="ex31.html#Fpsfig">figure</A> -est insérée dans le texte à l'aide de la commande -<code>\includegraphics{colorcir}</code>. -<A NAME="30"></A> -<A NAME="31"></A> - -<P></P> -<DIV ALIGN="CENTER"><A NAME="Fpsfig"></A><A NAME="39"></A> -<TABLE> -<CAPTION ALIGN="BOTTOM"><STRONG>Figure 1:</STRONG> -Deux images EPS</CAPTION> -<TR><TD><A NAME="figure32" - HREF="img1.gif"><IMG - WIDTH="77" HEIGHT="35" - SRC="Timg1.gif" - ALT="\begin{figure} -\centering \begin{tabular}{c@{\qquad}c} -\includegraphics[width=3cm]{colorcir}& -\includegraphics[width=3cm]{tac2dim} \end{tabular} \end{figure}"></A></TD></TR> -</TABLE> -</DIV><P></P> -<BR><HR> -<ADDRESS> -<I>Michel Goossens</I> -<BR><I>1999-03-30</I> -</ADDRESS> -</BODY> -</HTML> diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/figure.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/figure.pl deleted file mode 100644 index 9d53aec77d7..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/figure.pl +++ /dev/null @@ -1 +0,0 @@ -'<LI><A HREF="'.$dir.'ex31.html#39">Deux images EPS</A>' diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/images.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/images.pl deleted file mode 100644 index c73c4f191be..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/images.pl +++ /dev/null @@ -1,16 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate images original text with physical files. - - -$key = q/{figure}htmlimage{thumbnail=0.4}{centering{tabular{{c@{qquad}c}{includegraphics[]{colorcir}{&{includegraphics[width=3cm]{tac2dim}{tabular{{{{figure};FSF=1.6;AAT/; -$cached_env_img{$key} = q|<A NAME="figure32" - HREF="img1.gif"><IMG - WIDTH="77" HEIGHT="35" - SRC="Timg1.gif" - ALT="\begin{figure} -\centering \begin{tabular}{c@{\qquad}c} -\includegraphics[width=3cm]{colorcir}& -\includegraphics[width=3cm]{tac2dim} \end{tabular} \end{figure}"></A>|; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/images.tex b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/images.tex deleted file mode 100644 index 3d534cab653..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/images.tex +++ /dev/null @@ -1,136 +0,0 @@ -\batchmode -\documentclass{article} - -\usepackage{makeidx,html} -\usepackage[T1]{fontenc} -\usepackage[dvips]{graphicx} -\usepackage{francais} -\setcounter {lpart}{0}\setcounter {lsection}{4}\setcounter {lsubsection}{0}\setcounter {lsubsubsection}{0}\setcounter {lparagraph}{0}\setcounter {lsubparagraph}{0}\setcounter {equation}{0}\setcounter {footnote}{0}\htmlhead {section}{Une figure EPS} -\usepackage[dvips]{color} -\pagecolor[gray]{.7} - - - -\makeatletter - -\makeatletter -\count@=\the\catcode`\_ \catcode`\_=8 -\newenvironment{tex2html_wrap}{}{} \catcode`\_=\count@ -\newcommand{\renewedcommand}[1]{\expandafter\renewcommand\csname #1\endcsname}% -\makeatother -\let\mathon=$ -\let\mathoff=$ -\ifx\AtBeginDocument\undefined \newcommand{\AtBeginDocument}[1]{}\fi -\newbox\sizebox -\setlength{\hoffset}{0pt}\setlength{\voffset}{0pt} -\addtolength{\textheight}{\footskip}\setlength{\footskip}{0pt} -\addtolength{\textheight}{\topmargin}\setlength{\topmargin}{0pt} -\addtolength{\textheight}{\headheight}\setlength{\headheight}{0pt} -\addtolength{\textheight}{\headsep}\setlength{\headsep}{0pt} -\setlength{\textwidth}{349pt} -\newwrite\lthtmlwrite -\makeatletter -\let\realnormalsize=\normalsize -\global\topskip=2sp -\def\preveqno{}\let\real@float=\@float \let\realend@float=\end@float -\def\@float{\let\@savefreelist\@freelist\real@float} -\def\end@float{\realend@float\global\let\@freelist\@savefreelist} -\let\real@dbflt=\@dbflt \let\end@dblfloat=\end@float -\let\@largefloatcheck=\relax -\let\if@boxedmulticols=\iftrue -\def\@dbflt{\let\@savefreelist\@freelist\real@dbflt} -\def\adjustnormalsize{\def\normalsize{\mathsurround=0pt \realnormalsize - \parindent=0pt\abovedisplayskip=0pt\belowdisplayskip=0pt}% - \def\phantompar{\csname par\endcsname}\normalsize}% -\def\lthtmltypeout#1{{\let\protect\string\immediate\write\lthtmlwrite{#1}}}% -\newcommand\lthtmlhboxmathA{\adjustnormalsize\setbox\sizebox=\hbox\bgroup\kern.05em }% -\newcommand\lthtmlhboxmathB{\adjustnormalsize\setbox\sizebox=\hbox to\hsize\bgroup\hfill }% -\newcommand\lthtmlvboxmathA{\adjustnormalsize\setbox\sizebox=\vbox\bgroup % - \let\ifinner=\iffalse }% -\newcommand\lthtmlboxmathZ{\@next\next\@currlist{}{\def\next{\voidb@x}}% - \expandafter\box\next\egroup}% -\newcommand\lthtmlmathtype[1]{\def\lthtmlmathenv{#1}}% -\newcommand\lthtmllogmath{\lthtmltypeout{l2hSize % -:\lthtmlmathenv:\the\ht\sizebox::\the\dp\sizebox::\the\wd\sizebox.\preveqno}}% -\newcommand\lthtmlfigureA[1]{\let\@savefreelist\@freelist - \lthtmlmathtype{#1}\lthtmlvboxmathA}% -\newcommand\lthtmlpictureA[1]{\let\@savefreelist\@freelist - \lthtmlmathtype{#1}\lthtmlhboxmathB}% -\newcommand\lthtmlpictureZ[1]{\hfill\lthtmlfigureZ}% -\newcommand\lthtmlfigureZ{\lthtmlboxmathZ\lthtmllogmath\copy\sizebox - \global\let\@freelist\@savefreelist}% -\newcommand\lthtmldisplayA[1]{\lthtmlmathtype{#1}\lthtmlvboxmathA}% -\newcommand\lthtmldisplayB[1]{\edef\preveqno{(\theequation)}% - \lthtmldisplayA{#1}\let\@eqnnum\relax}% -\newcommand\lthtmldisplayZ{\lthtmlboxmathZ\lthtmllogmath\lthtmlsetmath}% -\newcommand\lthtmlinlinemathA[1]{\lthtmlmathtype{#1}\lthtmlhboxmathA - \vrule height1.5ex width0pt }% -\newcommand\lthtmlinlineA[1]{\lthtmlmathtype{#1}\lthtmlhboxmathA}% -\newcommand\lthtmlinlineZ{\egroup\expandafter\ifdim\dp\sizebox>0pt % - \expandafter\centerinlinemath\fi\lthtmllogmath\lthtmlsetinline} -\newcommand\lthtmlinlinemathZ{\egroup\expandafter\ifdim\dp\sizebox>0pt % - \expandafter\centerinlinemath\fi\lthtmllogmath\lthtmlsetmath} -\newcommand\lthtmlindisplaymathZ{\egroup % - \centerinlinemath\lthtmllogmath\lthtmlsetmath} -\def\lthtmlsetinline{\hbox{\vrule width.1em\kern-.05em\vtop{\vbox{% - \kern.1em\copy\sizebox}\ifdim\dp\sizebox>0pt\kern.1em\else\kern.3pt\fi - \ifdim\hsize>\wd\sizebox \hrule depth1pt\fi}}} -\def\lthtmlsetmath{\hbox{\vrule width.1em\kern-.05em\vtop{\vbox{% - \kern.1em\kern0.8 pt\hbox{\hglue.17em\copy\sizebox\hglue0.8 pt}}\kern.3pt% - \ifdim\dp\sizebox>0pt\kern.1em\fi \kern0.8 pt% - \ifdim\hsize>\wd\sizebox \hrule depth1pt\fi}}} -\def\centerinlinemath{% - \dimen1=\ifdim\ht\sizebox<\dp\sizebox \dp\sizebox\else\ht\sizebox\fi - \advance\dimen1by.5pt \vrule width0pt height\dimen1 depth\dimen1 - \dp\sizebox=\dimen1\ht\sizebox=\dimen1\relax} - -\def\lthtmlcheckvsize{\ifdim\ht\sizebox<\vsize - \ifdim\wd\sizebox<\hsize\expandafter\hfill\fi \expandafter\vfill - \else\expandafter\vss\fi}% -\providecommand{\selectlanguage}[1]{}% -\makeatletter \tracingstats = 1 - - -\begin{document} -\pagestyle{empty}\thispagestyle{empty}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength hsize=\the\hsize}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength vsize=\the\vsize}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength hoffset=\the\hoffset}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength voffset=\the\voffset}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength topmargin=\the\topmargin}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength topskip=\the\topskip}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength headheight=\the\headheight}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength headsep=\the\headsep}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength parskip=\the\parskip}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength oddsidemargin=\the\oddsidemargin}\lthtmltypeout{}% -\makeatletter -\if@twoside\lthtmltypeout{latex2htmlLength evensidemargin=\the\evensidemargin}% -\else\lthtmltypeout{latex2htmlLength evensidemargin=\the\oddsidemargin}\fi% -\lthtmltypeout{}% -\makeatother -\setcounter{page}{1} -\onecolumn - -% !!! IMAGES START HERE !!! - -\setcounter{part}{0} -\setcounter{section}{4} -\setcounter{subsection}{0} -\setcounter{subsubsection}{0} -\setcounter{paragraph}{0} -\setcounter{subparagraph}{0} -\setcounter{equation}{0} -\setcounter{footnote}{0} -{\newpage\clearpage -\lthtmlfigureA{figure32}% -\begin{figure} -\htmlimage{thumbnail=0.4} -\centering \begin{tabular}{c@{\qquad}c} - \includegraphics[width=3cm]{colorcir}& - \includegraphics[width=3cm]{tac2dim} \end{tabular} - \end{figure}% -\lthtmlfigureZ -\lthtmlcheckvsize\clearpage} - - -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/img1.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/img1.gif Binary files differdeleted file mode 100644 index 224cf5785c7..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/img1.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/index.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/index.pl deleted file mode 100644 index 800c5e8a9a1..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/index.pl +++ /dev/null @@ -1,49 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate index original text with physical files. - - -$key = q/sectionfigure/; -$index{$key} .= q|<A HREF="|."$dir".q|ex31.html#24">Une figure EPS</A> - \| |; -$noresave{$key} = "$nosave"; - -$key = q/figure/; -$index{$key} .= q|<A HREF="|."$dir".q|ex31.html#30">Une figure EPS</A> - \| |; -$noresave{$key} = "$nosave"; - -$key = q/postscript/; -$index{$key} .= q|<A HREF="|."$dir".q|ex31.html#31">Une figure EPS</A> - \| |; -$noresave{$key} = "$nosave"; - -# LaTeX2HTML 99.1 release (March 30, 1999) -# Printable index-keys from sub_index array. - - -$key = q/section/; -$sub_index{$key} .= q|sectionfigure|; -$noresave{$key} = "$nosave"; - -# LaTeX2HTML 99.1 release (March 30, 1999) -# Printable index-keys from printable_key array. - - -$key = q/sectionfigure/; -$printable_key{$key} = q|figure| unless ($printable_key{$key}); -$noresave{$key} = "$nosave"; - -$key = q/figure/; -$printable_key{$key} = q|figure| unless ($printable_key{$key}); -$noresave{$key} = "$nosave"; - -$key = q/postscript/; -$printable_key{$key} = q|PostScript| unless ($printable_key{$key}); -$noresave{$key} = "$nosave"; - -$key = q/section/; -$printable_key{$key} = q|section| unless ($printable_key{$key}); -$noresave{$key} = "$nosave"; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/internals.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/internals.pl deleted file mode 100644 index e3a9dff2e90..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/internals.pl +++ /dev/null @@ -1,14 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate internals original text with physical files. - - -$key = q/cite_bib-PS/; -$ref_files{$key} = "$dir".q|../ex30/ex30.html|; -$noresave{$key} = "$nosave"; - -$key = q/Fpsfig/; -$ref_files{$key} = "$dir".q|ex31.html|; -$noresave{$key} = "$nosave"; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/labels.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/labels.pl deleted file mode 100644 index 2c0c67b85fe..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/labels.pl +++ /dev/null @@ -1,33 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate labels original text with physical files. - - -$key = q/cite_bib-PS/; -$external_labels{$key} = "$URL/" . q|../ex30/ex30.html|; -$noresave{$key} = "$nosave"; - -$key = q/Fpsfig/; -$external_labels{$key} = "$URL/" . q|ex31.html|; -$noresave{$key} = "$nosave"; - -1; - - -# LaTeX2HTML 99.1 release (March 30, 1999) -# labels from external_latex_labels array. - - -$key = q/BIBLIO/; -$external_latex_labels{$key} = q|2|; -$noresave{$key} = "$nosave"; - -$key = q/tab-exa/; -$external_latex_labels{$key} = q|1|; -$noresave{$key} = "$nosave"; - -$key = q/Fpsfig/; -$external_latex_labels{$key} = q|1|; -$noresave{$key} = "$nosave"; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/sections.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/sections.pl deleted file mode 100644 index 61916f95c0a..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex31/sections.pl +++ /dev/null @@ -1,11 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate sections original text with physical files. - - -$key = q/0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/; -$section_info{$key} = '3%:%'."$dir".q|ex31.html%:%Une figure EPS%:%| unless ($section_info{$key}); -$noresave{$key} = "$nosave"; -$done{"${dir}ex31.html"} = 1; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32.ptr b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32.ptr deleted file mode 100644 index fd7cd38344c..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32.ptr +++ /dev/null @@ -1,9 +0,0 @@ -\setcounter {lpart}{0} -\setcounter {lsection}{5} -\setcounter {lsubsection}{0} -\setcounter {lsubsubsection}{0} -\setcounter {lparagraph}{0} -\setcounter {lsubparagraph}{0} -\setcounter {equation}{0} -\setcounter {footnote}{0} -\htmlhead {section}{Exemple d'un tableau} diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32.tex b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32.tex deleted file mode 100644 index 293d66f4650..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32.tex +++ /dev/null @@ -1,27 +0,0 @@ -\begin{htmlonly} -\usepackage{makeidx,html} -\usepackage{francais} -\input ex32.ptr -\end{htmlonly} -\newcommand{\Lcs}[1]{\texttt{\symbol{'134}#1}} -\startdocument -\index{section!tableau} - -Le \hyperref{tableau}{tableau }{}{tab-exa} -montre l'utilisation de l'environnement \texttt{table}. -\begin{table}[h] -\centering - \begin{tabular}{cccccc} - \Lcs{primo} & \primo & \Lcs{secundo} & \secundo - & \Lcs{tertio} & \tertio \\ - \Lcs{quatro} & \quatro& 1\Lcs{ier} & 1\ier - & 1\Lcs{iere} & 1\iere \\ - \Lcs{fprimo)}&\fprimo)& \Lcs{No} 10 & \No 10 - & \Lcs{no} 15 & \no 15 \\ - \Lcs{og} a \Lcs{fg}&\og a \fg&3\Lcs{ieme}&3\ieme - & 10\Lcs{iemes}& 10\iemes - \end{tabular} -\caption{Quelques commandes de l'option \texttt{french} - de \texttt{babel}}\label{tab-exa} -\index{tableau} -\end{table} diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/contents.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/contents.pl deleted file mode 100644 index 38110d910b2..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/contents.pl +++ /dev/null @@ -1,10 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate contents original text with physical files. - - -$key = q/0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/; -$toc_section_info{$key} = '3%:%'."$dir".q|ex32.html%:%Exemple d'un tableau| unless ($toc_section_info{$key}); -$noresave{$key} = "$nosave"; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/ex32.css b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/ex32.css deleted file mode 100644 index 1993b851311..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/ex32.css +++ /dev/null @@ -1,31 +0,0 @@ - -/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */ -.MATH { font-family: "Century Schoolbook", serif; } -.MATH I { font-family: "Century Schoolbook", serif; font-shape: italic } -.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold } - -/* implement both fixed-size and relative sizes */ -SMALL.XTINY { font-size : xx-small } -SMALL.TINY { font-size : x-small } -SMALL.SCRIPTSIZE { font-size : smaller } -SMALL.FOOTNOTESIZE { font-size : small } -SMALL.SMALL { } -BIG.LARGE { } -BIG.XLARGE { font-size : large } -BIG.XXLARGE { font-size : x-large } -BIG.HUGE { font-size : larger } -BIG.XHUGE { font-size : xx-large } - -/* heading styles */ -H1 { } -H2 { } -H3 { } -H4 { } -H5 { } - -/* mathematics styles */ -DIV.displaymath { } /* math displays */ -TD.eqno { } /* equation-number cells */ - - -/* document-specific styles come next */ diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/ex32.html b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/ex32.html deleted file mode 100644 index 6b7c6815f82..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/ex32.html +++ /dev/null @@ -1,111 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> - -<!--Converted with LaTeX2HTML 99.1 release (March 30, 1999) -original version by: Nikos Drakos, CBLU, University of Leeds -* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan -* with significant contributions from: - Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -<HTML> -<HEAD> -<TITLE>Exemple d'un tableau</TITLE> -<META NAME="description" CONTENT="Exemple d'un tableau"> -<META NAME="keywords" CONTENT="ex32"> -<META NAME="resource-type" CONTENT="document"> -<META NAME="distribution" CONTENT="global"> - -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> -<META NAME="Generator" CONTENT="LaTeX2HTML v99.1 release"> -<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> - -<LINK REL="STYLESHEET" HREF="ex32.css"> - -</HEAD> - -<BODY > -<!--Navigation Panel--> -<A NAME="tex2html12" - HREF="../ex30/ex30.html#BIBLIO"> -<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/next_motif.gif"></A> -<A NAME="tex2html8" - HREF="../ex30/ex30.html"> -<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/up_motif.gif"></A> -<A NAME="tex2html2" - HREF="../ex31/ex31.html"> -<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/previous_motif.gif"></A> -<A NAME="tex2html10" - HREF="../ex30/ex30.html"> -<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/index_motif.gif"></A> -<BR> -<B> suivant:</B> <A NAME="tex2html13" - HREF="../ex30/ex30.html#BIBLIO">Références</A> -<B> monter:</B> <A NAME="tex2html9" - HREF="../ex30/ex30.html">Exemple_d'un_document_segmenté</A> -<B> précédent:</B> <A NAME="tex2html3" - HREF="../ex31/ex31.html">Une_figure_EPS</A> -   <B> <A NAME="tex2html11" - HREF="../ex30/ex30.html">Index</A></B> -<BR> -<BR> -<!--End of Navigation Panel--> -<P> -<H2><A NAME="SECTION00050000000000000000"> -Exemple d'un tableau</A> -</H2> -<A NAME="23"></A> - -<P> -Le <A HREF="ex32.html#tab-exa">tableau</A> -montre l'utilisation de l'environnement <TT>table</TT>. -<BR><P></P> -<DIV ALIGN="CENTER"><A NAME="52"></A> -<TABLE> -<CAPTION><STRONG>Tableau 1:</STRONG> -Quelques commandes de l'option <TT>french</TT> - de <TT>babel</TT></CAPTION> -<TR><TD> -<DIV ALIGN="CENTER"> <TABLE CELLPADDING=3> -<TR><TD ALIGN="CENTER"><TT>\primo</TT></TD> -<TD ALIGN="CENTER">1<SUP>o</SUP></TD> -<TD ALIGN="CENTER"><TT>\secundo</TT></TD> -<TD ALIGN="CENTER">2<SUP>o</SUP></TD> -<TD ALIGN="CENTER"><TT>\tertio</TT></TD> -<TD ALIGN="CENTER">3<SUP>o</SUP></TD> -</TR> -<TR><TD ALIGN="CENTER"><TT>\quatro</TT></TD> -<TD ALIGN="CENTER">4<SUP>o</SUP></TD> -<TD ALIGN="CENTER">1<TT>\ier</TT></TD> -<TD ALIGN="CENTER">1<SUP>er</SUP></TD> -<TD ALIGN="CENTER">1<TT>\iere</TT></TD> -<TD ALIGN="CENTER">1<SUP>re</SUP></TD> -</TR> -<TR><TD ALIGN="CENTER"><TT>\fprimo)</TT></TD> -<TD ALIGN="CENTER">1<SUP>o</SUP>)</TD> -<TD ALIGN="CENTER"><TT>\No</TT> 10</TD> -<TD ALIGN="CENTER">N<SUP>o</SUP>10</TD> -<TD ALIGN="CENTER"><TT>\no</TT> 15</TD> -<TD ALIGN="CENTER">n<SUP>o</SUP>15</TD> -</TR> -<TR><TD ALIGN="CENTER"><TT>\og</TT> a <TT>\fg</TT></TD> -<TD ALIGN="CENTER">«a »</TD> -<TD ALIGN="CENTER">3<TT>\ieme</TT></TD> -<TD ALIGN="CENTER">3<SUP>e</SUP></TD> -<TD ALIGN="CENTER">10<TT>\iemes</TT></TD> -<TD ALIGN="CENTER">10<SUP>es</SUP></TD> -</TR> -</TABLE> -<A NAME="tab-exa"></A><A NAME="49"></A> -</DIV></TD></TR> -</TABLE> -</DIV><P></P> -<BR> -<BR><HR> -<ADDRESS> -<I>Michel Goossens</I> -<BR><I>1999-03-30</I> -</ADDRESS> -</BODY> -</HTML> diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/index.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/index.pl deleted file mode 100644 index 9b32933d9ff..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/index.pl +++ /dev/null @@ -1,40 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate index original text with physical files. - - -$key = q/sectiontableau/; -$index{$key} .= q|<A HREF="|."$dir".q|ex32.html#23">Exemple d'un tableau</A> - \| |; -$noresave{$key} = "$nosave"; - -$key = q/tableau/; -$index{$key} .= q|<A HREF="|."$dir".q|ex32.html#49">Exemple d'un tableau</A> - \| |; -$noresave{$key} = "$nosave"; - -# LaTeX2HTML 99.1 release (March 30, 1999) -# Printable index-keys from sub_index array. - - -$key = q/section/; -$sub_index{$key} .= q|sectiontableau|; -$noresave{$key} = "$nosave"; - -# LaTeX2HTML 99.1 release (March 30, 1999) -# Printable index-keys from printable_key array. - - -$key = q/sectiontableau/; -$printable_key{$key} = q|tableau| unless ($printable_key{$key}); -$noresave{$key} = "$nosave"; - -$key = q/section/; -$printable_key{$key} = q|section| unless ($printable_key{$key}); -$noresave{$key} = "$nosave"; - -$key = q/tableau/; -$printable_key{$key} = q|tableau| unless ($printable_key{$key}); -$noresave{$key} = "$nosave"; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/internals.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/internals.pl deleted file mode 100644 index 0c2e1c5a4ee..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/internals.pl +++ /dev/null @@ -1,10 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate internals original text with physical files. - - -$key = q/tab-exa/; -$ref_files{$key} = "$dir".q|ex32.html|; -$noresave{$key} = "$nosave"; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/labels.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/labels.pl deleted file mode 100644 index 33b8d26526d..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/labels.pl +++ /dev/null @@ -1,29 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate labels original text with physical files. - - -$key = q/tab-exa/; -$external_labels{$key} = "$URL/" . q|ex32.html|; -$noresave{$key} = "$nosave"; - -1; - - -# LaTeX2HTML 99.1 release (March 30, 1999) -# labels from external_latex_labels array. - - -$key = q/BIBLIO/; -$external_latex_labels{$key} = q|2|; -$noresave{$key} = "$nosave"; - -$key = q/tab-exa/; -$external_latex_labels{$key} = q|1|; -$noresave{$key} = "$nosave"; - -$key = q/Fpsfig/; -$external_latex_labels{$key} = q|1|; -$noresave{$key} = "$nosave"; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/sections.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/sections.pl deleted file mode 100644 index 300a790077a..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/sections.pl +++ /dev/null @@ -1,11 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate sections original text with physical files. - - -$key = q/0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/; -$section_info{$key} = '3%:%'."$dir".q|ex32.html%:%Exemple d'un tableau%:%| unless ($section_info{$key}); -$noresave{$key} = "$nosave"; -$done{"${dir}ex32.html"} = 1; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/table.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/table.pl deleted file mode 100644 index a9598937fb0..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex32/table.pl +++ /dev/null @@ -1,2 +0,0 @@ -'<LI><A HREF="'.$dir.'ex32.html#52">Quelques commandes de l\'option <TT>french</TT> - de <TT>babel</TT></A>' diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex3bib.tex b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex3bib.tex deleted file mode 100644 index 12e197babf2..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/ex3bib.tex +++ /dev/null @@ -1,6 +0,0 @@ -\begin{thebibliography}{99} -\label{BIBLIO}\index{références} -\bibitem{bib-PS} -Adobe Inc. \emph{PostScript, manuel de référence - (2ième édition)} InterÉditions (France), 1992 -\end{thebibliography} diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa.dvi b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa.dvi Binary files differdeleted file mode 100644 index e2d87ea688c..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa.dvi +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa.tex b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa.tex deleted file mode 100644 index 817ffbe7f1d..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa.tex +++ /dev/null @@ -1,62 +0,0 @@ -\documentclass{article} -\usepackage{graphicx} -\usepackage{francais} -\usepackage{makeidx} -\newcommand{\Lcs}[1]{\texttt{\symbol{'134}#1}} -\makeindex -\title{Exemple d'un article en fran\c{c}ais} -\author{Michel Goossens} -\begin{document} -\maketitle -\tableofcontents -\listoffigures -\listoftables -\section{Une figure EPS} -\index{section} -Cette section montre comment inclure une figure PostScript\cite{bib-PS} -dans un document \LaTeX. La figure~\ref{Fpsfig} -est ins\'er\'ee dans le texte \`a l'aide de la commande - \verb!\includegraphics{colorcir.eps}!. -\index{figure} -\index{PostScript} -\begin{figure} - \begin{center} - \begin{tabular}{c@{\qquad}c} - \includegraphics[width=3cm]{colorcir} & - \includegraphics[width=3cm]{tac2dim} - \end{tabular} - \end{center} - \caption{Deux images EPS} - \label{Fpsfig} -\end{figure} - -\section{Exemple d'un tableau} - -Le tableau~\ref{tab:exa} \`a la page \pageref{tab:exa} -montre l'utilisation de l'environnement \texttt{table}. - -\begin{table} - \begin{center} - \begin{tabular}{cccccc} - \Lcs{primo} & \primo & \Lcs{secundo} & \secundo & \Lcs{tertio} & \tertio \\ - \Lcs{quatro} & \quatro& 1\Lcs{ier} & 1\ier & 1\Lcs{iere} & 1\iere \\ - \Lcs{fprimo)}&\fprimo)& \Lcs{No} 10 & \No 10 & \Lcs{no} 15 & \no 15 \\ - \Lcs{og} a \Lcs{fg}&\og a \fg&3\Lcs{ieme}&3\ieme & 10\Lcs{iemes}& 10\iemes - \end{tabular} - \end{center} - \caption{Quelques commandes de l'option \texttt{francais} de \texttt{babel}} - \label{tab:exa} - \index{tableau} -\end{table} - -\begin{thebibliography}{99} -\index{r\'ef\'erences} -\bibitem{bib-PS} -Adobe Inc. -\emph{PostScript, manuel de r\'ef\'erence (2\ieme \'edition)} -Inter\'Editions (France), 1992 -\end{thebibliography} -\printindex -\index{index} -\end{document} -% End of document. diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/images.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/images.pl deleted file mode 100644 index 5b93bd63d0a..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/images.pl +++ /dev/null @@ -1,18 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate images original text with physical files. - - -$key = q/includegraphics[width=3cm]{tac2dim};AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="139" HEIGHT="133" ALIGN="BOTTOM" BORDER="0" - SRC="img2.gif" - ALT="\includegraphics [width=3cm]{tac2dim}">|; - -$key = q/includegraphics[width=3cm]{colorcir};AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="136" HEIGHT="114" ALIGN="BOTTOM" BORDER="0" - SRC="img1.gif" - ALT="\includegraphics [width=3cm]{colorcir}">|; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/images.tex b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/images.tex deleted file mode 100644 index e02d4a8d173..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/images.tex +++ /dev/null @@ -1,132 +0,0 @@ -\batchmode -\documentclass{article} - -\usepackage{graphicx} -\usepackage{francais} -\usepackage{makeidx}% -\providecommand{\Lcs}[1]{\texttt{\symbol{'134}#1}}\makeindex -\title{Exemple d'un article en fran\c{c}ais} -\author {Michel Goossens} -\usepackage[dvips]{color} -\pagecolor[gray]{.7} - - - -\makeatletter - -\makeatletter -\count@=\the\catcode`\_ \catcode`\_=8 -\newenvironment{tex2html_wrap}{}{} \catcode`\_=\count@ -\newcommand{\renewedcommand}[1]{\expandafter\renewcommand\csname #1\endcsname}% -\makeatother -\let\mathon=$ -\let\mathoff=$ -\ifx\AtBeginDocument\undefined \newcommand{\AtBeginDocument}[1]{}\fi -\newbox\sizebox -\setlength{\hoffset}{0pt}\setlength{\voffset}{0pt} -\addtolength{\textheight}{\footskip}\setlength{\footskip}{0pt} -\addtolength{\textheight}{\topmargin}\setlength{\topmargin}{0pt} -\addtolength{\textheight}{\headheight}\setlength{\headheight}{0pt} -\addtolength{\textheight}{\headsep}\setlength{\headsep}{0pt} -\setlength{\textwidth}{349pt} -\newwrite\lthtmlwrite -\makeatletter -\let\realnormalsize=\normalsize -\global\topskip=2sp -\def\preveqno{}\let\real@float=\@float \let\realend@float=\end@float -\def\@float{\let\@savefreelist\@freelist\real@float} -\def\end@float{\realend@float\global\let\@freelist\@savefreelist} -\let\real@dbflt=\@dbflt \let\end@dblfloat=\end@float -\let\@largefloatcheck=\relax -\let\if@boxedmulticols=\iftrue -\def\@dbflt{\let\@savefreelist\@freelist\real@dbflt} -\def\adjustnormalsize{\def\normalsize{\mathsurround=0pt \realnormalsize - \parindent=0pt\abovedisplayskip=0pt\belowdisplayskip=0pt}% - \def\phantompar{\csname par\endcsname}\normalsize}% -\def\lthtmltypeout#1{{\let\protect\string\immediate\write\lthtmlwrite{#1}}}% -\newcommand\lthtmlhboxmathA{\adjustnormalsize\setbox\sizebox=\hbox\bgroup\kern.05em }% -\newcommand\lthtmlhboxmathB{\adjustnormalsize\setbox\sizebox=\hbox to\hsize\bgroup\hfill }% -\newcommand\lthtmlvboxmathA{\adjustnormalsize\setbox\sizebox=\vbox\bgroup % - \let\ifinner=\iffalse }% -\newcommand\lthtmlboxmathZ{\@next\next\@currlist{}{\def\next{\voidb@x}}% - \expandafter\box\next\egroup}% -\newcommand\lthtmlmathtype[1]{\def\lthtmlmathenv{#1}}% -\newcommand\lthtmllogmath{\lthtmltypeout{l2hSize % -:\lthtmlmathenv:\the\ht\sizebox::\the\dp\sizebox::\the\wd\sizebox.\preveqno}}% -\newcommand\lthtmlfigureA[1]{\let\@savefreelist\@freelist - \lthtmlmathtype{#1}\lthtmlvboxmathA}% -\newcommand\lthtmlpictureA[1]{\let\@savefreelist\@freelist - \lthtmlmathtype{#1}\lthtmlhboxmathB}% -\newcommand\lthtmlpictureZ[1]{\hfill\lthtmlfigureZ}% -\newcommand\lthtmlfigureZ{\lthtmlboxmathZ\lthtmllogmath\copy\sizebox - \global\let\@freelist\@savefreelist}% -\newcommand\lthtmldisplayA[1]{\lthtmlmathtype{#1}\lthtmlvboxmathA}% -\newcommand\lthtmldisplayB[1]{\edef\preveqno{(\theequation)}% - \lthtmldisplayA{#1}\let\@eqnnum\relax}% -\newcommand\lthtmldisplayZ{\lthtmlboxmathZ\lthtmllogmath\lthtmlsetmath}% -\newcommand\lthtmlinlinemathA[1]{\lthtmlmathtype{#1}\lthtmlhboxmathA - \vrule height1.5ex width0pt }% -\newcommand\lthtmlinlineA[1]{\lthtmlmathtype{#1}\lthtmlhboxmathA}% -\newcommand\lthtmlinlineZ{\egroup\expandafter\ifdim\dp\sizebox>0pt % - \expandafter\centerinlinemath\fi\lthtmllogmath\lthtmlsetinline} -\newcommand\lthtmlinlinemathZ{\egroup\expandafter\ifdim\dp\sizebox>0pt % - \expandafter\centerinlinemath\fi\lthtmllogmath\lthtmlsetmath} -\newcommand\lthtmlindisplaymathZ{\egroup % - \centerinlinemath\lthtmllogmath\lthtmlsetmath} -\def\lthtmlsetinline{\hbox{\vrule width.1em\kern-.05em\vtop{\vbox{% - \kern.1em\copy\sizebox}\ifdim\dp\sizebox>0pt\kern.1em\else\kern.3pt\fi - \ifdim\hsize>\wd\sizebox \hrule depth1pt\fi}}} -\def\lthtmlsetmath{\hbox{\vrule width.1em\kern-.05em\vtop{\vbox{% - \kern.1em\kern0.8 pt\hbox{\hglue.17em\copy\sizebox\hglue0.8 pt}}\kern.3pt% - \ifdim\dp\sizebox>0pt\kern.1em\fi \kern0.8 pt% - \ifdim\hsize>\wd\sizebox \hrule depth1pt\fi}}} -\def\centerinlinemath{% - \dimen1=\ifdim\ht\sizebox<\dp\sizebox \dp\sizebox\else\ht\sizebox\fi - \advance\dimen1by.5pt \vrule width0pt height\dimen1 depth\dimen1 - \dp\sizebox=\dimen1\ht\sizebox=\dimen1\relax} - -\def\lthtmlcheckvsize{\ifdim\ht\sizebox<\vsize - \ifdim\wd\sizebox<\hsize\expandafter\hfill\fi \expandafter\vfill - \else\expandafter\vss\fi}% -\providecommand{\selectlanguage}[1]{}% -\makeatletter \tracingstats = 1 - - -\begin{document} -\pagestyle{empty}\thispagestyle{empty}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength hsize=\the\hsize}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength vsize=\the\vsize}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength hoffset=\the\hoffset}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength voffset=\the\voffset}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength topmargin=\the\topmargin}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength topskip=\the\topskip}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength headheight=\the\headheight}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength headsep=\the\headsep}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength parskip=\the\parskip}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength oddsidemargin=\the\oddsidemargin}\lthtmltypeout{}% -\makeatletter -\if@twoside\lthtmltypeout{latex2htmlLength evensidemargin=\the\evensidemargin}% -\else\lthtmltypeout{latex2htmlLength evensidemargin=\the\oddsidemargin}\fi% -\lthtmltypeout{}% -\makeatother -\setcounter{page}{1} -\onecolumn - -% !!! IMAGES START HERE !!! - -\stepcounter{section} -{\newpage\clearpage -\lthtmlpictureA{tex2html_wrap106}% -\includegraphics [width=3cm]{colorcir}% -\lthtmlpictureZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlpictureA{tex2html_wrap108}% -\includegraphics [width=3cm]{tac2dim}% -\lthtmlpictureZ -\lthtmlcheckvsize\clearpage} - -\stepcounter{section} - -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/img1.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/img1.gif Binary files differdeleted file mode 100644 index 4f4addd2785..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/img1.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/img2.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/img2.gif Binary files differdeleted file mode 100644 index 7b9dcaf127d..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/img2.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/index.html b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/index.html deleted file mode 100644 index f03e4818bce..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/index.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> - -<!--Converted with LaTeX2HTML 99.1 release (March 30, 1999) -original version by: Nikos Drakos, CBLU, University of Leeds -* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan -* with significant contributions from: - Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -<HTML> -<HEAD> -<TITLE>Exemple d'un article en français</TITLE> -<META NAME="description" CONTENT="Exemple d'un article en français"> -<META NAME="keywords" CONTENT="l2hexa"> -<META NAME="resource-type" CONTENT="document"> -<META NAME="distribution" CONTENT="global"> - -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> -<META NAME="Generator" CONTENT="LaTeX2HTML v99.1 release"> -<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> - -<LINK REL="STYLESHEET" HREF="l2hexa.css"> - -<LINK REL="next" HREF="node1.html"> -</HEAD> - -<BODY > -<!--Navigation Panel--> -<A NAME="tex2html7" - HREF="node1.html"> -<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/next_motif.gif"></A> -<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/up_motif_gr.gif"> -<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/previous_motif_gr.gif"> -<A NAME="tex2html3" - HREF="node1.html"> -<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/contents_motif.gif"></A> -<A NAME="tex2html5" - HREF="node7.html"> -<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/index_motif.gif"></A> -<BR> -<B> suivant:</B> <A NAME="tex2html8" - HREF="node1.html">Table des matières</A> -   <B> <A NAME="tex2html4" - HREF="node1.html">Table des matières</A></B> -   <B> <A NAME="tex2html6" - HREF="node7.html">Index</A></B> -<BR> -<BR> -<!--End of Navigation Panel--> -<H1 ALIGN="CENTER">Exemple d'un article en français</H1> -<P ALIGN="CENTER"><STRONG>Michel Goossens</STRONG></P> -<BR><HR> -<!--Table of Child-Links--> -<A NAME="CHILD_LINKS"></A> - -<UL> -<LI><A NAME="tex2html9" - HREF="node1.html">Table des matières</A> -<LI><A NAME="tex2html10" - HREF="node2.html">Liste des figures</A> -<LI><A NAME="tex2html11" - HREF="node3.html">Liste des tableaux</A> -<LI><A NAME="tex2html12" - HREF="node4.html">Une figure EPS</A> -<LI><A NAME="tex2html13" - HREF="node5.html">Exemple d'un tableau</A> -<LI><A NAME="tex2html14" - HREF="node6.html">Bibliographie</A> -<LI><A NAME="tex2html15" - HREF="node7.html">Index</A> -<LI><A NAME="tex2html16" - HREF="node8.html">À propos de ce document...</A> -</UL> -<!--End of Table of Child-Links--> -<BR><HR> -<ADDRESS> -<I>Michel Goossens</I> -<BR><I>1999-03-31</I> -</ADDRESS> -</BODY> -</HTML> diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/internals.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/internals.pl deleted file mode 100644 index b437e91cbec..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/internals.pl +++ /dev/null @@ -1,18 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate internals original text with physical files. - - -$key = q/cite_bib-PS/; -$ref_files{$key} = "$dir".q|node6.html|; -$noresave{$key} = "$nosave"; - -$key = q/Fpsfig/; -$ref_files{$key} = "$dir".q|node4.html|; -$noresave{$key} = "$nosave"; - -$key = q/tab:exa/; -$ref_files{$key} = "$dir".q|node5.html|; -$noresave{$key} = "$nosave"; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/l2hexa.css b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/l2hexa.css deleted file mode 100644 index 1993b851311..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/l2hexa.css +++ /dev/null @@ -1,31 +0,0 @@ - -/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */ -.MATH { font-family: "Century Schoolbook", serif; } -.MATH I { font-family: "Century Schoolbook", serif; font-shape: italic } -.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold } - -/* implement both fixed-size and relative sizes */ -SMALL.XTINY { font-size : xx-small } -SMALL.TINY { font-size : x-small } -SMALL.SCRIPTSIZE { font-size : smaller } -SMALL.FOOTNOTESIZE { font-size : small } -SMALL.SMALL { } -BIG.LARGE { } -BIG.XLARGE { font-size : large } -BIG.XXLARGE { font-size : x-large } -BIG.HUGE { font-size : larger } -BIG.XHUGE { font-size : xx-large } - -/* heading styles */ -H1 { } -H2 { } -H3 { } -H4 { } -H5 { } - -/* mathematics styles */ -DIV.displaymath { } /* math displays */ -TD.eqno { } /* equation-number cells */ - - -/* document-specific styles come next */ diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/l2hexa.html b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/l2hexa.html deleted file mode 100644 index f03e4818bce..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/l2hexa.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> - -<!--Converted with LaTeX2HTML 99.1 release (March 30, 1999) -original version by: Nikos Drakos, CBLU, University of Leeds -* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan -* with significant contributions from: - Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -<HTML> -<HEAD> -<TITLE>Exemple d'un article en français</TITLE> -<META NAME="description" CONTENT="Exemple d'un article en français"> -<META NAME="keywords" CONTENT="l2hexa"> -<META NAME="resource-type" CONTENT="document"> -<META NAME="distribution" CONTENT="global"> - -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> -<META NAME="Generator" CONTENT="LaTeX2HTML v99.1 release"> -<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> - -<LINK REL="STYLESHEET" HREF="l2hexa.css"> - -<LINK REL="next" HREF="node1.html"> -</HEAD> - -<BODY > -<!--Navigation Panel--> -<A NAME="tex2html7" - HREF="node1.html"> -<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/next_motif.gif"></A> -<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/up_motif_gr.gif"> -<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/previous_motif_gr.gif"> -<A NAME="tex2html3" - HREF="node1.html"> -<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/contents_motif.gif"></A> -<A NAME="tex2html5" - HREF="node7.html"> -<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/index_motif.gif"></A> -<BR> -<B> suivant:</B> <A NAME="tex2html8" - HREF="node1.html">Table des matières</A> -   <B> <A NAME="tex2html4" - HREF="node1.html">Table des matières</A></B> -   <B> <A NAME="tex2html6" - HREF="node7.html">Index</A></B> -<BR> -<BR> -<!--End of Navigation Panel--> -<H1 ALIGN="CENTER">Exemple d'un article en français</H1> -<P ALIGN="CENTER"><STRONG>Michel Goossens</STRONG></P> -<BR><HR> -<!--Table of Child-Links--> -<A NAME="CHILD_LINKS"></A> - -<UL> -<LI><A NAME="tex2html9" - HREF="node1.html">Table des matières</A> -<LI><A NAME="tex2html10" - HREF="node2.html">Liste des figures</A> -<LI><A NAME="tex2html11" - HREF="node3.html">Liste des tableaux</A> -<LI><A NAME="tex2html12" - HREF="node4.html">Une figure EPS</A> -<LI><A NAME="tex2html13" - HREF="node5.html">Exemple d'un tableau</A> -<LI><A NAME="tex2html14" - HREF="node6.html">Bibliographie</A> -<LI><A NAME="tex2html15" - HREF="node7.html">Index</A> -<LI><A NAME="tex2html16" - HREF="node8.html">À propos de ce document...</A> -</UL> -<!--End of Table of Child-Links--> -<BR><HR> -<ADDRESS> -<I>Michel Goossens</I> -<BR><I>1999-03-31</I> -</ADDRESS> -</BODY> -</HTML> diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/labels.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/labels.pl deleted file mode 100644 index 7a800316923..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/labels.pl +++ /dev/null @@ -1,33 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate labels original text with physical files. - - -$key = q/cite_bib-PS/; -$external_labels{$key} = "$URL/" . q|node6.html|; -$noresave{$key} = "$nosave"; - -$key = q/Fpsfig/; -$external_labels{$key} = "$URL/" . q|node4.html|; -$noresave{$key} = "$nosave"; - -$key = q/tab:exa/; -$external_labels{$key} = "$URL/" . q|node5.html|; -$noresave{$key} = "$nosave"; - -1; - - -# LaTeX2HTML 99.1 release (March 30, 1999) -# labels from external_latex_labels array. - - -$key = q/Fpsfig/; -$external_latex_labels{$key} = q|1|; -$noresave{$key} = "$nosave"; - -$key = q/tab:exa/; -$external_latex_labels{$key} = q|1|; -$noresave{$key} = "$nosave"; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node1.html b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node1.html deleted file mode 100644 index 830a5ca9d57..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node1.html +++ /dev/null @@ -1,88 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> - -<!--Converted with LaTeX2HTML 99.1 release (March 30, 1999) -original version by: Nikos Drakos, CBLU, University of Leeds -* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan -* with significant contributions from: - Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -<HTML> -<HEAD> -<TITLE>Table des matières</TITLE> -<META NAME="description" CONTENT="Table des matières"> -<META NAME="keywords" CONTENT="l2hexa"> -<META NAME="resource-type" CONTENT="document"> -<META NAME="distribution" CONTENT="global"> - -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> -<META NAME="Generator" CONTENT="LaTeX2HTML v99.1 release"> -<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> - -<LINK REL="STYLESHEET" HREF="l2hexa.css"> - -<LINK REL="next" HREF="node2.html"> -<LINK REL="previous" HREF="l2hexa.html"> -<LINK REL="up" HREF="l2hexa.html"> -<LINK REL="next" HREF="node2.html"> -</HEAD> - -<BODY > -<!--Navigation Panel--> -<A NAME="tex2html27" - HREF="node2.html"> -<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/next_motif.gif"></A> -<A NAME="tex2html23" - HREF="l2hexa.html"> -<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/up_motif.gif"></A> -<A NAME="tex2html17" - HREF="l2hexa.html"> -<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/previous_motif.gif"></A> -<A NAME="tex2html25" - HREF="node7.html"> -<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/index_motif.gif"></A> -<BR> -<B> suivant:</B> <A NAME="tex2html28" - HREF="node2.html">Liste des figures</A> -<B> monter:</B> <A NAME="tex2html24" - HREF="l2hexa.html">Exemple d'un article en</A> -<B> précédent:</B> <A NAME="tex2html18" - HREF="l2hexa.html">Exemple d'un article en</A> -   <B> <A NAME="tex2html26" - HREF="node7.html">Index</A></B> -<BR> -<BR> -<!--End of Navigation Panel--> -<BR> - -<H2><A NAME="SECTION00010000000000000000"> -Table des matières</A> -</H2> -<!--Table of Contents--> - -<UL> -<LI><A NAME="tex2html29" - HREF="node1.html">Table des matières</A> -<LI><A NAME="tex2html30" - HREF="node2.html">Liste des figures</A> -<LI><A NAME="tex2html31" - HREF="node3.html">Liste des tableaux</A> -<LI><A NAME="tex2html32" - HREF="node4.html">Une figure EPS</A> -<LI><A NAME="tex2html33" - HREF="node5.html">Exemple d'un tableau</A> -<LI><A NAME="tex2html34" - HREF="node6.html">Bibliographie</A> -<LI><A NAME="tex2html35" - HREF="node7.html">Index</A> -</UL> -<!--End of Table of Contents--> -<BR><HR> -<ADDRESS> -<I>Michel Goossens</I> -<BR><I>1999-03-31</I> -</ADDRESS> -</BODY> -</HTML> diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node2.html b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node2.html deleted file mode 100644 index 7bd56f893d5..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node2.html +++ /dev/null @@ -1,77 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> - -<!--Converted with LaTeX2HTML 99.1 release (March 30, 1999) -original version by: Nikos Drakos, CBLU, University of Leeds -* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan -* with significant contributions from: - Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -<HTML> -<HEAD> -<TITLE>Liste des figures</TITLE> -<META NAME="description" CONTENT="Liste des figures"> -<META NAME="keywords" CONTENT="l2hexa"> -<META NAME="resource-type" CONTENT="document"> -<META NAME="distribution" CONTENT="global"> - -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> -<META NAME="Generator" CONTENT="LaTeX2HTML v99.1 release"> -<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> - -<LINK REL="STYLESHEET" HREF="l2hexa.css"> - -<LINK REL="next" HREF="node3.html"> -<LINK REL="previous" HREF="node1.html"> -<LINK REL="up" HREF="l2hexa.html"> -<LINK REL="next" HREF="node3.html"> -</HEAD> - -<BODY > -<!--Navigation Panel--> -<A NAME="tex2html48" - HREF="node3.html"> -<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/next_motif.gif"></A> -<A NAME="tex2html42" - HREF="l2hexa.html"> -<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/up_motif.gif"></A> -<A NAME="tex2html36" - HREF="node1.html"> -<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/previous_motif.gif"></A> -<A NAME="tex2html44" - HREF="node1.html"> -<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/contents_motif.gif"></A> -<A NAME="tex2html46" - HREF="node7.html"> -<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/index_motif.gif"></A> -<BR> -<B> suivant:</B> <A NAME="tex2html49" - HREF="node3.html">Liste des tableaux</A> -<B> monter:</B> <A NAME="tex2html43" - HREF="l2hexa.html">Exemple d'un article en</A> -<B> précédent:</B> <A NAME="tex2html37" - HREF="node1.html">Table des matières</A> -   <B> <A NAME="tex2html45" - HREF="node1.html">Table des matières</A></B> -   <B> <A NAME="tex2html47" - HREF="node7.html">Index</A></B> -<BR> -<BR> -<!--End of Navigation Panel--> -<BR> - -<H2><A NAME="SECTION00020000000000000000"> -Liste des figures</A> -</H2><OL> -<LI><A NAME="tex2html1" - HREF="node4.html#24">Deux images EPS</A></OL> -<BR><HR> -<ADDRESS> -<I>Michel Goossens</I> -<BR><I>1999-03-31</I> -</ADDRESS> -</BODY> -</HTML> diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node3.html b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node3.html deleted file mode 100644 index 41e0a771c78..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node3.html +++ /dev/null @@ -1,77 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> - -<!--Converted with LaTeX2HTML 99.1 release (March 30, 1999) -original version by: Nikos Drakos, CBLU, University of Leeds -* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan -* with significant contributions from: - Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -<HTML> -<HEAD> -<TITLE>Liste des tableaux</TITLE> -<META NAME="description" CONTENT="Liste des tableaux"> -<META NAME="keywords" CONTENT="l2hexa"> -<META NAME="resource-type" CONTENT="document"> -<META NAME="distribution" CONTENT="global"> - -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> -<META NAME="Generator" CONTENT="LaTeX2HTML v99.1 release"> -<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> - -<LINK REL="STYLESHEET" HREF="l2hexa.css"> - -<LINK REL="next" HREF="node4.html"> -<LINK REL="previous" HREF="node2.html"> -<LINK REL="up" HREF="l2hexa.html"> -<LINK REL="next" HREF="node4.html"> -</HEAD> - -<BODY > -<!--Navigation Panel--> -<A NAME="tex2html62" - HREF="node4.html"> -<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/next_motif.gif"></A> -<A NAME="tex2html56" - HREF="l2hexa.html"> -<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/up_motif.gif"></A> -<A NAME="tex2html50" - HREF="node2.html"> -<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/previous_motif.gif"></A> -<A NAME="tex2html58" - HREF="node1.html"> -<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/contents_motif.gif"></A> -<A NAME="tex2html60" - HREF="node7.html"> -<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/index_motif.gif"></A> -<BR> -<B> suivant:</B> <A NAME="tex2html63" - HREF="node4.html">Une figure EPS</A> -<B> monter:</B> <A NAME="tex2html57" - HREF="l2hexa.html">Exemple d'un article en</A> -<B> précédent:</B> <A NAME="tex2html51" - HREF="node2.html">Liste des figures</A> -   <B> <A NAME="tex2html59" - HREF="node1.html">Table des matières</A></B> -   <B> <A NAME="tex2html61" - HREF="node7.html">Index</A></B> -<BR> -<BR> -<!--End of Navigation Panel--> -<BR> - -<H2><A NAME="SECTION00030000000000000000"> -Liste des tableaux</A> -</H2><OL> -<LI><A NAME="tex2html2" - HREF="node5.html#66">Quelques commandes de l'option <TT>francais</TT> de <TT>babel</TT></A></OL> -<BR><HR> -<ADDRESS> -<I>Michel Goossens</I> -<BR><I>1999-03-31</I> -</ADDRESS> -</BODY> -</HTML> diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node4.html b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node4.html deleted file mode 100644 index b1ed0f3f45c..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node4.html +++ /dev/null @@ -1,115 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> - -<!--Converted with LaTeX2HTML 99.1 release (March 30, 1999) -original version by: Nikos Drakos, CBLU, University of Leeds -* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan -* with significant contributions from: - Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -<HTML> -<HEAD> -<TITLE>Une figure EPS</TITLE> -<META NAME="description" CONTENT="Une figure EPS"> -<META NAME="keywords" CONTENT="l2hexa"> -<META NAME="resource-type" CONTENT="document"> -<META NAME="distribution" CONTENT="global"> - -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> -<META NAME="Generator" CONTENT="LaTeX2HTML v99.1 release"> -<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> - -<LINK REL="STYLESHEET" HREF="l2hexa.css"> - -<LINK REL="next" HREF="node5.html"> -<LINK REL="previous" HREF="node3.html"> -<LINK REL="up" HREF="l2hexa.html"> -<LINK REL="next" HREF="node5.html"> -</HEAD> - -<BODY > -<!--Navigation Panel--> -<A NAME="tex2html76" - HREF="node5.html"> -<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/next_motif.gif"></A> -<A NAME="tex2html70" - HREF="l2hexa.html"> -<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/up_motif.gif"></A> -<A NAME="tex2html64" - HREF="node3.html"> -<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/previous_motif.gif"></A> -<A NAME="tex2html72" - HREF="node1.html"> -<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/contents_motif.gif"></A> -<A NAME="tex2html74" - HREF="node7.html"> -<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/index_motif.gif"></A> -<BR> -<B> suivant:</B> <A NAME="tex2html77" - HREF="node5.html">Exemple d'un tableau</A> -<B> monter:</B> <A NAME="tex2html71" - HREF="l2hexa.html">Exemple d'un article en</A> -<B> précédent:</B> <A NAME="tex2html65" - HREF="node3.html">Liste des tableaux</A> -   <B> <A NAME="tex2html73" - HREF="node1.html">Table des matières</A></B> -   <B> <A NAME="tex2html75" - HREF="node7.html">Index</A></B> -<BR> -<BR> -<!--End of Navigation Panel--> - -<H1><A NAME="SECTION00040000000000000000"></A> -<A NAME="11"></A> -<BR> -Une figure EPS -</H1> -Cette section montre comment inclure une figure PostScript[<A - HREF="node6.html#bib-PS">1</A>] -dans un document L<SUP><SMALL>A</SMALL></SUP>T<SMALL>E</SMALL>X . La figure <A HREF="node4.html#Fpsfig">1</A> -est insérée dans le texte à l'aide de la commande - <code>\includegraphics{colorcir.eps}</code>. -<A NAME="14"></A> -<A NAME="15"></A> - -<P></P> -<DIV ALIGN="CENTER"><A NAME="Fpsfig"></A><A NAME="24"></A> -<TABLE> -<CAPTION ALIGN="BOTTOM"><STRONG>Figure 1:</STRONG> -Deux images EPS</CAPTION> -<TR><TD> -<DIV ALIGN="CENTER"> -<TABLE CELLPADDING=3 ALIGN="CENTER"> -<TR><TD ALIGN="CENTER"> -<!-- MATH - $\includegraphics [width=3cm]{colorcir}$ - --> -<IMG - WIDTH="136" HEIGHT="114" ALIGN="BOTTOM" BORDER="0" - SRC="img1.gif" - ALT="\includegraphics [width=3cm]{colorcir}"></TD> -<TD ALIGN="LEFT"> </TD><TD ALIGN="CENTER"> -<!-- MATH - $\includegraphics [width=3cm]{tac2dim}$ - --> -<IMG - WIDTH="139" HEIGHT="133" ALIGN="BOTTOM" BORDER="0" - SRC="img2.gif" - ALT="\includegraphics [width=3cm]{tac2dim}"></TD> -</TR> -</TABLE> -</DIV></TD></TR> -</TABLE> -</DIV><P></P> - -<P> -<BR><HR> -<ADDRESS> -<I>Michel Goossens</I> -<BR><I>1999-03-31</I> -</ADDRESS> -</BODY> -</HTML> diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node5.html b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node5.html deleted file mode 100644 index 4826c728c04..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node5.html +++ /dev/null @@ -1,128 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> - -<!--Converted with LaTeX2HTML 99.1 release (March 30, 1999) -original version by: Nikos Drakos, CBLU, University of Leeds -* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan -* with significant contributions from: - Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -<HTML> -<HEAD> -<TITLE>Exemple d'un tableau</TITLE> -<META NAME="description" CONTENT="Exemple d'un tableau"> -<META NAME="keywords" CONTENT="l2hexa"> -<META NAME="resource-type" CONTENT="document"> -<META NAME="distribution" CONTENT="global"> - -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> -<META NAME="Generator" CONTENT="LaTeX2HTML v99.1 release"> -<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> - -<LINK REL="STYLESHEET" HREF="l2hexa.css"> - -<LINK REL="next" HREF="node6.html"> -<LINK REL="previous" HREF="node4.html"> -<LINK REL="up" HREF="l2hexa.html"> -<LINK REL="next" HREF="node6.html"> -</HEAD> - -<BODY > -<!--Navigation Panel--> -<A NAME="tex2html90" - HREF="node6.html"> -<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/next_motif.gif"></A> -<A NAME="tex2html84" - HREF="l2hexa.html"> -<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/up_motif.gif"></A> -<A NAME="tex2html78" - HREF="node4.html"> -<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/previous_motif.gif"></A> -<A NAME="tex2html86" - HREF="node1.html"> -<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/contents_motif.gif"></A> -<A NAME="tex2html88" - HREF="node7.html"> -<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/index_motif.gif"></A> -<BR> -<B> suivant:</B> <A NAME="tex2html91" - HREF="node6.html">Bibliographie</A> -<B> monter:</B> <A NAME="tex2html85" - HREF="l2hexa.html">Exemple d'un article en</A> -<B> précédent:</B> <A NAME="tex2html79" - HREF="node4.html">Une figure EPS</A> -   <B> <A NAME="tex2html87" - HREF="node1.html">Table des matières</A></B> -   <B> <A NAME="tex2html89" - HREF="node7.html">Index</A></B> -<BR> -<BR> -<!--End of Navigation Panel--> - -<H1><A NAME="SECTION00050000000000000000"> -Exemple d'un tableau</A> -</H1> - -<P> -Le tableau <A HREF="node5.html#tab:exa">1</A> à la page <A HREF="node5.html#tab:exa"><IMG ALIGN="BOTTOM" BORDER="1" ALT="[*]" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/cross_ref_motif.gif"></A> -montre l'utilisation de l'environnement <TT>table</TT>. - -<P> - -<BR><P></P> -<DIV ALIGN="CENTER"><A NAME="66"></A> -<TABLE> -<CAPTION><STRONG>Tableau 1:</STRONG> -Quelques commandes de l'option <TT>francais</TT> de <TT>babel</TT></CAPTION> -<TR><TD> - <DIV ALIGN="CENTER"> - <TABLE CELLPADDING=3 ALIGN="CENTER"> -<TR><TD ALIGN="CENTER"><TT>\primo</TT></TD> -<TD ALIGN="CENTER">1<SUP>o</SUP></TD> -<TD ALIGN="CENTER"><TT>\secundo</TT></TD> -<TD ALIGN="CENTER">2<SUP>o</SUP></TD> -<TD ALIGN="CENTER"><TT>\tertio</TT></TD> -<TD ALIGN="CENTER">3<SUP>o</SUP></TD> -</TR> -<TR><TD ALIGN="CENTER"><TT>\quatro</TT></TD> -<TD ALIGN="CENTER">4<SUP>o</SUP></TD> -<TD ALIGN="CENTER">1<TT>\ier</TT></TD> -<TD ALIGN="CENTER">1<SUP>er</SUP></TD> -<TD ALIGN="CENTER">1<TT>\iere</TT></TD> -<TD ALIGN="CENTER">1<SUP>re</SUP></TD> -</TR> -<TR><TD ALIGN="CENTER"><TT>\fprimo)</TT></TD> -<TD ALIGN="CENTER">1<SUP>o</SUP>)</TD> -<TD ALIGN="CENTER"><TT>\No</TT> 10</TD> -<TD ALIGN="CENTER">N<SUP>o</SUP>10</TD> -<TD ALIGN="CENTER"><TT>\no</TT> 15</TD> -<TD ALIGN="CENTER">n<SUP>o</SUP>15</TD> -</TR> -<TR><TD ALIGN="CENTER"><TT>\og</TT> a <TT>\fg</TT></TD> -<TD ALIGN="CENTER">«a »</TD> -<TD ALIGN="CENTER">3<TT>\ieme</TT></TD> -<TD ALIGN="CENTER">3<SUP>e</SUP></TD> -<TD ALIGN="CENTER">10<TT>\iemes</TT></TD> -<TD ALIGN="CENTER">10<SUP>es</SUP></TD> -</TR> -</TABLE> -</DIV> - - <A NAME="tab:exa"></A> <A NAME="53"></A> -</TD></TR> -</TABLE> -</DIV><P></P> -<BR> - -<P> -<BR><HR> -<ADDRESS> -<I>Michel Goossens</I> -<BR><I>1999-03-31</I> -</ADDRESS> -</BODY> -</HTML> diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node6.html b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node6.html deleted file mode 100644 index 8a6828f88c9..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node6.html +++ /dev/null @@ -1,78 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> - -<!--Converted with LaTeX2HTML 99.1 release (March 30, 1999) -original version by: Nikos Drakos, CBLU, University of Leeds -* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan -* with significant contributions from: - Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -<HTML> -<HEAD> -<TITLE>Bibliographie</TITLE> -<META NAME="description" CONTENT="Bibliographie"> -<META NAME="keywords" CONTENT="l2hexa"> -<META NAME="resource-type" CONTENT="document"> -<META NAME="distribution" CONTENT="global"> - -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> -<META NAME="Generator" CONTENT="LaTeX2HTML v99.1 release"> -<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> - -<LINK REL="STYLESHEET" HREF="l2hexa.css"> - -<LINK REL="next" HREF="node7.html"> -<LINK REL="previous" HREF="node5.html"> -<LINK REL="up" HREF="l2hexa.html"> -<LINK REL="next" HREF="node7.html"> -</HEAD> - -<BODY > -<!--Navigation Panel--> -<A NAME="tex2html104" - HREF="node7.html"> -<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/next_motif.gif"></A> -<A NAME="tex2html98" - HREF="l2hexa.html"> -<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/up_motif.gif"></A> -<A NAME="tex2html92" - HREF="node5.html"> -<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/previous_motif.gif"></A> -<A NAME="tex2html100" - HREF="node1.html"> -<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/contents_motif.gif"></A> -<A NAME="tex2html102" - HREF="node7.html"> -<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/index_motif.gif"></A> -<BR> -<B> suivant:</B> <A NAME="tex2html105" - HREF="node7.html">Index</A> -<B> monter:</B> <A NAME="tex2html99" - HREF="l2hexa.html">Exemple d'un article en</A> -<B> précédent:</B> <A NAME="tex2html93" - HREF="node5.html">Exemple d'un tableau</A> -   <B> <A NAME="tex2html101" - HREF="node1.html">Table des matières</A></B> -   <B> <A NAME="tex2html103" - HREF="node7.html">Index</A></B> -<BR><BR> -<!--End of Navigation Panel--> - -<H2><A NAME="SECTION00060000000000000000"></A><A NAME="57"></A><BR> -Bibliographie -</H2><DL COMPACT><DD> -<P></P><DT><A NAME="bib-PS">1</A> -<DD> -Adobe Inc. -<I>PostScript, manuel de référence (2<SUP>e</SUP>édition)</I> -InterÉditions (France), 1992 -</DL><BR><HR> -<ADDRESS> -<I>Michel Goossens</I> -<BR><I>1999-03-31</I> -</ADDRESS> -</BODY> -</HTML> diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node7.html b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node7.html deleted file mode 100644 index 7bdbe540ef0..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node7.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> - -<!--Converted with LaTeX2HTML 99.1 release (March 30, 1999) -original version by: Nikos Drakos, CBLU, University of Leeds -* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan -* with significant contributions from: - Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -<HTML> -<HEAD> -<TITLE>Index</TITLE> -<META NAME="description" CONTENT="Index"> -<META NAME="keywords" CONTENT="l2hexa"> -<META NAME="resource-type" CONTENT="document"> -<META NAME="distribution" CONTENT="global"> - -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> -<META NAME="Generator" CONTENT="LaTeX2HTML v99.1 release"> -<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> - -<LINK REL="STYLESHEET" HREF="l2hexa.css"> - -<LINK REL="next" HREF="node8.html"> -<LINK REL="previous" HREF="node6.html"> -<LINK REL="up" HREF="l2hexa.html"> -<LINK REL="next" HREF="node8.html"> -</HEAD> - -<BODY > -<!--Navigation Panel--> -<A NAME="tex2html116" - HREF="node8.html"> -<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/next_motif.gif"></A> -<A NAME="tex2html112" - HREF="l2hexa.html"> -<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/up_motif.gif"></A> -<A NAME="tex2html106" - HREF="node6.html"> -<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/previous_motif.gif"></A> -<A NAME="tex2html114" - HREF="node1.html"> -<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/contents_motif.gif"></A> -<BR> -<B> suivant:</B> <A NAME="tex2html117" - HREF="node8.html">À propos de ce</A> -<B> monter:</B> <A NAME="tex2html113" - HREF="l2hexa.html">Exemple d'un article en</A> -<B> précédent:</B> <A NAME="tex2html107" - HREF="node6.html">Bibliographie</A> -   <B> <A NAME="tex2html115" - HREF="node1.html">Table des matières</A></B> -<BR> -<BR> -<!--End of Navigation Panel--> -<BR> - -<H2><A NAME="SECTION00070000000000000000"></A> -<A NAME="61"></A> -<BR> -Index -</H2><DL COMPACT> -<DT><STRONG>figure</STRONG> -<DD><A HREF="node4.html#14">Une figure EPS</A> -<DT><STRONG>index</STRONG> -<DD><A HREF="node7.html#61">Index</A> -<DT><STRONG>PostScript</STRONG> -<DD><A HREF="node4.html#15">Une figure EPS</A> -<DT><STRONG>références</STRONG> -<DD><A HREF="node6.html#57">Bibliographie</A> -<DT><STRONG>section</STRONG> -<DD><A HREF="node4.html#11">Une figure EPS</A> -<DT><STRONG>tableau</STRONG> -<DD><A HREF="node5.html#53">Exemple d'un tableau</A> - -</DL> -<BR><HR> -<ADDRESS> -<I>Michel Goossens</I> -<BR><I>1999-03-31</I> -</ADDRESS> -</BODY> -</HTML> diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node8.html b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node8.html deleted file mode 100644 index b04bea52df8..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/l2hexa/node8.html +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> - -<!--Converted with LaTeX2HTML 99.1 release (March 30, 1999) -original version by: Nikos Drakos, CBLU, University of Leeds -* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan -* with significant contributions from: - Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -<HTML> -<HEAD> -<TITLE>À propos de ce document...</TITLE> -<META NAME="description" CONTENT="À propos de ce document..."> -<META NAME="keywords" CONTENT="l2hexa"> -<META NAME="resource-type" CONTENT="document"> -<META NAME="distribution" CONTENT="global"> - -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> -<META NAME="Generator" CONTENT="LaTeX2HTML v99.1 release"> -<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> - -<LINK REL="STYLESHEET" HREF="l2hexa.css"> - -<LINK REL="previous" HREF="node7.html"> -<LINK REL="up" HREF="l2hexa.html"> -</HEAD> - -<BODY > -<!--Navigation Panel--> -<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/next_motif_gr.gif"> -<A NAME="tex2html122" - HREF="l2hexa.html"> -<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/up_motif.gif"></A> -<A NAME="tex2html118" - HREF="node7.html"> -<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/previous_motif.gif"></A> -<A NAME="tex2html124" - HREF="node1.html"> -<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/contents_motif.gif"></A> -<A NAME="tex2html126" - HREF="node7.html"> -<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/index_motif.gif"></A> -<BR> -<B> monter:</B> <A NAME="tex2html123" - HREF="l2hexa.html">Exemple d'un article en</A> -<B> précédent:</B> <A NAME="tex2html119" - HREF="node7.html">Index</A> -   <B> <A NAME="tex2html125" - HREF="node1.html">Table des matières</A></B> -   <B> <A NAME="tex2html127" - HREF="node7.html">Index</A></B> -<BR> -<BR> -<!--End of Navigation Panel--> - -<H1><A NAME="SECTION00080000000000000000"> -À propos de ce document...</A> -</H1> - <STRONG>Exemple d'un article en français</STRONG><P> -This document was generated using the -<A HREF="http://www-dsed.llnl.gov/files/programs/unix/latex2html/manual/"><STRONG>LaTeX</STRONG>2<tt>HTML</tt></A> translator Version 99.1 release (March 30, 1999) -<P> -Copyright © 1993, 1994, 1995, 1996, -<A HREF="http://cbl.leeds.ac.uk/nikos/personal.html">Nikos Drakos</A>, -Computer Based Learning Unit, University of Leeds. -<BR> -Copyright © 1997, 1998, 1999, -<A HREF="http://www.maths.mq.edu.au/~ross/">Ross Moore</A>, -Mathematics Department, Macquarie University, Sydney. -<P> -The command line arguments were: <BR> - <STRONG>latex2html</STRONG> <TT>l2hexa</TT> -<P> -The translation was initiated by Michel Goossens on 1999-03-31 -<BR><HR> -<ADDRESS> -<I>Michel Goossens</I> -<BR><I>1999-03-31</I> -</ADDRESS> -</BODY> -</HTML> diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/myinit.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/myinit.pl deleted file mode 100644 index b24da780bf5..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/myinit.pl +++ /dev/null @@ -1,8 +0,0 @@ -# File myinit.pl -$ADDRESS = "<em>Michel Goossens<BR>" . - "Division IT<BR>" . - "Tél. 767.5028<BR>" . - "$address_data[1]</em>"; -$MAX_SPLIT_DEPTH = 0; # do not split document -$NO_NAVIGATION = 1; # no navigation panel -1; # Mandatory last line diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS.css b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS.css deleted file mode 100644 index daee915b4dd..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS.css +++ /dev/null @@ -1,4 +0,0 @@ -H2 { border : 2pt solid brown ; color : maroon ; padding : 5pt } -TD.eqno {color : green ; fontweight : 700 } /* equation-number cells */ -TABLE.subequations { background-color : #E0E0E0 ; } -P { line-height : 18pt ; } diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS.dvi b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS.dvi Binary files differdeleted file mode 100644 index f960f94f533..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS.dvi +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS.tex b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS.tex deleted file mode 100644 index 7a0f0ea4629..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS.tex +++ /dev/null @@ -1,54 +0,0 @@ -\documentclass[a4paper,twoside]{article} -\usepackage{html} -\usepackage{amsmath} - -\renewcommand{\d}{\partial}\providecommand{\bm}[1]{\mathbf{#1}} -\providecommand{\Range}{\mathcal{R}}\providecommand{\Ker}{\mathcal{N}} -\providecommand{\Quat}{\vec{\mathbf{Q}}} - -\newcommand{\StAndrews}{\htmlurl{http://www-groups.dcs.st-and.ac.uk/~history}}% -\newcommand{\Pythagorians}{\htmladdnormallink - {Pythagorians}{\StAndrews/Mathematicians/Pythagoras.html}} -\newcommand{\Fermat}{\htmladdnormallink - {Fermat, c.1637}{\StAndrews/HistTopics/Fermat's_last_theorem.html}} -\newcommand{\Wiles}{\htmladdnormallink - {Wiles, 1995}{\htmlurl{http://www.pbs.org:80/wgbh/nova/proof}}} - -\begin{document} -\htmlhead[center]{section}{Math examples} -\begin{eqnarray} - \phi(\lambda) & = & \frac{1} {2 \pi i}\int^{c+i\infty}_{c-i\infty} - \exp \left( u \ln u + \lambda u \right ) du \hspace{1cm}\mbox{for } c \geq 0 \\ - \lambda & = & \frac{\epsilon -\bar{\epsilon} }{\xi} - - \gamma' - \beta^2 - \ln \frac{\xi} {E_{\rm max}} \\ - \gamma & = & 0.577215\dots \mathrm{\hspace{5mm}(Euler's\ constant)} \\ - \gamma' & = & 0.422784\dots = 1 - \gamma \\ - \epsilon , \bar{\epsilon} & = & \mbox{actual/average energy loss} -\end{eqnarray} - -Since~\eqref{eqn:stress-sr} or~\eqref{gdef} should hold for arbitrary $\delta\bm{c}$% --vectors, it is clear that $\Ker(A) = \Range(B)$ and that when $y=B(x)$ one has...\\ -...the \Pythagorians{} knew infinitely many solutions in integers to $a^2+b^2=c^2$. -That no non-trivial integer solutions exist for $a^n+b^n=c^n$ with integers $n>2$ has long -been suspected (\Fermat). Only during the current decade has this been proved (\Wiles). - -\begin{eqnarray}\label{eqn:stress-sr} - V \bm{\pi}^{sr} & = & \left< \sum_i M_i \bm{V}_i \bm{V}_i - + \sum_i \sum_{j>i} \bm{R}_{ij} \bm{F}_{ij}\right> \\ \nonumber - & = & \left< \sum_i M_i \bm{V}_i \bm{V}_i - + \sum_{i}\sum_{j>i}\sum_\alpha\sum_\beta \bm{r}_{i\alpha j\beta}\bm{f}_{i\alpha j\beta} - - \sum_i \sum_\alpha \bm{p}_{i\alpha} \bm{f}_{i\alpha} \right> -\end{eqnarray} - -\begin{subequations}\label{bgdefs} -\begin{align} B_{ij}^\alpha & = - \left(B_{ij}^\alpha\right)_0 + \left(B_{ij}^\alpha\right)_a \label{bdef} \\ - \left(B_{ij}^\alpha\right)_0 & = \frac{1}{2}\left(\frac{\d N_i^\alpha}{\d X_j} - + \frac{\d N_j^\alpha} {\d X_i} \right) \label{b0def} \\ - \left(B_{ij}^\alpha\right)_a & = H_{ij}^{\alpha \beta} a^\beta \label{budef} \\ - H_{ij}^{\alpha \beta} & = - \frac{1}{2}\left( \frac{\d N_k^\alpha}{\d X_i} \frac{\d N_k^\beta}{\d X_j} - + \frac{\d N_k^\beta}{\d X_i} \frac{\d N_k^\alpha}{\d X_j} \right) \label{gdef} -\end{align} -\end{subequations} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/WARNINGS b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/WARNINGS deleted file mode 100644 index 9d1d9f764ee..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/WARNINGS +++ /dev/null @@ -1,2 +0,0 @@ - -redefining command \d diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/images.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/images.pl deleted file mode 100644 index 9a62f68699c..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/images.pl +++ /dev/null @@ -1,139 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate images original text with physical files. - - -$key = q/displaystylefrac{epsilon-bar{epsilon}}{xi}-gamma'-beta^2-lnfrac{xi}{E_{{rm{max}};MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="185" HEIGHT="51" ALIGN="MIDDLE" BORDER="0" - SRC="img6.gif" - ALT="$\displaystyle \frac{\epsilon -\bar{\epsilon} }{\xi} -- \gamma' - \beta^2 - \ln \frac{\xi} {E_{\rm max}}$">|; - -$key = q/a^2+b^2=c^2;MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="88" HEIGHT="33" ALIGN="MIDDLE" BORDER="0" - SRC="img15.gif" - ALT="$ a^2+b^2=c^2$">|; - -$key = q/n>2;MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="43" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img17.gif" - ALT="$ n>2$">|; - -$key = q/{subequations}align{B_{ij}^alpha<col_mark>=left(B_{ij}^alpharight)_0+left(B_{ij}}{{d{X_i}frac{{d{N_k^alpha}{{d{X_j}right)align{{subequations};MSF=1.6;TAGS=R;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="559" HEIGHT="159" ALIGN="BOTTOM" BORDER="0" - SRC="img21.gif" - ALT="\begin{subequations}\begin{align}B_{ij}^\alpha & = \left(B_{ij}^\alpha\right)_0 ... -...\beta}{\d X_i} \frac{\d N_k^\alpha}{\d X_j} \right)\end{align}\end{subequations}">|; - -$key = q/y=B(x);MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="68" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img14.gif" - ALT="$ y=B(x)$">|; - -$key = q/displaystyle=;MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="16" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img2.gif" - ALT="$\displaystyle =$">|; - -$key = q/mathcal{N}(A)=mathcal{R}(B);MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="104" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img13.gif" - ALT="$ \mathcal{N}(A) = \mathcal{R}(B)$">|; - -$key = q/displaystylelambda;MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="13" HEIGHT="29" ALIGN="MIDDLE" BORDER="0" - SRC="img5.gif" - ALT="$\displaystyle \lambda$">|; - -$key = q/displaystyle0.577215dotsmathrm{hspace{5mm}(Euler'sconstant)};MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="235" HEIGHT="33" ALIGN="MIDDLE" BORDER="0" - SRC="img8.gif" - ALT="$\displaystyle 0.577215\dots \mathrm{\hspace{5mm}(Euler's\ constant)}$">|; - -$key = q/displaystylegamma;MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="13" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img7.gif" - ALT="$\displaystyle \gamma$">|; - -$key = q/displaystyleleft<sum_iM_imathbf{V}_imathbf{V}_i+sum_isum_{j>i}mathbf{R}_{ij}mathbf{F}_{ij}right>;MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="233" HEIGHT="63" ALIGN="MIDDLE" BORDER="0" - SRC="img19.gif" - ALT="$\displaystyle \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i -+ \sum_i \sum_{j>i} \mathbf{R}_{ij} \mathbf{F}_{ij}\right>$">|; - -$key = q/displaystylegamma';MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="18" HEIGHT="33" ALIGN="MIDDLE" BORDER="0" - SRC="img9.gif" - ALT="$\displaystyle \gamma'$">|; - -$key = q/a^n+b^n=c^n;MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="93" HEIGHT="29" ALIGN="MIDDLE" BORDER="0" - SRC="img16.gif" - ALT="$ a^n+b^n=c^n$">|; - -$key = q/displaystyleepsilon,bar{epsilon};MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="24" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img11.gif" - ALT="$\displaystyle \epsilon , \bar{\epsilon}$">|; - -$key = q/displaystyleleft<sum_iM_imathbf{V}_imathbf{V}_i+sum_{i}sum_{j>i}sum_alphasum_betalphajbeta}-sum_isum_alphamathbf{p}_{ialpha}mathbf{f}_{ialpha}right>;MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="418" HEIGHT="63" ALIGN="MIDDLE" BORDER="0" - SRC="img20.gif" - ALT="$\displaystyle \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i -+ \sum_{i}\sum_{j>i}\... -... j\beta} -- \sum_i \sum_\alpha \mathbf{p}_{i\alpha} \mathbf{f}_{i\alpha} \right>$">|; - -$key = q/displaystylecgeq0;MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="40" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img4.gif" - ALT="$\displaystyle c \geq 0$">|; - -$key = q/deltamathbf{c};MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="20" HEIGHT="14" ALIGN="BOTTOM" BORDER="0" - SRC="img12.gif" - ALT="$ \delta\mathbf{c}$">|; - -$key = q/displaystyle0.422784dots=1-gamma;MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="143" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img10.gif" - ALT="$\displaystyle 0.422784\dots = 1 - \gamma$">|; - -$key = q/displaystylefrac{1}{2pii}int^{c+iinfty}_{c-iinfty}expleft(ulnu+lambdauright)du;MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="220" HEIGHT="58" ALIGN="MIDDLE" BORDER="0" - SRC="img3.gif" - ALT="$\displaystyle \frac{1} {2 \pi i}\int^{c+i\infty}_{c-i\infty} -\exp \left( u \ln u + \lambda u \right ) du$">|; - -$key = q/displaystylephi(lambda);MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="35" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img1.gif" - ALT="$\displaystyle \phi(\lambda)$">|; - -$key = q/displaystyleVmathbf{pi}^{sr};MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="40" HEIGHT="30" ALIGN="MIDDLE" BORDER="0" - SRC="img18.gif" - ALT="$\displaystyle V \mathbf{\pi}^{sr}$">|; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/images.tex b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/images.tex deleted file mode 100644 index 0d853551381..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/images.tex +++ /dev/null @@ -1,276 +0,0 @@ -\batchmode -\documentclass[a4paper,twoside]{article} - -\usepackage{html} -\usepackage{amsmath} - -% -\renewcommand{\d}{\partial}% -\providecommand{\bm}[1]{\mathbf{#1}}% -\providecommand{\Range}{\mathcal{R}}% -\providecommand{\Ker}{\mathcal{N}}% -\providecommand{\Quat}{\vec{\mathbf{Q}}} -% -\providecommand{\StAndrews}{\htmlurl{http://www-groups.dcs.st-and.ac.uk/~history}}%% -\providecommand{\Pythagorians}{\htmladdnormallink - {Pythagorians}{\htmlurl{http://www-groups.dcs.st-and.ac.uk/~history}/Mathematicians/Pythagoras.html}}% -\providecommand{\Fermat}{\htmladdnormallink - {Fermat, c.1637}{\htmlurl{http://www-groups.dcs.st-and.ac.uk/~history}/HistTopics/Fermat's_last_theorem.html}}% -\providecommand{\Wiles}{\htmladdnormallink - {Wiles, 1995}{\htmlurl{http://www.pbs.org:80/wgbh/nova/proof}}} - -\usepackage[dvips]{color} -\pagecolor[gray]{.7} - - - -\makeatletter - -\makeatletter -\count@=\the\catcode`\_ \catcode`\_=8 -\newenvironment{tex2html_wrap}{}{} \catcode`\_=\count@ -\newcommand{\renewedcommand}[1]{\expandafter\renewcommand\csname #1\endcsname}% -\makeatother -\let\mathon=$ -\let\mathoff=$ -\ifx\AtBeginDocument\undefined \newcommand{\AtBeginDocument}[1]{}\fi -\newbox\sizebox -\setlength{\hoffset}{0pt}\setlength{\voffset}{0pt} -\addtolength{\textheight}{\footskip}\setlength{\footskip}{0pt} -\addtolength{\textheight}{\topmargin}\setlength{\topmargin}{0pt} -\addtolength{\textheight}{\headheight}\setlength{\headheight}{0pt} -\addtolength{\textheight}{\headsep}\setlength{\headsep}{0pt} -\setlength{\textwidth}{349pt} -\newwrite\lthtmlwrite -\makeatletter -\let\realnormalsize=\normalsize -\global\topskip=2sp -\def\preveqno{}\let\real@float=\@float \let\realend@float=\end@float -\def\@float{\let\@savefreelist\@freelist\real@float} -\def\end@float{\realend@float\global\let\@freelist\@savefreelist} -\let\real@dbflt=\@dbflt \let\end@dblfloat=\end@float -\let\@largefloatcheck=\relax -\let\if@boxedmulticols=\iftrue -\def\@dbflt{\let\@savefreelist\@freelist\real@dbflt} -\def\adjustnormalsize{\def\normalsize{\mathsurround=0pt \realnormalsize - \parindent=0pt\abovedisplayskip=0pt\belowdisplayskip=0pt}% - \def\phantompar{\csname par\endcsname}\normalsize}% -\def\lthtmltypeout#1{{\let\protect\string\immediate\write\lthtmlwrite{#1}}}% -\newcommand\lthtmlhboxmathA{\adjustnormalsize\setbox\sizebox=\hbox\bgroup\kern.05em }% -\newcommand\lthtmlhboxmathB{\adjustnormalsize\setbox\sizebox=\hbox to\hsize\bgroup\hfill }% -\newcommand\lthtmlvboxmathA{\adjustnormalsize\setbox\sizebox=\vbox\bgroup % - \let\ifinner=\iffalse }% -\newcommand\lthtmlboxmathZ{\@next\next\@currlist{}{\def\next{\voidb@x}}% - \expandafter\box\next\egroup}% -\newcommand\lthtmlmathtype[1]{\def\lthtmlmathenv{#1}}% -\newcommand\lthtmllogmath{\lthtmltypeout{l2hSize % -:\lthtmlmathenv:\the\ht\sizebox::\the\dp\sizebox::\the\wd\sizebox.\preveqno}}% -\newcommand\lthtmlfigureA[1]{\let\@savefreelist\@freelist - \lthtmlmathtype{#1}\lthtmlvboxmathA}% -\newcommand\lthtmlpictureA[1]{\let\@savefreelist\@freelist - \lthtmlmathtype{#1}\lthtmlhboxmathB}% -\newcommand\lthtmlpictureZ[1]{\hfill\lthtmlfigureZ}% -\newcommand\lthtmlfigureZ{\lthtmlboxmathZ\lthtmllogmath\copy\sizebox - \global\let\@freelist\@savefreelist}% -\newcommand\lthtmldisplayA[1]{\lthtmlmathtype{#1}\lthtmlvboxmathA}% -\newcommand\lthtmldisplayB[1]{\edef\preveqno{(\theequation)}% - \lthtmldisplayA{#1}\let\@eqnnum\relax}% -\newcommand\lthtmldisplayZ{\lthtmlboxmathZ\lthtmllogmath\lthtmlsetmath}% -\newcommand\lthtmlinlinemathA[1]{\lthtmlmathtype{#1}\lthtmlhboxmathA - \vrule height1.5ex width0pt }% -\newcommand\lthtmlinlineA[1]{\lthtmlmathtype{#1}\lthtmlhboxmathA}% -\newcommand\lthtmlinlineZ{\egroup\expandafter\ifdim\dp\sizebox>0pt % - \expandafter\centerinlinemath\fi\lthtmllogmath\lthtmlsetinline} -\newcommand\lthtmlinlinemathZ{\egroup\expandafter\ifdim\dp\sizebox>0pt % - \expandafter\centerinlinemath\fi\lthtmllogmath\lthtmlsetmath} -\newcommand\lthtmlindisplaymathZ{\egroup % - \centerinlinemath\lthtmllogmath\lthtmlsetmath} -\def\lthtmlsetinline{\hbox{\vrule width.1em\kern-.05em\vtop{\vbox{% - \kern.1em\copy\sizebox}\ifdim\dp\sizebox>0pt\kern.1em\else\kern.3pt\fi - \ifdim\hsize>\wd\sizebox \hrule depth1pt\fi}}} -\def\lthtmlsetmath{\hbox{\vrule width.1em\kern-.05em\vtop{\vbox{% - \kern.1em\kern0.8 pt\hbox{\hglue.17em\copy\sizebox\hglue0.8 pt}}\kern.3pt% - \ifdim\dp\sizebox>0pt\kern.1em\fi \kern0.8 pt% - \ifdim\hsize>\wd\sizebox \hrule depth1pt\fi}}} -\def\centerinlinemath{% - \dimen1=\ifdim\ht\sizebox<\dp\sizebox \dp\sizebox\else\ht\sizebox\fi - \advance\dimen1by.5pt \vrule width0pt height\dimen1 depth\dimen1 - \dp\sizebox=\dimen1\ht\sizebox=\dimen1\relax} - -\def\lthtmlcheckvsize{\ifdim\ht\sizebox<\vsize - \ifdim\wd\sizebox<\hsize\expandafter\hfill\fi \expandafter\vfill - \else\expandafter\vss\fi}% -\providecommand{\selectlanguage}[1]{}% -\makeatletter \tracingstats = 1 -\providecommand{\Mu}{\textrm{M}} -\providecommand{\Nu}{\textrm{N}} -\providecommand{\Chi}{\textrm{X}} -\providecommand{\Zeta}{\textrm{Z}} -\providecommand{\Alpha}{\textrm{A}} -\providecommand{\Omicron}{\textrm{O}} -\providecommand{\omicron}{\textrm{o}} -\providecommand{\Rho}{\textrm{R}} -\providecommand{\Tau}{\textrm{T}} -\providecommand{\Epsilon}{\textrm{E}} -\providecommand{\Eta}{\textrm{H}} -\providecommand{\Beta}{\textrm{B}} -\providecommand{\Iota}{\textrm{J}} -\providecommand{\Kappa}{\textrm{K}} - - -\begin{document} -\pagestyle{empty}\thispagestyle{empty}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength hsize=\the\hsize}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength vsize=\the\vsize}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength hoffset=\the\hoffset}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength voffset=\the\voffset}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength topmargin=\the\topmargin}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength topskip=\the\topskip}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength headheight=\the\headheight}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength headsep=\the\headsep}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength parskip=\the\parskip}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength oddsidemargin=\the\oddsidemargin}\lthtmltypeout{}% -\makeatletter -\if@twoside\lthtmltypeout{latex2htmlLength evensidemargin=\the\evensidemargin}% -\else\lthtmltypeout{latex2htmlLength evensidemargin=\the\oddsidemargin}\fi% -\lthtmltypeout{}% -\makeatother -\setcounter{page}{1} -\onecolumn - -% !!! IMAGES START HERE !!! - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_indisplay250}% -$\displaystyle \phi(\lambda)$% -\lthtmlindisplaymathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_indisplay252}% -$\displaystyle =$% -\lthtmlindisplaymathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_indisplay254}% -$\displaystyle \frac{1} {2 \pi i}\int^{c+i\infty}_{c-i\infty} -\exp \left( u \ln u + \lambda u \right ) du$% -\lthtmlindisplaymathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_indisplay255}% -$\displaystyle c \geq 0$% -\lthtmlindisplaymathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_indisplay257}% -$\displaystyle \lambda$% -\lthtmlindisplaymathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_indisplay261}% -$\displaystyle \frac{\epsilon -\bar{\epsilon} }{\xi} -- \gamma' - \beta^2 - \ln \frac{\xi} {E_{\rm max}}$% -\lthtmlindisplaymathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_indisplay263}% -$\displaystyle \gamma$% -\lthtmlindisplaymathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_indisplay267}% -$\displaystyle 0.577215\dots \mathrm{\hspace{5mm}(Euler's\ constant)}$% -\lthtmlindisplaymathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_indisplay269}% -$\displaystyle \gamma'$% -\lthtmlindisplaymathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_indisplay273}% -$\displaystyle 0.422784\dots = 1 - \gamma$% -\lthtmlindisplaymathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_indisplay275}% -$\displaystyle \epsilon , \bar{\epsilon}$% -\lthtmlindisplaymathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline280}% -$ \delta\mathbf{c}$% -\lthtmlinlinemathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline282}% -$ \mathcal{N}(A) = \mathcal{R}(B)$% -\lthtmlinlinemathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline284}% -$ y=B(x)$% -\lthtmlinlinemathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline286}% -$ a^2+b^2=c^2$% -\lthtmlinlinemathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline288}% -$ a^n+b^n=c^n$% -\lthtmlinlinemathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline290}% -$ n>2$% -\lthtmlinlinemathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_indisplay293}% -$\displaystyle V \mathbf{\pi}^{sr}$% -\lthtmlindisplaymathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_indisplay297}% -$\displaystyle \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i -+ \sum_i \sum_{j>i} \mathbf{R}_{ij} \mathbf{F}_{ij}\right>$% -\lthtmlindisplaymathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_indisplay301}% -$\displaystyle \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i -+ \sum_{i}\sum_{j>i}\sum_\alpha\sum_\beta \mathbf{r}_{i\alpha j\beta}\mathbf{f}_{i\alpha j\beta} -- \sum_i \sum_\alpha \mathbf{p}_{i\alpha} \mathbf{f}_{i\alpha} \right>$% -\lthtmlindisplaymathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmldisplayA{subequations303}% -\setcounter{equation}{6} -\begin{subequations}\begin{align} B_{ij}^\alpha & = \left(B_{ij}^\alpha\right)_0 + \left(B_{ij}^\alpha\right)_a\\ \left(B_{ij}^\alpha\right)_0 & = \frac{1}{2}\left(\frac{\d N_i^\alpha}{\d X_j} + \frac{\d N_j^\alpha} {\d X_i} \right)\\ \left(B_{ij}^\alpha\right)_a & = H_{ij}^{\alpha \beta} a^\beta\\ H_{ij}^{\alpha \beta} & = \frac{1}{2}\left( \frac{\d N_k^\alpha}{\d X_i} \frac{\d N_k^\beta}{\d X_j} + \frac{\d N_k^\beta}{\d X_i} \frac{\d N_k^\alpha}{\d X_j} \right)\end{align}\end{subequations}% -\lthtmldisplayZ -\lthtmlcheckvsize\clearpage} - - -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img1.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img1.gif Binary files differdeleted file mode 100644 index 5916d47b1f4..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img1.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img10.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img10.gif Binary files differdeleted file mode 100644 index d6c384034b2..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img10.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img11.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img11.gif Binary files differdeleted file mode 100644 index c6187c1e01b..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img11.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img12.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img12.gif Binary files differdeleted file mode 100644 index f0b3d7892e0..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img12.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img13.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img13.gif Binary files differdeleted file mode 100644 index cbddfb5e467..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img13.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img14.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img14.gif Binary files differdeleted file mode 100644 index 7de6ffffe7c..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img14.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img15.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img15.gif Binary files differdeleted file mode 100644 index a23285e2c3e..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img15.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img16.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img16.gif Binary files differdeleted file mode 100644 index 7b38866db53..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img16.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img17.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img17.gif Binary files differdeleted file mode 100644 index 9f0fe8adafe..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img17.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img18.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img18.gif Binary files differdeleted file mode 100644 index 4e486403d4a..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img18.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img19.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img19.gif Binary files differdeleted file mode 100644 index bd46b0c6d74..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img19.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img2.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img2.gif Binary files differdeleted file mode 100644 index 66f3d138c16..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img2.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img20.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img20.gif Binary files differdeleted file mode 100644 index bdac13b87dc..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img20.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img21.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img21.gif Binary files differdeleted file mode 100644 index 995d6adb959..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img21.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img3.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img3.gif Binary files differdeleted file mode 100644 index a012a4948fc..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img3.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img4.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img4.gif Binary files differdeleted file mode 100644 index d273dc1386c..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img4.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img5.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img5.gif Binary files differdeleted file mode 100644 index f14284a35e3..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img5.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img6.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img6.gif Binary files differdeleted file mode 100644 index 36994fdcdc7..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img6.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img7.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img7.gif Binary files differdeleted file mode 100644 index 6159b5b246b..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img7.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img8.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img8.gif Binary files differdeleted file mode 100644 index 50fa0647d8b..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img8.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img9.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img9.gif Binary files differdeleted file mode 100644 index f11b9866644..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/img9.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/index.html b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/index.html deleted file mode 100644 index 0aa04db1519..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/index.html +++ /dev/null @@ -1,279 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> - -<!--Converted with LaTeX2HTML 99.1 release (March 30, 1999) -original version by: Nikos Drakos, CBLU, University of Leeds -* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan -* with significant contributions from: - Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -<HTML> -<HEAD> -<TITLE>sampleAMS</TITLE> -<META NAME="description" CONTENT="sampleAMS"> -<META NAME="keywords" CONTENT="sampleAMS"> -<META NAME="resource-type" CONTENT="document"> -<META NAME="distribution" CONTENT="global"> - -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> -<META NAME="Generator" CONTENT="LaTeX2HTML v99.1 release"> -<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> - -<LINK REL="STYLESHEET" HREF="sampleAMS.css"> - -<LINK REL="next" HREF="node1.html"> -<LINK REL="next" HREF="node1.html"> -</HEAD> - -<BODY > -<!--Navigation Panel--> -<A NAME="tex2html9" - HREF="node1.html"> -<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/next_motif.gif"></A> -<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/up_motif_gr.gif"> -<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/previous_motif_gr.gif"> -<BR> -<B> Next:</B> <A NAME="tex2html10" - HREF="node1.html">About this document ...</A> -<BR> -<BR> -<!--End of Navigation Panel--> -<P> -<H2 ALIGN="center"><A NAME="SECTION00000000000000000000"> -Math examples</A> -</H2> -<BR> -<DIV ALIGN="CENTER"> - -<!-- MATH - \begin{eqnarray} -\phi(\lambda) & = & \frac{1} {2 \pi i}\int^{c+i\infty}_{c-i\infty} - \exp \left( u \ln u + \lambda u \right ) du \hspace{1cm}\mbox{for } c \geq 0 \\ - \lambda & = & \frac{\epsilon -\bar{\epsilon} }{\xi} - - \gamma' - \beta^2 - \ln \frac{\xi} {E_{\rm max}} \\ - \gamma & = & 0.577215\dots \mathrm{\hspace{5mm}(Euler's\ constant)} \\ - \gamma' & = & 0.422784\dots = 1 - \gamma \\ - \epsilon , \bar{\epsilon} & = & \mbox{actual/average energy loss} -\end{eqnarray} - --> - -<TABLE CELLPADDING="0" ALIGN="CENTER" WIDTH="100%"> -<TR VALIGN="MIDDLE"><TD NOWRAP ALIGN="RIGHT"><IMG - WIDTH="35" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img1.gif" - ALT="$\displaystyle \phi(\lambda)$"></TD> -<TD WIDTH="10" ALIGN="CENTER" NOWRAP><IMG - WIDTH="16" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img2.gif" - ALT="$\displaystyle =$"></TD> -<TD ALIGN="LEFT" NOWRAP><IMG - WIDTH="220" HEIGHT="58" ALIGN="MIDDLE" BORDER="0" - SRC="img3.gif" - ALT="$\displaystyle \frac{1} {2 \pi i}\int^{c+i\infty}_{c-i\infty} -\exp \left( u \ln u + \lambda u \right ) du$"> for <IMG - WIDTH="40" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img4.gif" - ALT="$\displaystyle c \geq 0$"></TD> -<TD WIDTH=10 ALIGN="RIGHT"> -(1)</TD></TR> -<TR VALIGN="MIDDLE"><TD NOWRAP ALIGN="RIGHT"><IMG - WIDTH="13" HEIGHT="29" ALIGN="MIDDLE" BORDER="0" - SRC="img5.gif" - ALT="$\displaystyle \lambda$"></TD> -<TD WIDTH="10" ALIGN="CENTER" NOWRAP><IMG - WIDTH="16" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img2.gif" - ALT="$\displaystyle =$"></TD> -<TD ALIGN="LEFT" NOWRAP><IMG - WIDTH="185" HEIGHT="51" ALIGN="MIDDLE" BORDER="0" - SRC="img6.gif" - ALT="$\displaystyle \frac{\epsilon -\bar{\epsilon} }{\xi} -- \gamma' - \beta^2 - \ln \frac{\xi} {E_{\rm max}}$"></TD> -<TD WIDTH=10 ALIGN="RIGHT"> -(2)</TD></TR> -<TR VALIGN="MIDDLE"><TD NOWRAP ALIGN="RIGHT"><IMG - WIDTH="13" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img7.gif" - ALT="$\displaystyle \gamma$"></TD> -<TD WIDTH="10" ALIGN="CENTER" NOWRAP><IMG - WIDTH="16" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img2.gif" - ALT="$\displaystyle =$"></TD> -<TD ALIGN="LEFT" NOWRAP><IMG - WIDTH="235" HEIGHT="33" ALIGN="MIDDLE" BORDER="0" - SRC="img8.gif" - ALT="$\displaystyle 0.577215\dots \mathrm{\hspace{5mm}(Euler's\ constant)}$"></TD> -<TD WIDTH=10 ALIGN="RIGHT"> -(3)</TD></TR> -<TR VALIGN="MIDDLE"><TD NOWRAP ALIGN="RIGHT"><IMG - WIDTH="18" HEIGHT="33" ALIGN="MIDDLE" BORDER="0" - SRC="img9.gif" - ALT="$\displaystyle \gamma'$"></TD> -<TD WIDTH="10" ALIGN="CENTER" NOWRAP><IMG - WIDTH="16" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img2.gif" - ALT="$\displaystyle =$"></TD> -<TD ALIGN="LEFT" NOWRAP><IMG - WIDTH="143" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img10.gif" - ALT="$\displaystyle 0.422784\dots = 1 - \gamma$"></TD> -<TD WIDTH=10 ALIGN="RIGHT"> -(4)</TD></TR> -<TR VALIGN="MIDDLE"><TD NOWRAP ALIGN="RIGHT"><IMG - WIDTH="24" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img11.gif" - ALT="$\displaystyle \epsilon , \bar{\epsilon}$"></TD> -<TD WIDTH="10" ALIGN="CENTER" NOWRAP><IMG - WIDTH="16" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img2.gif" - ALT="$\displaystyle =$"></TD> -<TD ALIGN="LEFT" NOWRAP>actual/average energy loss</TD> -<TD WIDTH=10 ALIGN="RIGHT"> -(5)</TD></TR> -</TABLE></DIV> -<BR CLEAR="ALL"><P></P> - -<P> -Since (<A HREF="sampleAMS.html#eqn:stress-sr">6</A>) or (<A HREF="sampleAMS.html#gdef">7d</A>) should hold for arbitrary -<!-- MATH - $\delta\mathbf{c}$ - --> -<IMG - WIDTH="20" HEIGHT="14" ALIGN="BOTTOM" BORDER="0" - SRC="img12.gif" - ALT="$ \delta\mathbf{c}$">-vectors, it is clear that -<!-- MATH - $\mathcal{N}(A) = \mathcal{R}(B)$ - --> -<IMG - WIDTH="104" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img13.gif" - ALT="$ \mathcal{N}(A) = \mathcal{R}(B)$"> and that when <IMG - WIDTH="68" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img14.gif" - ALT="$ y=B(x)$"> one has... -<BR> -...the <A NAME="tex2html4" - HREF="http://www-groups.dcs.st-and.ac.uk/~history/Mathematicians/Pythagoras.html">Pythagorians</A> knew infinitely many solutions in integers to -<!-- MATH - $a^2+b^2=c^2$ - --> -<IMG - WIDTH="88" HEIGHT="33" ALIGN="MIDDLE" BORDER="0" - SRC="img15.gif" - ALT="$ a^2+b^2=c^2$">. -That no non-trivial integer solutions exist for -<!-- MATH - $a^n+b^n=c^n$ - --> -<IMG - WIDTH="93" HEIGHT="29" ALIGN="MIDDLE" BORDER="0" - SRC="img16.gif" - ALT="$ a^n+b^n=c^n$"> with integers <IMG - WIDTH="43" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img17.gif" - ALT="$ n>2$"> has long -been suspected (<A NAME="tex2html5" - HREF="http://www-groups.dcs.st-and.ac.uk/~history/HistTopics/Fermat's_last_theorem.html">Fermat, c.1637</A>). Only during the current decade has this been proved (<A NAME="tex2html6" - HREF="http://www.pbs.org:80/wgbh/nova/proof">Wiles, 1995</A>). - -<P> -<BR> -<DIV ALIGN="CENTER"><A NAME="eqn:stress-sr"></A> -<!-- MATH - \begin{eqnarray} -V \mathbf{\pi}^{sr} & = & \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i - + \sum_i \sum_{j>i} \mathbf{R}_{ij} \mathbf{F}_{ij}\right> \\\nonumber - & = & \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i - + \sum_{i}\sum_{j>i}\sum_\alpha\sum_\beta \mathbf{r}_{i\alpha j\beta}\mathbf{f}_{i\alpha j\beta} - - \sum_i \sum_\alpha \mathbf{p}_{i\alpha} \mathbf{f}_{i\alpha} \right> -\end{eqnarray} - --> - -<TABLE CELLPADDING="0" ALIGN="CENTER" WIDTH="100%"> -<TR VALIGN="MIDDLE"><TD NOWRAP ALIGN="RIGHT"><IMG - WIDTH="40" HEIGHT="30" ALIGN="MIDDLE" BORDER="0" - SRC="img18.gif" - ALT="$\displaystyle V \mathbf{\pi}^{sr}$"></TD> -<TD WIDTH="10" ALIGN="CENTER" NOWRAP><IMG - WIDTH="16" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img2.gif" - ALT="$\displaystyle =$"></TD> -<TD ALIGN="LEFT" NOWRAP><IMG - WIDTH="233" HEIGHT="63" ALIGN="MIDDLE" BORDER="0" - SRC="img19.gif" - ALT="$\displaystyle \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i -+ \sum_i \sum_{j>i} \mathbf{R}_{ij} \mathbf{F}_{ij}\right>$"></TD> -<TD WIDTH=10 ALIGN="RIGHT"> -(6)</TD></TR> -<TR VALIGN="MIDDLE"><TD NOWRAP ALIGN="RIGHT"> </TD> -<TD WIDTH="10" ALIGN="CENTER" NOWRAP><IMG - WIDTH="16" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img2.gif" - ALT="$\displaystyle =$"></TD> -<TD ALIGN="LEFT" NOWRAP><IMG - WIDTH="418" HEIGHT="63" ALIGN="MIDDLE" BORDER="0" - SRC="img20.gif" - ALT="$\displaystyle \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i -+ \sum_{i}\sum_{j>i}\... -... j\beta} -- \sum_i \sum_\alpha \mathbf{p}_{i\alpha} \mathbf{f}_{i\alpha} \right>$"></TD> -<TD WIDTH=10 ALIGN="RIGHT"> - </TD></TR> -</TABLE></DIV> -<BR CLEAR="ALL"><P></P> - -<P> - -<DIV ALIGN="CENTER"><A NAME="bgdefs"></A><A NAME="bdef"></A><A NAME="b0def"></A><A NAME="budef"></A><A NAME="gdef"></A> -<!-- MATH - \begin{subequations} -\begin{align} B_{ij}^\alpha & = -\left(B_{ij}^\alpha\right)_0 + \left(B_{ij}^\alpha\right)_a\\ - \left(B_{ij}^\alpha\right)_0 & = \frac{1}{2}\left(\frac{\d N_i^\alpha}{\d X_j} - + \frac{\d N_j^\alpha} {\d X_i} \right)\\ - \left(B_{ij}^\alpha\right)_a & = H_{ij}^{\alpha \beta} a^\beta\\ - H_{ij}^{\alpha \beta} & = - \frac{1}{2}\left( \frac{\d N_k^\alpha}{\d X_i} \frac{\d N_k^\beta}{\d X_j} - + \frac{\d N_k^\beta}{\d X_i} \frac{\d N_k^\alpha}{\d X_j} \right)\end{align} -\end{subequations} - --> -<TABLE CELLPADDING="0" WIDTH="100%" ALIGN="CENTER"> -<TR VALIGN="MIDDLE"> -<TD NOWRAP ALIGN="CENTER"><IMG - WIDTH="559" HEIGHT="159" ALIGN="BOTTOM" BORDER="0" - SRC="img21.gif" - ALT="\begin{subequations}\begin{align}B_{ij}^\alpha & = \left(B_{ij}^\alpha\right)_0 ... -...\beta}{\d X_i} \frac{\d N_k^\alpha}{\d X_j} \right)\end{align}\end{subequations}"></TD></TR> -</TABLE></DIV> -<BR CLEAR="ALL"> -<BR><HR> -<!--Table of Child-Links--> -<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A> - -<UL> -<LI><A NAME="tex2html11" - HREF="node1.html">About this document ...</A> -</UL> -<!--End of Table of Child-Links--> -<HR> -<!--Navigation Panel--> -<A NAME="tex2html9" - HREF="node1.html"> -<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/next_motif.gif"></A> -<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/up_motif_gr.gif"> -<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/previous_motif_gr.gif"> -<BR> -<B> Next:</B> <A NAME="tex2html10" - HREF="node1.html">About this document ...</A> -<!--End of Navigation Panel--> -<ADDRESS> -<I>Michel Goossens</I> -<BR><I>1999-03-30</I> -</ADDRESS> -</BODY> -</HTML> diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/internals.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/internals.pl deleted file mode 100644 index 694b45f8b36..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/internals.pl +++ /dev/null @@ -1,30 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate internals original text with physical files. - - -$key = q/bdef/; -$ref_files{$key} = "$dir".q|sampleAMS.html|; -$noresave{$key} = "$nosave"; - -$key = q/b0def/; -$ref_files{$key} = "$dir".q|sampleAMS.html|; -$noresave{$key} = "$nosave"; - -$key = q/bgdefs/; -$ref_files{$key} = "$dir".q|sampleAMS.html|; -$noresave{$key} = "$nosave"; - -$key = q/eqn:stress-sr/; -$ref_files{$key} = "$dir".q|sampleAMS.html|; -$noresave{$key} = "$nosave"; - -$key = q/budef/; -$ref_files{$key} = "$dir".q|sampleAMS.html|; -$noresave{$key} = "$nosave"; - -$key = q/gdef/; -$ref_files{$key} = "$dir".q|sampleAMS.html|; -$noresave{$key} = "$nosave"; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/labels.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/labels.pl deleted file mode 100644 index 1fe4213e9c2..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/labels.pl +++ /dev/null @@ -1,61 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate labels original text with physical files. - - -$key = q/bdef/; -$external_labels{$key} = "$URL/" . q|sampleAMS.html|; -$noresave{$key} = "$nosave"; - -$key = q/b0def/; -$external_labels{$key} = "$URL/" . q|sampleAMS.html|; -$noresave{$key} = "$nosave"; - -$key = q/bgdefs/; -$external_labels{$key} = "$URL/" . q|sampleAMS.html|; -$noresave{$key} = "$nosave"; - -$key = q/eqn:stress-sr/; -$external_labels{$key} = "$URL/" . q|sampleAMS.html|; -$noresave{$key} = "$nosave"; - -$key = q/budef/; -$external_labels{$key} = "$URL/" . q|sampleAMS.html|; -$noresave{$key} = "$nosave"; - -$key = q/gdef/; -$external_labels{$key} = "$URL/" . q|sampleAMS.html|; -$noresave{$key} = "$nosave"; - -1; - - -# LaTeX2HTML 99.1 release (March 30, 1999) -# labels from external_latex_labels array. - - -$key = q/bdef/; -$external_latex_labels{$key} = q|7a|; -$noresave{$key} = "$nosave"; - -$key = q/b0def/; -$external_latex_labels{$key} = q|7b|; -$noresave{$key} = "$nosave"; - -$key = q/bgdefs/; -$external_latex_labels{$key} = q|7|; -$noresave{$key} = "$nosave"; - -$key = q/eqn:stress-sr/; -$external_latex_labels{$key} = q|6|; -$noresave{$key} = "$nosave"; - -$key = q/budef/; -$external_latex_labels{$key} = q|7c|; -$noresave{$key} = "$nosave"; - -$key = q/gdef/; -$external_latex_labels{$key} = q|7d|; -$noresave{$key} = "$nosave"; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/node1.html b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/node1.html deleted file mode 100644 index 1080090ecca..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/node1.html +++ /dev/null @@ -1,72 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> - -<!--Converted with LaTeX2HTML 99.1 release (March 30, 1999) -original version by: Nikos Drakos, CBLU, University of Leeds -* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan -* with significant contributions from: - Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -<HTML> -<HEAD> -<TITLE>About this document ...</TITLE> -<META NAME="description" CONTENT="About this document ..."> -<META NAME="keywords" CONTENT="sampleAMS"> -<META NAME="resource-type" CONTENT="document"> -<META NAME="distribution" CONTENT="global"> - -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> -<META NAME="Generator" CONTENT="LaTeX2HTML v99.1 release"> -<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> - -<LINK REL="STYLESHEET" HREF="sampleAMS.css"> - -<LINK REL="previous" HREF="sampleAMS.html"> -<LINK REL="up" HREF="sampleAMS.html"> -</HEAD> - -<BODY > -<!--Navigation Panel--> -<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/next_motif_gr.gif"> -<A NAME="tex2html16" - HREF="sampleAMS.html"> -<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/up_motif.gif"></A> -<A NAME="tex2html12" - HREF="sampleAMS.html"> -<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/previous_motif.gif"></A> -<BR> -<B> Up:</B> <A NAME="tex2html17" - HREF="sampleAMS.html">sampleAMS</A> -<B> Previous:</B> <A NAME="tex2html13" - HREF="sampleAMS.html">sampleAMS</A> -<BR> -<BR> -<!--End of Navigation Panel--> - -<H1><A NAME="SECTION00010000000000000000"> -About this document ...</A> -</H1> - <P> -This document was generated using the -<A HREF="http://www-dsed.llnl.gov/files/programs/unix/latex2html/manual/"><STRONG>LaTeX</STRONG>2<tt>HTML</tt></A> translator Version 99.1 release (March 30, 1999) -<P> -Copyright © 1993, 1994, 1995, 1996, -<A HREF="http://cbl.leeds.ac.uk/nikos/personal.html">Nikos Drakos</A>, -Computer Based Learning Unit, University of Leeds. -<BR> -Copyright © 1997, 1998, 1999, -<A HREF="http://www.maths.mq.edu.au/~ross/">Ross Moore</A>, -Mathematics Department, Macquarie University, Sydney. -<P> -The command line arguments were: <BR> - <STRONG>latex2html</STRONG> <TT>sampleAMS</TT> -<P> -The translation was initiated by Michel Goossens on 1999-03-30 -<BR><HR> -<ADDRESS> -<I>Michel Goossens</I> -<BR><I>1999-03-30</I> -</ADDRESS> -</BODY> -</HTML> diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/sampleAMS.css b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/sampleAMS.css deleted file mode 100644 index 1993b851311..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/sampleAMS.css +++ /dev/null @@ -1,31 +0,0 @@ - -/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */ -.MATH { font-family: "Century Schoolbook", serif; } -.MATH I { font-family: "Century Schoolbook", serif; font-shape: italic } -.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold } - -/* implement both fixed-size and relative sizes */ -SMALL.XTINY { font-size : xx-small } -SMALL.TINY { font-size : x-small } -SMALL.SCRIPTSIZE { font-size : smaller } -SMALL.FOOTNOTESIZE { font-size : small } -SMALL.SMALL { } -BIG.LARGE { } -BIG.XLARGE { font-size : large } -BIG.XXLARGE { font-size : x-large } -BIG.HUGE { font-size : larger } -BIG.XHUGE { font-size : xx-large } - -/* heading styles */ -H1 { } -H2 { } -H3 { } -H4 { } -H5 { } - -/* mathematics styles */ -DIV.displaymath { } /* math displays */ -TD.eqno { } /* equation-number cells */ - - -/* document-specific styles come next */ diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/sampleAMS.html b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/sampleAMS.html deleted file mode 100644 index 0aa04db1519..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleAMS/sampleAMS.html +++ /dev/null @@ -1,279 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> - -<!--Converted with LaTeX2HTML 99.1 release (March 30, 1999) -original version by: Nikos Drakos, CBLU, University of Leeds -* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan -* with significant contributions from: - Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -<HTML> -<HEAD> -<TITLE>sampleAMS</TITLE> -<META NAME="description" CONTENT="sampleAMS"> -<META NAME="keywords" CONTENT="sampleAMS"> -<META NAME="resource-type" CONTENT="document"> -<META NAME="distribution" CONTENT="global"> - -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> -<META NAME="Generator" CONTENT="LaTeX2HTML v99.1 release"> -<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> - -<LINK REL="STYLESHEET" HREF="sampleAMS.css"> - -<LINK REL="next" HREF="node1.html"> -<LINK REL="next" HREF="node1.html"> -</HEAD> - -<BODY > -<!--Navigation Panel--> -<A NAME="tex2html9" - HREF="node1.html"> -<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/next_motif.gif"></A> -<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/up_motif_gr.gif"> -<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/previous_motif_gr.gif"> -<BR> -<B> Next:</B> <A NAME="tex2html10" - HREF="node1.html">About this document ...</A> -<BR> -<BR> -<!--End of Navigation Panel--> -<P> -<H2 ALIGN="center"><A NAME="SECTION00000000000000000000"> -Math examples</A> -</H2> -<BR> -<DIV ALIGN="CENTER"> - -<!-- MATH - \begin{eqnarray} -\phi(\lambda) & = & \frac{1} {2 \pi i}\int^{c+i\infty}_{c-i\infty} - \exp \left( u \ln u + \lambda u \right ) du \hspace{1cm}\mbox{for } c \geq 0 \\ - \lambda & = & \frac{\epsilon -\bar{\epsilon} }{\xi} - - \gamma' - \beta^2 - \ln \frac{\xi} {E_{\rm max}} \\ - \gamma & = & 0.577215\dots \mathrm{\hspace{5mm}(Euler's\ constant)} \\ - \gamma' & = & 0.422784\dots = 1 - \gamma \\ - \epsilon , \bar{\epsilon} & = & \mbox{actual/average energy loss} -\end{eqnarray} - --> - -<TABLE CELLPADDING="0" ALIGN="CENTER" WIDTH="100%"> -<TR VALIGN="MIDDLE"><TD NOWRAP ALIGN="RIGHT"><IMG - WIDTH="35" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img1.gif" - ALT="$\displaystyle \phi(\lambda)$"></TD> -<TD WIDTH="10" ALIGN="CENTER" NOWRAP><IMG - WIDTH="16" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img2.gif" - ALT="$\displaystyle =$"></TD> -<TD ALIGN="LEFT" NOWRAP><IMG - WIDTH="220" HEIGHT="58" ALIGN="MIDDLE" BORDER="0" - SRC="img3.gif" - ALT="$\displaystyle \frac{1} {2 \pi i}\int^{c+i\infty}_{c-i\infty} -\exp \left( u \ln u + \lambda u \right ) du$"> for <IMG - WIDTH="40" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img4.gif" - ALT="$\displaystyle c \geq 0$"></TD> -<TD WIDTH=10 ALIGN="RIGHT"> -(1)</TD></TR> -<TR VALIGN="MIDDLE"><TD NOWRAP ALIGN="RIGHT"><IMG - WIDTH="13" HEIGHT="29" ALIGN="MIDDLE" BORDER="0" - SRC="img5.gif" - ALT="$\displaystyle \lambda$"></TD> -<TD WIDTH="10" ALIGN="CENTER" NOWRAP><IMG - WIDTH="16" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img2.gif" - ALT="$\displaystyle =$"></TD> -<TD ALIGN="LEFT" NOWRAP><IMG - WIDTH="185" HEIGHT="51" ALIGN="MIDDLE" BORDER="0" - SRC="img6.gif" - ALT="$\displaystyle \frac{\epsilon -\bar{\epsilon} }{\xi} -- \gamma' - \beta^2 - \ln \frac{\xi} {E_{\rm max}}$"></TD> -<TD WIDTH=10 ALIGN="RIGHT"> -(2)</TD></TR> -<TR VALIGN="MIDDLE"><TD NOWRAP ALIGN="RIGHT"><IMG - WIDTH="13" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img7.gif" - ALT="$\displaystyle \gamma$"></TD> -<TD WIDTH="10" ALIGN="CENTER" NOWRAP><IMG - WIDTH="16" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img2.gif" - ALT="$\displaystyle =$"></TD> -<TD ALIGN="LEFT" NOWRAP><IMG - WIDTH="235" HEIGHT="33" ALIGN="MIDDLE" BORDER="0" - SRC="img8.gif" - ALT="$\displaystyle 0.577215\dots \mathrm{\hspace{5mm}(Euler's\ constant)}$"></TD> -<TD WIDTH=10 ALIGN="RIGHT"> -(3)</TD></TR> -<TR VALIGN="MIDDLE"><TD NOWRAP ALIGN="RIGHT"><IMG - WIDTH="18" HEIGHT="33" ALIGN="MIDDLE" BORDER="0" - SRC="img9.gif" - ALT="$\displaystyle \gamma'$"></TD> -<TD WIDTH="10" ALIGN="CENTER" NOWRAP><IMG - WIDTH="16" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img2.gif" - ALT="$\displaystyle =$"></TD> -<TD ALIGN="LEFT" NOWRAP><IMG - WIDTH="143" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img10.gif" - ALT="$\displaystyle 0.422784\dots = 1 - \gamma$"></TD> -<TD WIDTH=10 ALIGN="RIGHT"> -(4)</TD></TR> -<TR VALIGN="MIDDLE"><TD NOWRAP ALIGN="RIGHT"><IMG - WIDTH="24" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img11.gif" - ALT="$\displaystyle \epsilon , \bar{\epsilon}$"></TD> -<TD WIDTH="10" ALIGN="CENTER" NOWRAP><IMG - WIDTH="16" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img2.gif" - ALT="$\displaystyle =$"></TD> -<TD ALIGN="LEFT" NOWRAP>actual/average energy loss</TD> -<TD WIDTH=10 ALIGN="RIGHT"> -(5)</TD></TR> -</TABLE></DIV> -<BR CLEAR="ALL"><P></P> - -<P> -Since (<A HREF="sampleAMS.html#eqn:stress-sr">6</A>) or (<A HREF="sampleAMS.html#gdef">7d</A>) should hold for arbitrary -<!-- MATH - $\delta\mathbf{c}$ - --> -<IMG - WIDTH="20" HEIGHT="14" ALIGN="BOTTOM" BORDER="0" - SRC="img12.gif" - ALT="$ \delta\mathbf{c}$">-vectors, it is clear that -<!-- MATH - $\mathcal{N}(A) = \mathcal{R}(B)$ - --> -<IMG - WIDTH="104" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img13.gif" - ALT="$ \mathcal{N}(A) = \mathcal{R}(B)$"> and that when <IMG - WIDTH="68" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img14.gif" - ALT="$ y=B(x)$"> one has... -<BR> -...the <A NAME="tex2html4" - HREF="http://www-groups.dcs.st-and.ac.uk/~history/Mathematicians/Pythagoras.html">Pythagorians</A> knew infinitely many solutions in integers to -<!-- MATH - $a^2+b^2=c^2$ - --> -<IMG - WIDTH="88" HEIGHT="33" ALIGN="MIDDLE" BORDER="0" - SRC="img15.gif" - ALT="$ a^2+b^2=c^2$">. -That no non-trivial integer solutions exist for -<!-- MATH - $a^n+b^n=c^n$ - --> -<IMG - WIDTH="93" HEIGHT="29" ALIGN="MIDDLE" BORDER="0" - SRC="img16.gif" - ALT="$ a^n+b^n=c^n$"> with integers <IMG - WIDTH="43" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img17.gif" - ALT="$ n>2$"> has long -been suspected (<A NAME="tex2html5" - HREF="http://www-groups.dcs.st-and.ac.uk/~history/HistTopics/Fermat's_last_theorem.html">Fermat, c.1637</A>). Only during the current decade has this been proved (<A NAME="tex2html6" - HREF="http://www.pbs.org:80/wgbh/nova/proof">Wiles, 1995</A>). - -<P> -<BR> -<DIV ALIGN="CENTER"><A NAME="eqn:stress-sr"></A> -<!-- MATH - \begin{eqnarray} -V \mathbf{\pi}^{sr} & = & \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i - + \sum_i \sum_{j>i} \mathbf{R}_{ij} \mathbf{F}_{ij}\right> \\\nonumber - & = & \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i - + \sum_{i}\sum_{j>i}\sum_\alpha\sum_\beta \mathbf{r}_{i\alpha j\beta}\mathbf{f}_{i\alpha j\beta} - - \sum_i \sum_\alpha \mathbf{p}_{i\alpha} \mathbf{f}_{i\alpha} \right> -\end{eqnarray} - --> - -<TABLE CELLPADDING="0" ALIGN="CENTER" WIDTH="100%"> -<TR VALIGN="MIDDLE"><TD NOWRAP ALIGN="RIGHT"><IMG - WIDTH="40" HEIGHT="30" ALIGN="MIDDLE" BORDER="0" - SRC="img18.gif" - ALT="$\displaystyle V \mathbf{\pi}^{sr}$"></TD> -<TD WIDTH="10" ALIGN="CENTER" NOWRAP><IMG - WIDTH="16" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img2.gif" - ALT="$\displaystyle =$"></TD> -<TD ALIGN="LEFT" NOWRAP><IMG - WIDTH="233" HEIGHT="63" ALIGN="MIDDLE" BORDER="0" - SRC="img19.gif" - ALT="$\displaystyle \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i -+ \sum_i \sum_{j>i} \mathbf{R}_{ij} \mathbf{F}_{ij}\right>$"></TD> -<TD WIDTH=10 ALIGN="RIGHT"> -(6)</TD></TR> -<TR VALIGN="MIDDLE"><TD NOWRAP ALIGN="RIGHT"> </TD> -<TD WIDTH="10" ALIGN="CENTER" NOWRAP><IMG - WIDTH="16" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img2.gif" - ALT="$\displaystyle =$"></TD> -<TD ALIGN="LEFT" NOWRAP><IMG - WIDTH="418" HEIGHT="63" ALIGN="MIDDLE" BORDER="0" - SRC="img20.gif" - ALT="$\displaystyle \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i -+ \sum_{i}\sum_{j>i}\... -... j\beta} -- \sum_i \sum_\alpha \mathbf{p}_{i\alpha} \mathbf{f}_{i\alpha} \right>$"></TD> -<TD WIDTH=10 ALIGN="RIGHT"> - </TD></TR> -</TABLE></DIV> -<BR CLEAR="ALL"><P></P> - -<P> - -<DIV ALIGN="CENTER"><A NAME="bgdefs"></A><A NAME="bdef"></A><A NAME="b0def"></A><A NAME="budef"></A><A NAME="gdef"></A> -<!-- MATH - \begin{subequations} -\begin{align} B_{ij}^\alpha & = -\left(B_{ij}^\alpha\right)_0 + \left(B_{ij}^\alpha\right)_a\\ - \left(B_{ij}^\alpha\right)_0 & = \frac{1}{2}\left(\frac{\d N_i^\alpha}{\d X_j} - + \frac{\d N_j^\alpha} {\d X_i} \right)\\ - \left(B_{ij}^\alpha\right)_a & = H_{ij}^{\alpha \beta} a^\beta\\ - H_{ij}^{\alpha \beta} & = - \frac{1}{2}\left( \frac{\d N_k^\alpha}{\d X_i} \frac{\d N_k^\beta}{\d X_j} - + \frac{\d N_k^\beta}{\d X_i} \frac{\d N_k^\alpha}{\d X_j} \right)\end{align} -\end{subequations} - --> -<TABLE CELLPADDING="0" WIDTH="100%" ALIGN="CENTER"> -<TR VALIGN="MIDDLE"> -<TD NOWRAP ALIGN="CENTER"><IMG - WIDTH="559" HEIGHT="159" ALIGN="BOTTOM" BORDER="0" - SRC="img21.gif" - ALT="\begin{subequations}\begin{align}B_{ij}^\alpha & = \left(B_{ij}^\alpha\right)_0 ... -...\beta}{\d X_i} \frac{\d N_k^\alpha}{\d X_j} \right)\end{align}\end{subequations}"></TD></TR> -</TABLE></DIV> -<BR CLEAR="ALL"> -<BR><HR> -<!--Table of Child-Links--> -<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A> - -<UL> -<LI><A NAME="tex2html11" - HREF="node1.html">About this document ...</A> -</UL> -<!--End of Table of Child-Links--> -<HR> -<!--Navigation Panel--> -<A NAME="tex2html9" - HREF="node1.html"> -<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/next_motif.gif"></A> -<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/up_motif_gr.gif"> -<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/previous_motif_gr.gif"> -<BR> -<B> Next:</B> <A NAME="tex2html10" - HREF="node1.html">About this document ...</A> -<!--End of Navigation Panel--> -<ADDRESS> -<I>Michel Goossens</I> -<BR><I>1999-03-30</I> -</ADDRESS> -</BODY> -</HTML> diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath.dvi b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath.dvi Binary files differdeleted file mode 100644 index 64f8631b113..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath.dvi +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath.tex b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath.tex deleted file mode 100644 index 26ab42edddc..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath.tex +++ /dev/null @@ -1,54 +0,0 @@ -\documentclass[a4paper,twoside]{article} -\usepackage{html} -%\usepackage{amsmath} - -\renewcommand{\d}{\partial}\providecommand{\bm}[1]{\mathbf{#1}} -\providecommand{\Range}{\mathcal{R}}\providecommand{\Ker}{\mathcal{N}} -\providecommand{\Quat}{\vec{\mathbf{Q}}} - -\newcommand{\StAndrews}{\htmlurl{http://www-groups.dcs.st-and.ac.uk/~history}}% -\newcommand{\Pythagorians}{\htmladdnormallink - {Pythagorians}{\StAndrews/Mathematicians/Pythagoras.html}} -\newcommand{\Fermat}{\htmladdnormallink - {Fermat, c.1637}{\StAndrews/HistTopics/Fermat's_last_theorem.html}} -\newcommand{\Wiles}{\htmladdnormallink - {Wiles, 1995}{\htmlurl{http://www.pbs.org:80/wgbh/nova/proof}}} - -\begin{document} -\htmlhead[center]{section}{Math examples} -\begin{eqnarray} - \phi(\lambda) & = & \frac{1} {2 \pi i}\int^{c+i\infty}_{c-i\infty} - \exp \left( u \ln u + \lambda u \right ) du \hspace{1cm}\mbox{for } c \geq 0 \\ - \lambda & = & \frac{\epsilon -\bar{\epsilon} }{\xi} - - \gamma' - \beta^2 - \ln \frac{\xi} {E_{\rm max}}\label{xiEmax} \\ - \gamma & = & 0.577215\dots \mathrm{\hspace{5mm}(Euler's\ constant)} \\ - \gamma' & = & 0.422784\dots = 1 - \gamma \\ - \epsilon , \bar{\epsilon} & = & \mbox{actual/average energy loss} -\end{eqnarray} - -Since~\ref{xiEmax} and \ref{eqn:stress-sr} hold for arbitrary $\delta\bm{c}$-vectors, -it is clear that $\Ker(A) = \Range(B)$ and that when $y=B(x)$ one has...\\ -...the \Pythagorians{} knew infinitely many solutions in integers to $a^2+b^2=c^2$. -That no non-trivial integer solutions exist for $a^n+b^n=c^n$ with integers $n>2$ has long -been suspected (\Fermat). Only during the current decade has this been proved (\Wiles). - -\begin{eqnarray}\label{eqn:stress-sr} - V \bm{\pi}^{sr} & = & \left< \sum_i M_i \bm{V}_i \bm{V}_i - + \sum_i \sum_{j>i} \bm{R}_{ij} \bm{F}_{ij}\right> \\ \nonumber - & = & \left< \sum_i M_i \bm{V}_i \bm{V}_i - + \sum_{i}\sum_{j>i}\sum_\alpha\sum_\beta \bm{r}_{i\alpha j\beta}\bm{f}_{i\alpha j\beta} - - \sum_i \sum_\alpha \bm{p}_{i\alpha} \bm{f}_{i\alpha} \right> -\end{eqnarray} -\end{document} -\begin{subequations}\label{bgdefs} -\begin{align} B_{ij}^\alpha & = - \left(B_{ij}^\alpha\right)_0 + \left(B_{ij}^\alpha\right)_a \label{bdef} \\ - \left(B_{ij}^\alpha\right)_0 & = \frac{1}{2}\left(\frac{\d N_i^\alpha}{\d X_j} - + \frac{\d N_j^\alpha} {\d X_i} \right) \label{b0def} \\ - \left(B_{ij}^\alpha\right)_a & = H_{ij}^{\alpha \beta} a^\beta \label{budef} \\ - H_{ij}^{\alpha \beta} & = - \frac{1}{2}\left( \frac{\d N_k^\alpha}{\d X_i} \frac{\d N_k^\beta}{\d X_j} - + \frac{\d N_k^\beta}{\d X_i} \frac{\d N_k^\alpha}{\d X_j} \right) \label{gdef} -\end{align} -\end{subequations} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/WARNINGS b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/WARNINGS deleted file mode 100644 index 9d1d9f764ee..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/WARNINGS +++ /dev/null @@ -1,2 +0,0 @@ - -redefining command \d diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/images.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/images.pl deleted file mode 100644 index a319f5c597b..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/images.pl +++ /dev/null @@ -1,132 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate images original text with physical files. - - -$key = q/displaystylefrac{epsilon-bar{epsilon}}{xi}-gamma'-beta^2-lnfrac{xi}{E_{{rm{max}};MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="185" HEIGHT="51" ALIGN="MIDDLE" BORDER="0" - SRC="img5.gif" - ALT="$\displaystyle \frac{\epsilon -\bar{\epsilon} }{\xi} -- \gamma' - \beta^2 - \ln \frac{\xi} {E_{\rm max}}$">|; - -$key = q/a^2+b^2=c^2;MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="88" HEIGHT="33" ALIGN="MIDDLE" BORDER="0" - SRC="img15.gif" - ALT="$a^2+b^2=c^2$">|; - -$key = q/n>2;MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="43" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img17.gif" - ALT="$n>2$">|; - -$key = q/y=B(x);MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="68" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img14.gif" - ALT="$y=B(x)$">|; - -$key = q/mathcal{N}(A)=mathcal{R}(B);MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="104" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img13.gif" - ALT="$\mathcal{N}(A) = \mathcal{R}(B)$">|; - -$key = q/displaystylelambda;MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="13" HEIGHT="29" ALIGN="MIDDLE" BORDER="0" - SRC="img4.gif" - ALT="$\displaystyle \lambda$">|; - -$key = q/displaystyle0.577215dotsmathrm{hspace{5mm}(Euler'sconstant)};MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="235" HEIGHT="33" ALIGN="MIDDLE" BORDER="0" - SRC="img7.gif" - ALT="$\displaystyle 0.577215\dots \mathrm{\hspace{5mm}(Euler's\ constant)}$">|; - -$key = q/displaystylegamma;MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="13" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img6.gif" - ALT="$\displaystyle \gamma$">|; - -$key = q/displaystylefrac{1}{2pii}int^{c+iinfty}_{c-iinfty}expleft(ulnu+lambdauright)duhspace{1cm}mbox{for}cgeq0;MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="325" HEIGHT="58" ALIGN="MIDDLE" BORDER="0" - SRC="img3.gif" - ALT="$\displaystyle \frac{1} {2 \pi i}\int^{c+i\infty}_{c-i\infty} -\exp \left( u \ln u + \lambda u \right ) du \hspace{1cm}\mbox{for } c \geq 0$">|; - -$key = q/displaystylembox{actualslashaverageenergyloss};MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="187" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img11.gif" - ALT="$\displaystyle \mbox{actual/average energy loss}$">|; - -$key = q/displaystyleleft<sum_iM_imathbf{V}_imathbf{V}_i+sum_isum_{j>i}mathbf{R}_{ij}mathbf{F}_{ij}right>;MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="233" HEIGHT="63" ALIGN="MIDDLE" BORDER="0" - SRC="img19.gif" - ALT="$\displaystyle \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i -+ \sum_i \sum_{j>i} \mathbf{R}_{ij} \mathbf{F}_{ij}\right>$">|; - -$key = q/displaystylegamma';MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="18" HEIGHT="33" ALIGN="MIDDLE" BORDER="0" - SRC="img8.gif" - ALT="$\displaystyle \gamma'$">|; - -$key = q/a^n+b^n=c^n;MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="93" HEIGHT="29" ALIGN="MIDDLE" BORDER="0" - SRC="img16.gif" - ALT="$a^n+b^n=c^n$">|; - -$key = q/textstyle=;MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="16" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img2.gif" - ALT="$\textstyle =$">|; - -$key = q/displaystyleepsilon,bar{epsilon};MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="24" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img10.gif" - ALT="$\displaystyle \epsilon , \bar{\epsilon}$">|; - -$key = q/displaystyleleft<sum_iM_imathbf{V}_imathbf{V}_i+sum_{i}sum_{j>i}sum_alphasum_betalphajbeta}-sum_isum_alphamathbf{p}_{ialpha}mathbf{f}_{ialpha}right>;MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="418" HEIGHT="63" ALIGN="MIDDLE" BORDER="0" - SRC="img20.gif" - ALT="$\displaystyle \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i -+ \sum_{i}\sum_{j>i}\... -... j\beta} -- \sum_i \sum_\alpha \mathbf{p}_{i\alpha} \mathbf{f}_{i\alpha} \right>$">|; - -$key = q/deltamathbf{c};MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="20" HEIGHT="14" ALIGN="BOTTOM" BORDER="0" - SRC="img12.gif" - ALT="$\delta\mathbf{c}$">|; - -$key = q/displaystyle0.422784dots=1-gamma;MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="143" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img9.gif" - ALT="$\displaystyle 0.422784\dots = 1 - \gamma$">|; - -$key = q/displaystylephi(lambda);MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="35" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img1.gif" - ALT="$\displaystyle \phi(\lambda)$">|; - -$key = q/displaystyleVmathbf{pi}^{sr};MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="40" HEIGHT="30" ALIGN="MIDDLE" BORDER="0" - SRC="img18.gif" - ALT="$\displaystyle V \mathbf{\pi}^{sr}$">|; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/images.tex b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/images.tex deleted file mode 100644 index 9b738e34b59..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/images.tex +++ /dev/null @@ -1,254 +0,0 @@ -\batchmode -\documentclass[a4paper,twoside]{article} - -\usepackage{html} - -% -\renewcommand{\d}{\partial}% -\providecommand{\bm}[1]{\mathbf{#1}}% -\providecommand{\Range}{\mathcal{R}}% -\providecommand{\Ker}{\mathcal{N}}% -\providecommand{\Quat}{\vec{\mathbf{Q}}} -% -\providecommand{\StAndrews}{\htmlurl{http://www-groups.dcs.st-and.ac.uk/~history}}%% -\providecommand{\Pythagorians}{\htmladdnormallink - {Pythagorians}{\htmlurl{http://www-groups.dcs.st-and.ac.uk/~history}/Mathematicians/Pythagoras.html}}% -\providecommand{\Fermat}{\htmladdnormallink - {Fermat, c.1637}{\htmlurl{http://www-groups.dcs.st-and.ac.uk/~history}/HistTopics/Fermat's_last_theorem.html}}% -\providecommand{\Wiles}{\htmladdnormallink - {Wiles, 1995}{\htmlurl{http://www.pbs.org:80/wgbh/nova/proof}}} - -\usepackage[dvips]{color} -\pagecolor[gray]{.7} - - - -\makeatletter - -\makeatletter -\count@=\the\catcode`\_ \catcode`\_=8 -\newenvironment{tex2html_wrap}{}{} \catcode`\_=\count@ -\newcommand{\renewedcommand}[1]{\expandafter\renewcommand\csname #1\endcsname}% -\makeatother -\let\mathon=$ -\let\mathoff=$ -\ifx\AtBeginDocument\undefined \newcommand{\AtBeginDocument}[1]{}\fi -\newbox\sizebox -\setlength{\hoffset}{0pt}\setlength{\voffset}{0pt} -\addtolength{\textheight}{\footskip}\setlength{\footskip}{0pt} -\addtolength{\textheight}{\topmargin}\setlength{\topmargin}{0pt} -\addtolength{\textheight}{\headheight}\setlength{\headheight}{0pt} -\addtolength{\textheight}{\headsep}\setlength{\headsep}{0pt} -\setlength{\textwidth}{349pt} -\newwrite\lthtmlwrite -\makeatletter -\let\realnormalsize=\normalsize -\global\topskip=2sp -\def\preveqno{}\let\real@float=\@float \let\realend@float=\end@float -\def\@float{\let\@savefreelist\@freelist\real@float} -\def\end@float{\realend@float\global\let\@freelist\@savefreelist} -\let\real@dbflt=\@dbflt \let\end@dblfloat=\end@float -\let\@largefloatcheck=\relax -\let\if@boxedmulticols=\iftrue -\def\@dbflt{\let\@savefreelist\@freelist\real@dbflt} -\def\adjustnormalsize{\def\normalsize{\mathsurround=0pt \realnormalsize - \parindent=0pt\abovedisplayskip=0pt\belowdisplayskip=0pt}% - \def\phantompar{\csname par\endcsname}\normalsize}% -\def\lthtmltypeout#1{{\let\protect\string\immediate\write\lthtmlwrite{#1}}}% -\newcommand\lthtmlhboxmathA{\adjustnormalsize\setbox\sizebox=\hbox\bgroup\kern.05em }% -\newcommand\lthtmlhboxmathB{\adjustnormalsize\setbox\sizebox=\hbox to\hsize\bgroup\hfill }% -\newcommand\lthtmlvboxmathA{\adjustnormalsize\setbox\sizebox=\vbox\bgroup % - \let\ifinner=\iffalse }% -\newcommand\lthtmlboxmathZ{\@next\next\@currlist{}{\def\next{\voidb@x}}% - \expandafter\box\next\egroup}% -\newcommand\lthtmlmathtype[1]{\def\lthtmlmathenv{#1}}% -\newcommand\lthtmllogmath{\lthtmltypeout{l2hSize % -:\lthtmlmathenv:\the\ht\sizebox::\the\dp\sizebox::\the\wd\sizebox.\preveqno}}% -\newcommand\lthtmlfigureA[1]{\let\@savefreelist\@freelist - \lthtmlmathtype{#1}\lthtmlvboxmathA}% -\newcommand\lthtmlpictureA[1]{\let\@savefreelist\@freelist - \lthtmlmathtype{#1}\lthtmlhboxmathB}% -\newcommand\lthtmlpictureZ[1]{\hfill\lthtmlfigureZ}% -\newcommand\lthtmlfigureZ{\lthtmlboxmathZ\lthtmllogmath\copy\sizebox - \global\let\@freelist\@savefreelist}% -\newcommand\lthtmldisplayA[1]{\lthtmlmathtype{#1}\lthtmlvboxmathA}% -\newcommand\lthtmldisplayB[1]{\edef\preveqno{(\theequation)}% - \lthtmldisplayA{#1}\let\@eqnnum\relax}% -\newcommand\lthtmldisplayZ{\lthtmlboxmathZ\lthtmllogmath\lthtmlsetmath}% -\newcommand\lthtmlinlinemathA[1]{\lthtmlmathtype{#1}\lthtmlhboxmathA - \vrule height1.5ex width0pt }% -\newcommand\lthtmlinlineA[1]{\lthtmlmathtype{#1}\lthtmlhboxmathA}% -\newcommand\lthtmlinlineZ{\egroup\expandafter\ifdim\dp\sizebox>0pt % - \expandafter\centerinlinemath\fi\lthtmllogmath\lthtmlsetinline} -\newcommand\lthtmlinlinemathZ{\egroup\expandafter\ifdim\dp\sizebox>0pt % - \expandafter\centerinlinemath\fi\lthtmllogmath\lthtmlsetmath} -\newcommand\lthtmlindisplaymathZ{\egroup % - \centerinlinemath\lthtmllogmath\lthtmlsetmath} -\def\lthtmlsetinline{\hbox{\vrule width.1em\kern-.05em\vtop{\vbox{% - \kern.1em\copy\sizebox}\ifdim\dp\sizebox>0pt\kern.1em\else\kern.3pt\fi - \ifdim\hsize>\wd\sizebox \hrule depth1pt\fi}}} -\def\lthtmlsetmath{\hbox{\vrule width.1em\kern-.05em\vtop{\vbox{% - \kern.1em\kern0.8 pt\hbox{\hglue.17em\copy\sizebox\hglue0.8 pt}}\kern.3pt% - \ifdim\dp\sizebox>0pt\kern.1em\fi \kern0.8 pt% - \ifdim\hsize>\wd\sizebox \hrule depth1pt\fi}}} -\def\centerinlinemath{% - \dimen1=\ifdim\ht\sizebox<\dp\sizebox \dp\sizebox\else\ht\sizebox\fi - \advance\dimen1by.5pt \vrule width0pt height\dimen1 depth\dimen1 - \dp\sizebox=\dimen1\ht\sizebox=\dimen1\relax} - -\def\lthtmlcheckvsize{\ifdim\ht\sizebox<\vsize - \ifdim\wd\sizebox<\hsize\expandafter\hfill\fi \expandafter\vfill - \else\expandafter\vss\fi}% -\providecommand{\selectlanguage}[1]{}% -\makeatletter \tracingstats = 1 - - -\begin{document} -\pagestyle{empty}\thispagestyle{empty}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength hsize=\the\hsize}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength vsize=\the\vsize}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength hoffset=\the\hoffset}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength voffset=\the\voffset}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength topmargin=\the\topmargin}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength topskip=\the\topskip}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength headheight=\the\headheight}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength headsep=\the\headsep}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength parskip=\the\parskip}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength oddsidemargin=\the\oddsidemargin}\lthtmltypeout{}% -\makeatletter -\if@twoside\lthtmltypeout{latex2htmlLength evensidemargin=\the\evensidemargin}% -\else\lthtmltypeout{latex2htmlLength evensidemargin=\the\oddsidemargin}\fi% -\lthtmltypeout{}% -\makeatother -\setcounter{page}{1} -\onecolumn - -% !!! IMAGES START HERE !!! - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_indisplay173}% -$\displaystyle \phi(\lambda)$% -\lthtmlindisplaymathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_indisplay174}% -$\textstyle =$% -\lthtmlindisplaymathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_indisplay175}% -$\displaystyle \frac{1} {2 \pi i}\int^{c+i\infty}_{c-i\infty} -\exp \left( u \ln u + \lambda u \right ) du \hspace{1cm}\mbox{for } c \geq 0$% -\lthtmlindisplaymathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_indisplay176}% -$\displaystyle \lambda$% -\lthtmlindisplaymathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_indisplay178}% -$\displaystyle \frac{\epsilon -\bar{\epsilon} }{\xi} -- \gamma' - \beta^2 - \ln \frac{\xi} {E_{\rm max}}$% -\lthtmlindisplaymathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_indisplay179}% -$\displaystyle \gamma$% -\lthtmlindisplaymathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_indisplay181}% -$\displaystyle 0.577215\dots \mathrm{\hspace{5mm}(Euler's\ constant)}$% -\lthtmlindisplaymathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_indisplay182}% -$\displaystyle \gamma'$% -\lthtmlindisplaymathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_indisplay184}% -$\displaystyle 0.422784\dots = 1 - \gamma$% -\lthtmlindisplaymathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_indisplay185}% -$\displaystyle \epsilon , \bar{\epsilon}$% -\lthtmlindisplaymathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_indisplay187}% -$\displaystyle \mbox{actual/average energy loss}$% -\lthtmlindisplaymathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline112}% -$\delta\mathbf{c}$% -\lthtmlinlinemathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline114}% -$\mathcal{N}(A) = \mathcal{R}(B)$% -\lthtmlinlinemathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline116}% -$y=B(x)$% -\lthtmlinlinemathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline118}% -$a^2+b^2=c^2$% -\lthtmlinlinemathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline120}% -$a^n+b^n=c^n$% -\lthtmlinlinemathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline122}% -$n>2$% -\lthtmlinlinemathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_indisplay195}% -$\displaystyle V \mathbf{\pi}^{sr}$% -\lthtmlindisplaymathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_indisplay197}% -$\displaystyle \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i -+ \sum_i \sum_{j>i} \mathbf{R}_{ij} \mathbf{F}_{ij}\right>$% -\lthtmlindisplaymathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_indisplay199}% -$\displaystyle \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i -+ \sum_{i}\sum_{j>i}\sum_\alpha\sum_\beta \mathbf{r}_{i\alpha j\beta}\mathbf{f}_{i\alpha j\beta} -- \sum_i \sum_\alpha \mathbf{p}_{i\alpha} \mathbf{f}_{i\alpha} \right>$% -\lthtmlindisplaymathZ -\lthtmlcheckvsize\clearpage} - - -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img1.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img1.gif Binary files differdeleted file mode 100644 index 5916d47b1f4..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img1.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img10.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img10.gif Binary files differdeleted file mode 100644 index a001ae2b2d0..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img10.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img11.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img11.gif Binary files differdeleted file mode 100644 index c8903414415..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img11.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img12.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img12.gif Binary files differdeleted file mode 100644 index f0b3d7892e0..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img12.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img13.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img13.gif Binary files differdeleted file mode 100644 index cbddfb5e467..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img13.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img14.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img14.gif Binary files differdeleted file mode 100644 index 7de6ffffe7c..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img14.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img15.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img15.gif Binary files differdeleted file mode 100644 index a23285e2c3e..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img15.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img16.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img16.gif Binary files differdeleted file mode 100644 index 7b38866db53..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img16.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img17.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img17.gif Binary files differdeleted file mode 100644 index 9f0fe8adafe..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img17.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img18.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img18.gif Binary files differdeleted file mode 100644 index 4e486403d4a..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img18.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img19.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img19.gif Binary files differdeleted file mode 100644 index bd46b0c6d74..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img19.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img2.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img2.gif Binary files differdeleted file mode 100644 index 66f3d138c16..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img2.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img20.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img20.gif Binary files differdeleted file mode 100644 index bdac13b87dc..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img20.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img3.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img3.gif Binary files differdeleted file mode 100644 index 6d85ba37cb6..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img3.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img4.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img4.gif Binary files differdeleted file mode 100644 index a7833bf0203..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img4.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img5.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img5.gif Binary files differdeleted file mode 100644 index d838ee31f40..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img5.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img6.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img6.gif Binary files differdeleted file mode 100644 index a298ad3d840..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img6.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img7.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img7.gif Binary files differdeleted file mode 100644 index fb09310e87e..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img7.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img8.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img8.gif Binary files differdeleted file mode 100644 index 84c01f036ff..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img8.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img9.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img9.gif Binary files differdeleted file mode 100644 index f1d22f7d60e..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/img9.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/index.html b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/index.html deleted file mode 100644 index 47104a5ce76..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/index.html +++ /dev/null @@ -1,235 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> - -<!--Converted with LaTeX2HTML 99.1 release (March 30, 1999) -original version by: Nikos Drakos, CBLU, University of Leeds -* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan -* with significant contributions from: - Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -<HTML> -<HEAD> -<TITLE>sampleMath</TITLE> -<META NAME="description" CONTENT="sampleMath"> -<META NAME="keywords" CONTENT="sampleMath"> -<META NAME="resource-type" CONTENT="document"> -<META NAME="distribution" CONTENT="global"> - -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> -<META NAME="Generator" CONTENT="LaTeX2HTML v99.1 release"> -<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> - -<LINK REL="STYLESHEET" HREF="sampleMath.css"> - -<LINK REL="next" HREF="node1.html"> -<LINK REL="next" HREF="node1.html"> -</HEAD> - -<BODY > -<!--Navigation Panel--> -<A NAME="tex2html9" - HREF="node1.html"> -<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/next_motif.gif"></A> -<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/up_motif_gr.gif"> -<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/previous_motif_gr.gif"> -<BR> -<B> Next:</B> <A NAME="tex2html10" - HREF="node1.html">About this document ...</A> -<BR> -<BR> -<!--End of Navigation Panel--> -<P> -<H2 ALIGN="center"><A NAME="SECTION00000000000000000000"> -Math examples</A> -</H2> -<BR> -<DIV ALIGN="CENTER"><A NAME="xiEmax"></A> - -<!-- MATH - \begin{eqnarray} -\phi(\lambda) & = & \frac{1} {2 \pi i}\int^{c+i\infty}_{c-i\infty} - \exp \left( u \ln u + \lambda u \right ) du \hspace{1cm}\mbox{for } c \geq 0 \\ - \lambda & = & \frac{\epsilon -\bar{\epsilon} }{\xi} - - \gamma' - \beta^2 - \ln \frac{\xi} {E_{\rm max}}\\ - \gamma & = & 0.577215\dots \mathrm{\hspace{5mm}(Euler's\ constant)} \\ - \gamma' & = & 0.422784\dots = 1 - \gamma \\ - \epsilon , \bar{\epsilon} & = & \mbox{actual/average energy loss} -\end{eqnarray} - --> - -<TABLE ALIGN="CENTER" CELLPADDING="0" WIDTH="100%"> -<TR VALIGN="MIDDLE"><TD NOWRAP ALIGN="RIGHT"><IMG - WIDTH="35" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img1.gif" - ALT="$\displaystyle \phi(\lambda)$"></TD> -<TD ALIGN="CENTER" NOWRAP><IMG - WIDTH="16" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img2.gif" - ALT="$\textstyle =$"></TD> -<TD ALIGN="LEFT" NOWRAP><IMG - WIDTH="325" HEIGHT="58" ALIGN="MIDDLE" BORDER="0" - SRC="img3.gif" - ALT="$\displaystyle \frac{1} {2 \pi i}\int^{c+i\infty}_{c-i\infty} -\exp \left( u \ln u + \lambda u \right ) du \hspace{1cm}\mbox{for } c \geq 0$"></TD> -<TD WIDTH=10 ALIGN="RIGHT"> -(1)</TD></TR> -<TR VALIGN="MIDDLE"><TD NOWRAP ALIGN="RIGHT"><IMG - WIDTH="13" HEIGHT="29" ALIGN="MIDDLE" BORDER="0" - SRC="img4.gif" - ALT="$\displaystyle \lambda$"></TD> -<TD ALIGN="CENTER" NOWRAP><IMG - WIDTH="16" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img2.gif" - ALT="$\textstyle =$"></TD> -<TD ALIGN="LEFT" NOWRAP><IMG - WIDTH="185" HEIGHT="51" ALIGN="MIDDLE" BORDER="0" - SRC="img5.gif" - ALT="$\displaystyle \frac{\epsilon -\bar{\epsilon} }{\xi} -- \gamma' - \beta^2 - \ln \frac{\xi} {E_{\rm max}}$"></TD> -<TD WIDTH=10 ALIGN="RIGHT"> -(2)</TD></TR> -<TR VALIGN="MIDDLE"><TD NOWRAP ALIGN="RIGHT"><IMG - WIDTH="13" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img6.gif" - ALT="$\displaystyle \gamma$"></TD> -<TD ALIGN="CENTER" NOWRAP><IMG - WIDTH="16" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img2.gif" - ALT="$\textstyle =$"></TD> -<TD ALIGN="LEFT" NOWRAP><IMG - WIDTH="235" HEIGHT="33" ALIGN="MIDDLE" BORDER="0" - SRC="img7.gif" - ALT="$\displaystyle 0.577215\dots \mathrm{\hspace{5mm}(Euler's\ constant)}$"></TD> -<TD WIDTH=10 ALIGN="RIGHT"> -(3)</TD></TR> -<TR VALIGN="MIDDLE"><TD NOWRAP ALIGN="RIGHT"><IMG - WIDTH="18" HEIGHT="33" ALIGN="MIDDLE" BORDER="0" - SRC="img8.gif" - ALT="$\displaystyle \gamma'$"></TD> -<TD ALIGN="CENTER" NOWRAP><IMG - WIDTH="16" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img2.gif" - ALT="$\textstyle =$"></TD> -<TD ALIGN="LEFT" NOWRAP><IMG - WIDTH="143" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img9.gif" - ALT="$\displaystyle 0.422784\dots = 1 - \gamma$"></TD> -<TD WIDTH=10 ALIGN="RIGHT"> -(4)</TD></TR> -<TR VALIGN="MIDDLE"><TD NOWRAP ALIGN="RIGHT"><IMG - WIDTH="24" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img10.gif" - ALT="$\displaystyle \epsilon , \bar{\epsilon}$"></TD> -<TD ALIGN="CENTER" NOWRAP><IMG - WIDTH="16" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img2.gif" - ALT="$\textstyle =$"></TD> -<TD ALIGN="LEFT" NOWRAP><IMG - WIDTH="187" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img11.gif" - ALT="$\displaystyle \mbox{actual/average energy loss}$"></TD> -<TD WIDTH=10 ALIGN="RIGHT"> -(5)</TD></TR> -</TABLE></DIV> -<BR CLEAR="ALL"><P></P> - -<P> -Since <A HREF="sampleMath.html#xiEmax">2</A> and <A HREF="sampleMath.html#eqn:stress-sr">6</A> hold for arbitrary -<!-- MATH - $\delta\mathbf{c}$ - --> -<IMG - WIDTH="20" HEIGHT="14" ALIGN="BOTTOM" BORDER="0" - SRC="img12.gif" - ALT="$\delta\mathbf{c}$">-vectors, -it is clear that -<!-- MATH - $\mathcal{N}(A) = \mathcal{R}(B)$ - --> -<IMG - WIDTH="104" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img13.gif" - ALT="$\mathcal{N}(A) = \mathcal{R}(B)$"> and that when <IMG - WIDTH="68" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img14.gif" - ALT="$y=B(x)$"> one has... -<BR> -...the <A NAME="tex2html4" - HREF="http://www-groups.dcs.st-and.ac.uk/~history/Mathematicians/Pythagoras.html">Pythagorians</A> knew infinitely many solutions in integers to <IMG - WIDTH="88" HEIGHT="33" ALIGN="MIDDLE" BORDER="0" - SRC="img15.gif" - ALT="$a^2+b^2=c^2$">. -That no non-trivial integer solutions exist for <IMG - WIDTH="93" HEIGHT="29" ALIGN="MIDDLE" BORDER="0" - SRC="img16.gif" - ALT="$a^n+b^n=c^n$"> with integers <IMG - WIDTH="43" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img17.gif" - ALT="$n>2$"> has long -been suspected (<A NAME="tex2html5" - HREF="http://www-groups.dcs.st-and.ac.uk/~history/HistTopics/Fermat's_last_theorem.html">Fermat, c.1637</A>). Only during the current decade has this been proved (<A NAME="tex2html6" - HREF="http://www.pbs.org:80/wgbh/nova/proof">Wiles, 1995</A>). - -<P> -<BR> -<DIV ALIGN="CENTER"><A NAME="eqn:stress-sr"></A> - -<!-- MATH - \begin{eqnarray} -V \mathbf{\pi}^{sr} & = & \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i - + \sum_i \sum_{j>i} \mathbf{R}_{ij} \mathbf{F}_{ij}\right> \\\nonumber - & = & \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i - + \sum_{i}\sum_{j>i}\sum_\alpha\sum_\beta \mathbf{r}_{i\alpha j\beta}\mathbf{f}_{i\alpha j\beta} - - \sum_i \sum_\alpha \mathbf{p}_{i\alpha} \mathbf{f}_{i\alpha} \right> -\end{eqnarray} - --> - -<TABLE ALIGN="CENTER" CELLPADDING="0" WIDTH="100%"> -<TR VALIGN="MIDDLE"><TD NOWRAP ALIGN="RIGHT"><IMG - WIDTH="40" HEIGHT="30" ALIGN="MIDDLE" BORDER="0" - SRC="img18.gif" - ALT="$\displaystyle V \mathbf{\pi}^{sr}$"></TD> -<TD ALIGN="CENTER" NOWRAP><IMG - WIDTH="16" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img2.gif" - ALT="$\textstyle =$"></TD> -<TD ALIGN="LEFT" NOWRAP><IMG - WIDTH="233" HEIGHT="63" ALIGN="MIDDLE" BORDER="0" - SRC="img19.gif" - ALT="$\displaystyle \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i -+ \sum_i \sum_{j>i} \mathbf{R}_{ij} \mathbf{F}_{ij}\right>$"></TD> -<TD WIDTH=10 ALIGN="RIGHT"> -(6)</TD></TR> -<TR VALIGN="MIDDLE"><TD NOWRAP ALIGN="RIGHT"> </TD> -<TD ALIGN="CENTER" NOWRAP><IMG - WIDTH="16" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img2.gif" - ALT="$\textstyle =$"></TD> -<TD ALIGN="LEFT" NOWRAP><IMG - WIDTH="418" HEIGHT="63" ALIGN="MIDDLE" BORDER="0" - SRC="img20.gif" - ALT="$\displaystyle \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i -+ \sum_{i}\sum_{j>i}\... -... j\beta} -- \sum_i \sum_\alpha \mathbf{p}_{i\alpha} \mathbf{f}_{i\alpha} \right>$"></TD> -<TD WIDTH=10 ALIGN="RIGHT"> - </TD></TR> -</TABLE></DIV> -<BR CLEAR="ALL"><P></P> -<BR><HR> -<!--Table of Child-Links--> -<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A> - -<UL> -<LI><A NAME="tex2html11" - HREF="node1.html">About this document ...</A> -</UL> -<!--End of Table of Child-Links--> -<BR><HR> -<ADDRESS> -<I>Michel Goossens</I> -<BR><I>1999-03-30</I> -</ADDRESS> -</BODY> -</HTML> diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/internals.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/internals.pl deleted file mode 100644 index 129a18c5241..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/internals.pl +++ /dev/null @@ -1,14 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate internals original text with physical files. - - -$key = q/xiEmax/; -$ref_files{$key} = "$dir".q|sampleMath.html|; -$noresave{$key} = "$nosave"; - -$key = q/eqn:stress-sr/; -$ref_files{$key} = "$dir".q|sampleMath.html|; -$noresave{$key} = "$nosave"; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/labels.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/labels.pl deleted file mode 100644 index 47f50cc587b..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/labels.pl +++ /dev/null @@ -1,29 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate labels original text with physical files. - - -$key = q/xiEmax/; -$external_labels{$key} = "$URL/" . q|sampleMath.html|; -$noresave{$key} = "$nosave"; - -$key = q/eqn:stress-sr/; -$external_labels{$key} = "$URL/" . q|sampleMath.html|; -$noresave{$key} = "$nosave"; - -1; - - -# LaTeX2HTML 99.1 release (March 30, 1999) -# labels from external_latex_labels array. - - -$key = q/xiEmax/; -$external_latex_labels{$key} = q|2|; -$noresave{$key} = "$nosave"; - -$key = q/eqn:stress-sr/; -$external_latex_labels{$key} = q|6|; -$noresave{$key} = "$nosave"; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/node1.html b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/node1.html deleted file mode 100644 index 35ab2f29258..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/node1.html +++ /dev/null @@ -1,72 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> - -<!--Converted with LaTeX2HTML 99.1 release (March 30, 1999) -original version by: Nikos Drakos, CBLU, University of Leeds -* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan -* with significant contributions from: - Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -<HTML> -<HEAD> -<TITLE>About this document ...</TITLE> -<META NAME="description" CONTENT="About this document ..."> -<META NAME="keywords" CONTENT="sampleMath"> -<META NAME="resource-type" CONTENT="document"> -<META NAME="distribution" CONTENT="global"> - -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> -<META NAME="Generator" CONTENT="LaTeX2HTML v99.1 release"> -<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> - -<LINK REL="STYLESHEET" HREF="sampleMath.css"> - -<LINK REL="previous" HREF="sampleMath.html"> -<LINK REL="up" HREF="sampleMath.html"> -</HEAD> - -<BODY > -<!--Navigation Panel--> -<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/next_motif_gr.gif"> -<A NAME="tex2html16" - HREF="sampleMath.html"> -<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/up_motif.gif"></A> -<A NAME="tex2html12" - HREF="sampleMath.html"> -<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/previous_motif.gif"></A> -<BR> -<B> Up:</B> <A NAME="tex2html17" - HREF="sampleMath.html">sampleMath</A> -<B> Previous:</B> <A NAME="tex2html13" - HREF="sampleMath.html">sampleMath</A> -<BR> -<BR> -<!--End of Navigation Panel--> - -<H1><A NAME="SECTION00010000000000000000"> -About this document ...</A> -</H1> - <P> -This document was generated using the -<A HREF="http://www-dsed.llnl.gov/files/programs/unix/latex2html/manual/"><STRONG>LaTeX</STRONG>2<tt>HTML</tt></A> translator Version 99.1 release (March 30, 1999) -<P> -Copyright © 1993, 1994, 1995, 1996, -<A HREF="http://cbl.leeds.ac.uk/nikos/personal.html">Nikos Drakos</A>, -Computer Based Learning Unit, University of Leeds. -<BR> -Copyright © 1997, 1998, 1999, -<A HREF="http://www.maths.mq.edu.au/~ross/">Ross Moore</A>, -Mathematics Department, Macquarie University, Sydney. -<P> -The command line arguments were: <BR> - <STRONG>latex2html</STRONG> <TT>sampleMath</TT> -<P> -The translation was initiated by Michel Goossens on 1999-03-30 -<BR><HR> -<ADDRESS> -<I>Michel Goossens</I> -<BR><I>1999-03-30</I> -</ADDRESS> -</BODY> -</HTML> diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/sampleMath.css b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/sampleMath.css deleted file mode 100644 index 1993b851311..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/sampleMath.css +++ /dev/null @@ -1,31 +0,0 @@ - -/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */ -.MATH { font-family: "Century Schoolbook", serif; } -.MATH I { font-family: "Century Schoolbook", serif; font-shape: italic } -.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold } - -/* implement both fixed-size and relative sizes */ -SMALL.XTINY { font-size : xx-small } -SMALL.TINY { font-size : x-small } -SMALL.SCRIPTSIZE { font-size : smaller } -SMALL.FOOTNOTESIZE { font-size : small } -SMALL.SMALL { } -BIG.LARGE { } -BIG.XLARGE { font-size : large } -BIG.XXLARGE { font-size : x-large } -BIG.HUGE { font-size : larger } -BIG.XHUGE { font-size : xx-large } - -/* heading styles */ -H1 { } -H2 { } -H3 { } -H4 { } -H5 { } - -/* mathematics styles */ -DIV.displaymath { } /* math displays */ -TD.eqno { } /* equation-number cells */ - - -/* document-specific styles come next */ diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/sampleMath.html b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/sampleMath.html deleted file mode 100644 index 47104a5ce76..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMath/sampleMath.html +++ /dev/null @@ -1,235 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> - -<!--Converted with LaTeX2HTML 99.1 release (March 30, 1999) -original version by: Nikos Drakos, CBLU, University of Leeds -* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan -* with significant contributions from: - Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -<HTML> -<HEAD> -<TITLE>sampleMath</TITLE> -<META NAME="description" CONTENT="sampleMath"> -<META NAME="keywords" CONTENT="sampleMath"> -<META NAME="resource-type" CONTENT="document"> -<META NAME="distribution" CONTENT="global"> - -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> -<META NAME="Generator" CONTENT="LaTeX2HTML v99.1 release"> -<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> - -<LINK REL="STYLESHEET" HREF="sampleMath.css"> - -<LINK REL="next" HREF="node1.html"> -<LINK REL="next" HREF="node1.html"> -</HEAD> - -<BODY > -<!--Navigation Panel--> -<A NAME="tex2html9" - HREF="node1.html"> -<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/next_motif.gif"></A> -<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/up_motif_gr.gif"> -<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/previous_motif_gr.gif"> -<BR> -<B> Next:</B> <A NAME="tex2html10" - HREF="node1.html">About this document ...</A> -<BR> -<BR> -<!--End of Navigation Panel--> -<P> -<H2 ALIGN="center"><A NAME="SECTION00000000000000000000"> -Math examples</A> -</H2> -<BR> -<DIV ALIGN="CENTER"><A NAME="xiEmax"></A> - -<!-- MATH - \begin{eqnarray} -\phi(\lambda) & = & \frac{1} {2 \pi i}\int^{c+i\infty}_{c-i\infty} - \exp \left( u \ln u + \lambda u \right ) du \hspace{1cm}\mbox{for } c \geq 0 \\ - \lambda & = & \frac{\epsilon -\bar{\epsilon} }{\xi} - - \gamma' - \beta^2 - \ln \frac{\xi} {E_{\rm max}}\\ - \gamma & = & 0.577215\dots \mathrm{\hspace{5mm}(Euler's\ constant)} \\ - \gamma' & = & 0.422784\dots = 1 - \gamma \\ - \epsilon , \bar{\epsilon} & = & \mbox{actual/average energy loss} -\end{eqnarray} - --> - -<TABLE ALIGN="CENTER" CELLPADDING="0" WIDTH="100%"> -<TR VALIGN="MIDDLE"><TD NOWRAP ALIGN="RIGHT"><IMG - WIDTH="35" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img1.gif" - ALT="$\displaystyle \phi(\lambda)$"></TD> -<TD ALIGN="CENTER" NOWRAP><IMG - WIDTH="16" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img2.gif" - ALT="$\textstyle =$"></TD> -<TD ALIGN="LEFT" NOWRAP><IMG - WIDTH="325" HEIGHT="58" ALIGN="MIDDLE" BORDER="0" - SRC="img3.gif" - ALT="$\displaystyle \frac{1} {2 \pi i}\int^{c+i\infty}_{c-i\infty} -\exp \left( u \ln u + \lambda u \right ) du \hspace{1cm}\mbox{for } c \geq 0$"></TD> -<TD WIDTH=10 ALIGN="RIGHT"> -(1)</TD></TR> -<TR VALIGN="MIDDLE"><TD NOWRAP ALIGN="RIGHT"><IMG - WIDTH="13" HEIGHT="29" ALIGN="MIDDLE" BORDER="0" - SRC="img4.gif" - ALT="$\displaystyle \lambda$"></TD> -<TD ALIGN="CENTER" NOWRAP><IMG - WIDTH="16" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img2.gif" - ALT="$\textstyle =$"></TD> -<TD ALIGN="LEFT" NOWRAP><IMG - WIDTH="185" HEIGHT="51" ALIGN="MIDDLE" BORDER="0" - SRC="img5.gif" - ALT="$\displaystyle \frac{\epsilon -\bar{\epsilon} }{\xi} -- \gamma' - \beta^2 - \ln \frac{\xi} {E_{\rm max}}$"></TD> -<TD WIDTH=10 ALIGN="RIGHT"> -(2)</TD></TR> -<TR VALIGN="MIDDLE"><TD NOWRAP ALIGN="RIGHT"><IMG - WIDTH="13" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img6.gif" - ALT="$\displaystyle \gamma$"></TD> -<TD ALIGN="CENTER" NOWRAP><IMG - WIDTH="16" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img2.gif" - ALT="$\textstyle =$"></TD> -<TD ALIGN="LEFT" NOWRAP><IMG - WIDTH="235" HEIGHT="33" ALIGN="MIDDLE" BORDER="0" - SRC="img7.gif" - ALT="$\displaystyle 0.577215\dots \mathrm{\hspace{5mm}(Euler's\ constant)}$"></TD> -<TD WIDTH=10 ALIGN="RIGHT"> -(3)</TD></TR> -<TR VALIGN="MIDDLE"><TD NOWRAP ALIGN="RIGHT"><IMG - WIDTH="18" HEIGHT="33" ALIGN="MIDDLE" BORDER="0" - SRC="img8.gif" - ALT="$\displaystyle \gamma'$"></TD> -<TD ALIGN="CENTER" NOWRAP><IMG - WIDTH="16" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img2.gif" - ALT="$\textstyle =$"></TD> -<TD ALIGN="LEFT" NOWRAP><IMG - WIDTH="143" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img9.gif" - ALT="$\displaystyle 0.422784\dots = 1 - \gamma$"></TD> -<TD WIDTH=10 ALIGN="RIGHT"> -(4)</TD></TR> -<TR VALIGN="MIDDLE"><TD NOWRAP ALIGN="RIGHT"><IMG - WIDTH="24" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img10.gif" - ALT="$\displaystyle \epsilon , \bar{\epsilon}$"></TD> -<TD ALIGN="CENTER" NOWRAP><IMG - WIDTH="16" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img2.gif" - ALT="$\textstyle =$"></TD> -<TD ALIGN="LEFT" NOWRAP><IMG - WIDTH="187" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img11.gif" - ALT="$\displaystyle \mbox{actual/average energy loss}$"></TD> -<TD WIDTH=10 ALIGN="RIGHT"> -(5)</TD></TR> -</TABLE></DIV> -<BR CLEAR="ALL"><P></P> - -<P> -Since <A HREF="sampleMath.html#xiEmax">2</A> and <A HREF="sampleMath.html#eqn:stress-sr">6</A> hold for arbitrary -<!-- MATH - $\delta\mathbf{c}$ - --> -<IMG - WIDTH="20" HEIGHT="14" ALIGN="BOTTOM" BORDER="0" - SRC="img12.gif" - ALT="$\delta\mathbf{c}$">-vectors, -it is clear that -<!-- MATH - $\mathcal{N}(A) = \mathcal{R}(B)$ - --> -<IMG - WIDTH="104" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img13.gif" - ALT="$\mathcal{N}(A) = \mathcal{R}(B)$"> and that when <IMG - WIDTH="68" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img14.gif" - ALT="$y=B(x)$"> one has... -<BR> -...the <A NAME="tex2html4" - HREF="http://www-groups.dcs.st-and.ac.uk/~history/Mathematicians/Pythagoras.html">Pythagorians</A> knew infinitely many solutions in integers to <IMG - WIDTH="88" HEIGHT="33" ALIGN="MIDDLE" BORDER="0" - SRC="img15.gif" - ALT="$a^2+b^2=c^2$">. -That no non-trivial integer solutions exist for <IMG - WIDTH="93" HEIGHT="29" ALIGN="MIDDLE" BORDER="0" - SRC="img16.gif" - ALT="$a^n+b^n=c^n$"> with integers <IMG - WIDTH="43" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img17.gif" - ALT="$n>2$"> has long -been suspected (<A NAME="tex2html5" - HREF="http://www-groups.dcs.st-and.ac.uk/~history/HistTopics/Fermat's_last_theorem.html">Fermat, c.1637</A>). Only during the current decade has this been proved (<A NAME="tex2html6" - HREF="http://www.pbs.org:80/wgbh/nova/proof">Wiles, 1995</A>). - -<P> -<BR> -<DIV ALIGN="CENTER"><A NAME="eqn:stress-sr"></A> - -<!-- MATH - \begin{eqnarray} -V \mathbf{\pi}^{sr} & = & \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i - + \sum_i \sum_{j>i} \mathbf{R}_{ij} \mathbf{F}_{ij}\right> \\\nonumber - & = & \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i - + \sum_{i}\sum_{j>i}\sum_\alpha\sum_\beta \mathbf{r}_{i\alpha j\beta}\mathbf{f}_{i\alpha j\beta} - - \sum_i \sum_\alpha \mathbf{p}_{i\alpha} \mathbf{f}_{i\alpha} \right> -\end{eqnarray} - --> - -<TABLE ALIGN="CENTER" CELLPADDING="0" WIDTH="100%"> -<TR VALIGN="MIDDLE"><TD NOWRAP ALIGN="RIGHT"><IMG - WIDTH="40" HEIGHT="30" ALIGN="MIDDLE" BORDER="0" - SRC="img18.gif" - ALT="$\displaystyle V \mathbf{\pi}^{sr}$"></TD> -<TD ALIGN="CENTER" NOWRAP><IMG - WIDTH="16" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img2.gif" - ALT="$\textstyle =$"></TD> -<TD ALIGN="LEFT" NOWRAP><IMG - WIDTH="233" HEIGHT="63" ALIGN="MIDDLE" BORDER="0" - SRC="img19.gif" - ALT="$\displaystyle \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i -+ \sum_i \sum_{j>i} \mathbf{R}_{ij} \mathbf{F}_{ij}\right>$"></TD> -<TD WIDTH=10 ALIGN="RIGHT"> -(6)</TD></TR> -<TR VALIGN="MIDDLE"><TD NOWRAP ALIGN="RIGHT"> </TD> -<TD ALIGN="CENTER" NOWRAP><IMG - WIDTH="16" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img2.gif" - ALT="$\textstyle =$"></TD> -<TD ALIGN="LEFT" NOWRAP><IMG - WIDTH="418" HEIGHT="63" ALIGN="MIDDLE" BORDER="0" - SRC="img20.gif" - ALT="$\displaystyle \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i -+ \sum_{i}\sum_{j>i}\... -... j\beta} -- \sum_i \sum_\alpha \mathbf{p}_{i\alpha} \mathbf{f}_{i\alpha} \right>$"></TD> -<TD WIDTH=10 ALIGN="RIGHT"> - </TD></TR> -</TABLE></DIV> -<BR CLEAR="ALL"><P></P> -<BR><HR> -<!--Table of Child-Links--> -<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A> - -<UL> -<LI><A NAME="tex2html11" - HREF="node1.html">About this document ...</A> -</UL> -<!--End of Table of Child-Links--> -<BR><HR> -<ADDRESS> -<I>Michel Goossens</I> -<BR><I>1999-03-30</I> -</ADDRESS> -</BODY> -</HTML> diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages.dvi b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages.dvi Binary files differdeleted file mode 100644 index 0af1abe023b..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages.dvi +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages.tex b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages.tex deleted file mode 100644 index cca8e754e57..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages.tex +++ /dev/null @@ -1,64 +0,0 @@ -\documentclass[a4paper,twoside]{article} -\usepackage{html} -\usepackage{amsmath} - -\renewcommand{\d}{\partial}\providecommand{\bm}[1]{\mathbf{#1}} -\providecommand{\Range}{\mathcal{R}}\providecommand{\Ker}{\mathcal{N}} -\providecommand{\Quat}{\vec{\mathbf{Q}}} - -\newcommand{\StAndrews}{\url{http://www-groups.dcs.st-and.ac.uk/~history}}% -\newcommand{\Pythagorians}{\htmladdnormallink - {Pythagorians}{\StAndrews/Mathematicians/Pythagoras.html}} -\newcommand{\Fermat}{\htmladdnormallink - {Fermat, c.1637}{\StAndrews/HistTopics/Fermat's_last_theorem.html}} -\newcommand{\Wiles}{\htmladdnormallink - {Wiles, 1995}{http://www.pbs.org:80/wgbh/nova/proof}} - -\begin{document} -\htmlhead[center]{section}{Math examples} -\begin{flushright} -\begin{makeimage} -\begin{eqnarray} - \phi(\lambda) & = & \frac{1} {2 \pi i}\int^{c+i\infty}_{c-i\infty} - \exp \left( u \ln u + \lambda u \right ) du \hspace{1cm}\mbox{for } c \geq 0 \\ - \lambda & = & \frac{\epsilon -\bar{\epsilon} }{\xi} - - \gamma' - \beta^2 - \ln \frac{\xi} {E_{\rm max}} \\ - \gamma & = & 0.577215\dots \mathrm{\hspace{5mm}(Euler's\ constant)} \\ - \gamma' & = & 0.422784\dots = 1 - \gamma \\ - \epsilon , \bar{\epsilon} & = & \mbox{actual/average energy loss} -\end{eqnarray} -\end{makeimage} -\end{flushright} - -Since~\eqref{eqn:stress-sr} or~\eqref{gdef} should hold for arbitrary $\delta\bm{c}$% --vectors, it is clear that $\Ker(A) = \Range(B)$ and that when $y=B(x)$ one has...\\ -...the \Pythagorians{} knew infinitely many solutions in integers to $a^2+b^2=c^2$. -That no non-trivial integer solutions exist for $a^n+b^n=c^n$ with integers $n>2$ has long -been suspected (\Fermat). Only during the current decade has this been proved (\Wiles). - -\begin{flushright} -\begin{eqnarray}\htmlimage{} -\label{eqn:stress-sr} - V \bm{\pi}^{sr} & = & \left< \sum_i M_i \bm{V}_i \bm{V}_i - + \sum_i \sum_{j>i} \bm{R}_{ij} \bm{F}_{ij}\right> \\ \nonumber - & = & \left< \sum_i M_i \bm{V}_i \bm{V}_i - + \sum_{i}\sum_{j>i}\sum_\alpha\sum_\beta \bm{r}_{i\alpha j\beta}\bm{f}_{i\alpha j\beta} - - \sum_i \sum_\alpha \bm{p}_{i\alpha} \bm{f}_{i\alpha} \right> -\end{eqnarray} -\end{flushright} - -\begin{flushright} -\begin{subequations}\htmlimage{} -\label{bgdefs} -\begin{align} B_{ij}^\alpha & = - \left(B_{ij}^\alpha\right)_0 + \left(B_{ij}^\alpha\right)_a \label{bdef} \\ - \left(B_{ij}^\alpha\right)_0 & = \frac{1}{2}\left(\frac{\d N_i^\alpha}{\d X_j} - + \frac{\d N_j^\alpha} {\d X_i} \right) \label{b0def} \\ - \left(B_{ij}^\alpha\right)_a & = H_{ij}^{\alpha \beta} a^\beta \label{budef} \\ - H_{ij}^{\alpha \beta} & = - \frac{1}{2}\left( \frac{\d N_k^\alpha}{\d X_i} \frac{\d N_k^\beta}{\d X_j} - + \frac{\d N_k^\beta}{\d X_i} \frac{\d N_k^\alpha}{\d X_j} \right) \label{gdef} -\end{align} -\end{subequations} -\end{flushright} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/WARNINGS b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/WARNINGS deleted file mode 100644 index 4ec77a7a5b1..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/WARNINGS +++ /dev/null @@ -1,4 +0,0 @@ - -redefining command \d - -sampleMathImages.tex is newer than sampleMathImages.aux: Please rerun latex. diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/images.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/images.pl deleted file mode 100644 index 1d06c6a2144..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/images.pl +++ /dev/null @@ -1,66 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate images original text with physical files. - - -$key = q/{makeimage}eqnarray{phi(lambda)&=&frac{1}{2pii}int^{c+iinfty}_{c-iinfty}expleft(ar{epsilon}&=&mbox{actualslashaverageenergyloss}eqnarray{{makeimage};MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="474" HEIGHT="160" ALIGN="BOTTOM" BORDER="0" - SRC="img1.gif" - ALT="\begin{eqnarray} -\phi(\lambda) & = & \frac{1} {2 \pi i}\int^{c+i\infty}_{c-i\in... -...\epsilon , \bar{\epsilon} & = & \mbox{actual/average energy loss} -\end{eqnarray}">|; - -$key = q/a^2+b^2=c^2;MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="88" HEIGHT="33" ALIGN="MIDDLE" BORDER="0" - SRC="img5.gif" - ALT="$ a^2+b^2=c^2$">|; - -$key = q/n>2;MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="43" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img7.gif" - ALT="$ n>2$">|; - -$key = q/{eqnarray}htmlimage{}Vmathbf{pi}^{sr}&=&left<sum_iM_imathbf{V}_imathbf{V}_i+sum_sum_alphamathbf{p}_{ialpha}mathbf{f}_{ialpha}right>{eqnarray};MSF=1.6;TAGS=R;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="555" HEIGHT="114" ALIGN="LEFT" - SRC="img8.gif" - ALT="\begin{eqnarray}V \mathbf{\pi}^{sr} & = & \left< \sum_i M_i \mathbf{V}_i \mathbf... -...m_i \sum_\alpha \mathbf{p}_{i\alpha} \mathbf{f}_{i\alpha} \right> -\end{eqnarray}">|; - -$key = q/y=B(x);MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="68" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img4.gif" - ALT="$ y=B(x)$">|; - -$key = q/a^n+b^n=c^n;MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="93" HEIGHT="29" ALIGN="MIDDLE" BORDER="0" - SRC="img6.gif" - ALT="$ a^n+b^n=c^n$">|; - -$key = q/displaystylehtmlimage{}align{B_{ij}^alpha<col_mark>=left(B_{ij}^alpharight)_0+leX_j}+frac{{d{N_k^beta}{{d{X_i}frac{{d{N_k^alpha}{{d{X_j}right)align{;MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="4" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img9.gif" - ALT="$\displaystyle \begin{align}B_{ij}^\alpha & = \left(B_{ij}^\alpha\right)_0 + \le... -...} + \frac{\d N_k^\beta}{\d X_i} \frac{\d N_k^\alpha}{\d X_j} \right)\end{align}$">|; - -$key = q/mathcal{N}(A)=mathcal{R}(B);MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="104" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img3.gif" - ALT="$ \mathcal{N}(A) = \mathcal{R}(B)$">|; - -$key = q/deltamathbf{c};MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="20" HEIGHT="14" ALIGN="BOTTOM" BORDER="0" - SRC="img2.gif" - ALT="$ \delta\mathbf{c}$">|; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/images.tex b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/images.tex deleted file mode 100644 index f874044e50b..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/images.tex +++ /dev/null @@ -1,213 +0,0 @@ -\batchmode -\documentclass[a4paper,twoside]{article} - -\usepackage{html} -\usepackage{amsmath} - -% -\renewcommand{\d}{\partial}% -\providecommand{\bm}[1]{\mathbf{#1}}% -\providecommand{\Range}{\mathcal{R}}% -\providecommand{\Ker}{\mathcal{N}}% -\providecommand{\Quat}{\vec{\mathbf{Q}}} -% -\providecommand{\StAndrews}{\url{http://www-groups.dcs.st-and.ac.uk/~history}}%% -\providecommand{\Pythagorians}{\htmladdnormallink - {Pythagorians}{\url{http://www-groups.dcs.st-and.ac.uk/~history}/Mathematicians/Pythagoras.html}}% -\providecommand{\Fermat}{\htmladdnormallink - {Fermat, c.1637}{\url{http://www-groups.dcs.st-and.ac.uk/~history}/HistTopics/Fermat's_last_theorem.html}}% -\providecommand{\Wiles}{\htmladdnormallink - {Wiles, 1995}{http://www.pbs.org:80/wgbh/nova/proof}} - -\usepackage[dvips]{color} -\pagecolor[gray]{.7} - - - -\makeatletter - -\makeatletter -\count@=\the\catcode`\_ \catcode`\_=8 -\newenvironment{tex2html_wrap}{}{} \catcode`\_=\count@ -\newcommand{\renewedcommand}[1]{\expandafter\renewcommand\csname #1\endcsname}% -\makeatother -\let\mathon=$ -\let\mathoff=$ -\ifx\AtBeginDocument\undefined \newcommand{\AtBeginDocument}[1]{}\fi -\newbox\sizebox -\setlength{\hoffset}{0pt}\setlength{\voffset}{0pt} -\addtolength{\textheight}{\footskip}\setlength{\footskip}{0pt} -\addtolength{\textheight}{\topmargin}\setlength{\topmargin}{0pt} -\addtolength{\textheight}{\headheight}\setlength{\headheight}{0pt} -\addtolength{\textheight}{\headsep}\setlength{\headsep}{0pt} -\setlength{\textwidth}{349pt} -\newwrite\lthtmlwrite -\makeatletter -\let\realnormalsize=\normalsize -\global\topskip=2sp -\def\preveqno{}\let\real@float=\@float \let\realend@float=\end@float -\def\@float{\let\@savefreelist\@freelist\real@float} -\def\end@float{\realend@float\global\let\@freelist\@savefreelist} -\let\real@dbflt=\@dbflt \let\end@dblfloat=\end@float -\let\@largefloatcheck=\relax -\let\if@boxedmulticols=\iftrue -\def\@dbflt{\let\@savefreelist\@freelist\real@dbflt} -\def\adjustnormalsize{\def\normalsize{\mathsurround=0pt \realnormalsize - \parindent=0pt\abovedisplayskip=0pt\belowdisplayskip=0pt}% - \def\phantompar{\csname par\endcsname}\normalsize}% -\def\lthtmltypeout#1{{\let\protect\string\immediate\write\lthtmlwrite{#1}}}% -\newcommand\lthtmlhboxmathA{\adjustnormalsize\setbox\sizebox=\hbox\bgroup\kern.05em }% -\newcommand\lthtmlhboxmathB{\adjustnormalsize\setbox\sizebox=\hbox to\hsize\bgroup\hfill }% -\newcommand\lthtmlvboxmathA{\adjustnormalsize\setbox\sizebox=\vbox\bgroup % - \let\ifinner=\iffalse }% -\newcommand\lthtmlboxmathZ{\@next\next\@currlist{}{\def\next{\voidb@x}}% - \expandafter\box\next\egroup}% -\newcommand\lthtmlmathtype[1]{\def\lthtmlmathenv{#1}}% -\newcommand\lthtmllogmath{\lthtmltypeout{l2hSize % -:\lthtmlmathenv:\the\ht\sizebox::\the\dp\sizebox::\the\wd\sizebox.\preveqno}}% -\newcommand\lthtmlfigureA[1]{\let\@savefreelist\@freelist - \lthtmlmathtype{#1}\lthtmlvboxmathA}% -\newcommand\lthtmlpictureA[1]{\let\@savefreelist\@freelist - \lthtmlmathtype{#1}\lthtmlhboxmathB}% -\newcommand\lthtmlpictureZ[1]{\hfill\lthtmlfigureZ}% -\newcommand\lthtmlfigureZ{\lthtmlboxmathZ\lthtmllogmath\copy\sizebox - \global\let\@freelist\@savefreelist}% -\newcommand\lthtmldisplayA[1]{\lthtmlmathtype{#1}\lthtmlvboxmathA}% -\newcommand\lthtmldisplayB[1]{\edef\preveqno{(\theequation)}% - \lthtmldisplayA{#1}\let\@eqnnum\relax}% -\newcommand\lthtmldisplayZ{\lthtmlboxmathZ\lthtmllogmath\lthtmlsetmath}% -\newcommand\lthtmlinlinemathA[1]{\lthtmlmathtype{#1}\lthtmlhboxmathA - \vrule height1.5ex width0pt }% -\newcommand\lthtmlinlineA[1]{\lthtmlmathtype{#1}\lthtmlhboxmathA}% -\newcommand\lthtmlinlineZ{\egroup\expandafter\ifdim\dp\sizebox>0pt % - \expandafter\centerinlinemath\fi\lthtmllogmath\lthtmlsetinline} -\newcommand\lthtmlinlinemathZ{\egroup\expandafter\ifdim\dp\sizebox>0pt % - \expandafter\centerinlinemath\fi\lthtmllogmath\lthtmlsetmath} -\newcommand\lthtmlindisplaymathZ{\egroup % - \centerinlinemath\lthtmllogmath\lthtmlsetmath} -\def\lthtmlsetinline{\hbox{\vrule width.1em\kern-.05em\vtop{\vbox{% - \kern.1em\copy\sizebox}\ifdim\dp\sizebox>0pt\kern.1em\else\kern.3pt\fi - \ifdim\hsize>\wd\sizebox \hrule depth1pt\fi}}} -\def\lthtmlsetmath{\hbox{\vrule width.1em\kern-.05em\vtop{\vbox{% - \kern.1em\kern0.8 pt\hbox{\hglue.17em\copy\sizebox\hglue0.8 pt}}\kern.3pt% - \ifdim\dp\sizebox>0pt\kern.1em\fi \kern0.8 pt% - \ifdim\hsize>\wd\sizebox \hrule depth1pt\fi}}} -\def\centerinlinemath{% - \dimen1=\ifdim\ht\sizebox<\dp\sizebox \dp\sizebox\else\ht\sizebox\fi - \advance\dimen1by.5pt \vrule width0pt height\dimen1 depth\dimen1 - \dp\sizebox=\dimen1\ht\sizebox=\dimen1\relax} - -\def\lthtmlcheckvsize{\ifdim\ht\sizebox<\vsize - \ifdim\wd\sizebox<\hsize\expandafter\hfill\fi \expandafter\vfill - \else\expandafter\vss\fi}% -\providecommand{\selectlanguage}[1]{}% -\makeatletter \tracingstats = 1 -\providecommand{\Mu}{\textrm{M}} -\providecommand{\Nu}{\textrm{N}} -\providecommand{\Chi}{\textrm{X}} -\providecommand{\Zeta}{\textrm{Z}} -\providecommand{\Alpha}{\textrm{A}} -\providecommand{\Omicron}{\textrm{O}} -\providecommand{\omicron}{\textrm{o}} -\providecommand{\Rho}{\textrm{R}} -\providecommand{\Tau}{\textrm{T}} -\providecommand{\Epsilon}{\textrm{E}} -\providecommand{\Eta}{\textrm{H}} -\providecommand{\Beta}{\textrm{B}} -\providecommand{\Iota}{\textrm{J}} -\providecommand{\Kappa}{\textrm{K}} - - -\begin{document} -\pagestyle{empty}\thispagestyle{empty}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength hsize=\the\hsize}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength vsize=\the\vsize}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength hoffset=\the\hoffset}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength voffset=\the\voffset}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength topmargin=\the\topmargin}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength topskip=\the\topskip}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength headheight=\the\headheight}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength headsep=\the\headsep}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength parskip=\the\parskip}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength oddsidemargin=\the\oddsidemargin}\lthtmltypeout{}% -\makeatletter -\if@twoside\lthtmltypeout{latex2htmlLength evensidemargin=\the\evensidemargin}% -\else\lthtmltypeout{latex2htmlLength evensidemargin=\the\oddsidemargin}\fi% -\lthtmltypeout{}% -\makeatother -\setcounter{page}{1} -\onecolumn - -% !!! IMAGES START HERE !!! - -{\newpage\clearpage -\lthtmldisplayA{makeimage29}% -\begin{eqnarray} - \phi(\lambda) & = & \frac{1} {2 \pi i}\int^{c+i\infty}_{c-i\infty} - \exp \left( u \ln u + \lambda u \right ) du \hspace{1cm}\mbox{for } c \geq 0 \\ - \lambda & = & \frac{\epsilon -\bar{\epsilon} }{\xi} - - \gamma' - \beta^2 - \ln \frac{\xi} {E_{\rm max}} \\ - \gamma & = & 0.577215\dots \mathrm{\hspace{5mm}(Euler's\ constant)} \\ - \gamma' & = & 0.422784\dots = 1 - \gamma \\ - \epsilon , \bar{\epsilon} & = & \mbox{actual/average energy loss} -\end{eqnarray} -% -\lthtmldisplayZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline255}% -$ \delta\mathbf{c}$% -\lthtmlinlinemathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline257}% -$ \mathcal{N}(A) = \mathcal{R}(B)$% -\lthtmlinlinemathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline259}% -$ y=B(x)$% -\lthtmlinlinemathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline261}% -$ a^2+b^2=c^2$% -\lthtmlinlinemathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline263}% -$ a^n+b^n=c^n$% -\lthtmlinlinemathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline265}% -$ n>2$% -\lthtmlinlinemathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmldisplayA{eqnarray52}% -\begin{eqnarray}\htmlimage{} - V \mathbf{\pi}^{sr} & = & \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i - + \sum_i \sum_{j>i} \mathbf{R}_{ij} \mathbf{F}_{ij}\right> \\\nonumber - & = & \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i - + \sum_{i}\sum_{j>i}\sum_\alpha\sum_\beta \mathbf{r}_{i\alpha j\beta}\mathbf{f}_{i\alpha j\beta} - - \sum_i \sum_\alpha \mathbf{p}_{i\alpha} \mathbf{f}_{i\alpha} \right> -\end{eqnarray}% -\lthtmldisplayZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_indisplay268}% -$\displaystyle \htmlimage{}\begin{align} B_{ij}^\alpha & = \left(B_{ij}^\alpha\right)_0 + \left(B_{ij}^\alpha\right)_a\\ \left(B_{ij}^\alpha\right)_0 & = \frac{1}{2}\left(\frac{\d N_i^\alpha}{\d X_j} + \frac{\d N_j^\alpha} {\d X_i} \right)\\ \left(B_{ij}^\alpha\right)_a & = H_{ij}^{\alpha \beta} a^\beta\\ H_{ij}^{\alpha \beta} & = \frac{1}{2}\left( \frac{\d N_k^\alpha}{\d X_i} \frac{\d N_k^\beta}{\d X_j} + \frac{\d N_k^\beta}{\d X_i} \frac{\d N_k^\alpha}{\d X_j} \right)\end{align}$% -\lthtmlindisplaymathZ -\lthtmlcheckvsize\clearpage} - - -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img1.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img1.gif Binary files differdeleted file mode 100644 index 8e6129a71ca..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img1.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img2.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img2.gif Binary files differdeleted file mode 100644 index f0b3d7892e0..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img2.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img3.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img3.gif Binary files differdeleted file mode 100644 index cbddfb5e467..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img3.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img4.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img4.gif Binary files differdeleted file mode 100644 index 7de6ffffe7c..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img4.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img5.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img5.gif Binary files differdeleted file mode 100644 index a23285e2c3e..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img5.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img6.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img6.gif Binary files differdeleted file mode 100644 index 7b38866db53..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img6.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img7.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img7.gif Binary files differdeleted file mode 100644 index 9f0fe8adafe..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img7.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img8.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img8.gif Binary files differdeleted file mode 100644 index d2fde624eb0..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img8.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img9.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img9.gif Binary files differdeleted file mode 100644 index 502a74b58a4..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/img9.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/index.html b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/index.html deleted file mode 100644 index 5e482e67124..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/index.html +++ /dev/null @@ -1,169 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> - -<!--Converted with LaTeX2HTML 99.1 release (March 30, 1999) -original version by: Nikos Drakos, CBLU, University of Leeds -* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan -* with significant contributions from: - Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -<HTML> -<HEAD> -<TITLE>sampleMathImages</TITLE> -<META NAME="description" CONTENT="sampleMathImages"> -<META NAME="keywords" CONTENT="sampleMathImages"> -<META NAME="resource-type" CONTENT="document"> -<META NAME="distribution" CONTENT="global"> - -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> -<META NAME="Generator" CONTENT="LaTeX2HTML v99.1 release"> -<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> - -<LINK REL="STYLESHEET" HREF="sampleMathImages.css"> - -<LINK REL="next" HREF="node1.html"> -<LINK REL="next" HREF="node1.html"> -</HEAD> - -<BODY > -<!--Navigation Panel--> -<A NAME="tex2html9" - HREF="node1.html"> -<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/next_motif.gif"></A> -<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/up_motif_gr.gif"> -<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/previous_motif_gr.gif"> -<BR> -<B> Next:</B> <A NAME="tex2html10" - HREF="node1.html">About this document ...</A> -<BR> -<BR> -<!--End of Navigation Panel--> -<P> -<H2 ALIGN="center"><A NAME="SECTION00000000000000000000"> -Math examples</A> -</H2> -<DIV ALIGN="RIGHT"> -<IMG - WIDTH="474" HEIGHT="160" ALIGN="BOTTOM" BORDER="0" - SRC="img1.gif" - ALT="\begin{eqnarray} -\phi(\lambda) & = & \frac{1} {2 \pi i}\int^{c+i\infty}_{c-i\in... -...\epsilon , \bar{\epsilon} & = & \mbox{actual/average energy loss} -\end{eqnarray}"> -<BR> - -</DIV> - -<P> -Since (<A HREF="sampleMathImages.html#eqn:stress-sr">6</A>) or (<A HREF="sampleMathImages.html#gdef">7d</A>) should hold for arbitrary -<!-- MATH - $\delta\mathbf{c}$ - --> -<IMG - WIDTH="20" HEIGHT="14" ALIGN="BOTTOM" BORDER="0" - SRC="img2.gif" - ALT="$ \delta\mathbf{c}$">-vectors, it is clear that -<!-- MATH - $\mathcal{N}(A) = \mathcal{R}(B)$ - --> -<IMG - WIDTH="104" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img3.gif" - ALT="$ \mathcal{N}(A) = \mathcal{R}(B)$"> and that when <IMG - WIDTH="68" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img4.gif" - ALT="$ y=B(x)$"> one has... -<BR> -...the <A NAME="tex2html3" - HREF="http://www-groups.dcs.st-and.ac.uk/~history/Mathematicians/Pythagoras.html">Pythagorians</A> knew infinitely many solutions in integers to -<!-- MATH - $a^2+b^2=c^2$ - --> -<IMG - WIDTH="88" HEIGHT="33" ALIGN="MIDDLE" BORDER="0" - SRC="img5.gif" - ALT="$ a^2+b^2=c^2$">. -That no non-trivial integer solutions exist for -<!-- MATH - $a^n+b^n=c^n$ - --> -<IMG - WIDTH="93" HEIGHT="29" ALIGN="MIDDLE" BORDER="0" - SRC="img6.gif" - ALT="$ a^n+b^n=c^n$"> with integers <IMG - WIDTH="43" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img7.gif" - ALT="$ n>2$"> has long -been suspected (<A NAME="tex2html4" - HREF="http://www-groups.dcs.st-and.ac.uk/~history/HistTopics/Fermat's_last_theorem.html">Fermat, c.1637</A>). Only during the current decade has this been proved (<A NAME="tex2html5" - HREF="http://www.pbs.org:80/wgbh/nova/proof">Wiles, 1995</A>). - -<P> -<DIV ALIGN="RIGHT"> -</DIV> -<BR> -<DIV ALIGN="RIGHT"> -<P ALIGN="RIGHT"><A NAME="eqn:stress-sr"></A> -<!-- MATH - \begin{eqnarray} -\htmlimage{} V \mathbf{\pi}^{sr} & = & \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i -+ \sum_i \sum_{j>i} \mathbf{R}_{ij} \mathbf{F}_{ij}\right> \\\nonumber - & = & \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i - + \sum_{i}\sum_{j>i}\sum_\alpha\sum_\beta \mathbf{r}_{i\alpha j\beta}\mathbf{f}_{i\alpha j\beta} - - \sum_i \sum_\alpha \mathbf{p}_{i\alpha} \mathbf{f}_{i\alpha} \right> -\end{eqnarray} - --> -<A NAME="eqn:stress-sr"></A><IMG - WIDTH="555" HEIGHT="114" ALIGN="LEFT" - SRC="img8.gif" - ALT="\begin{eqnarray}V \mathbf{\pi}^{sr} & = & \left< \sum_i M_i \mathbf{V}_i \mathbf... -...m_i \sum_\alpha \mathbf{p}_{i\alpha} \mathbf{f}_{i\alpha} \right> -\end{eqnarray}"> -<BR CLEAR="ALL"> -<P> -<BR CLEAR="ALL"></DIV><P></P> -<DIV ALIGN="RIGHT"> -</DIV> - -<P> -<DIV ALIGN="RIGHT"> -</DIV><A NAME="bgdefs"></A><A NAME="bdef"></A><A NAME="b0def"></A><A NAME="budef"></A><A NAME="gdef"></A> -<!-- MATH - \begin{subequations} -\htmlimage{}\begin{align} B_{ij}^\alpha & = -\left(B_{ij}^\alpha\right)_0 + \left(B_{ij}^\alpha\right)_a\\ - \left(B_{ij}^\alpha\right)_0 & = \frac{1}{2}\left(\frac{\d N_i^\alpha}{\d X_j} - + \frac{\d N_j^\alpha} {\d X_i} \right)\\ - \left(B_{ij}^\alpha\right)_a & = H_{ij}^{\alpha \beta} a^\beta\\ - H_{ij}^{\alpha \beta} & = - \frac{1}{2}\left( \frac{\d N_k^\alpha}{\d X_i} \frac{\d N_k^\beta}{\d X_j} - + \frac{\d N_k^\beta}{\d X_i} \frac{\d N_k^\alpha}{\d X_j} \right)\end{align} -\end{subequations} - --> -<TABLE CELLPADDING="0" WIDTH="100%" ALIGN="CENTER"> -<TR VALIGN="MIDDLE"> -<TD NOWRAP ALIGN="CENTER"><IMG - WIDTH="4" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img9.gif" - ALT="$\displaystyle \begin{align}B_{ij}^\alpha & = \left(B_{ij}^\alpha\right)_0 + \le... -...} + \frac{\d N_k^\beta}{\d X_i} \frac{\d N_k^\alpha}{\d X_j} \right)\end{align}$"></TD></TR> -</TABLE> -<DIV ALIGN="RIGHT"> -</DIV> -<BR><HR> -<!--Table of Child-Links--> -<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A> - -<UL> -<LI><A NAME="tex2html11" - HREF="node1.html">About this document ...</A> -</UL> -<!--End of Table of Child-Links--> -<BR><HR> -<ADDRESS> -<I>Michel Goossens</I> -<BR><I>1999-03-30</I> -</ADDRESS> -</BODY> -</HTML> diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/internals.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/internals.pl deleted file mode 100644 index 19324793ac1..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/internals.pl +++ /dev/null @@ -1,30 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate internals original text with physical files. - - -$key = q/bdef/; -$ref_files{$key} = "$dir".q|sampleMathImages.html|; -$noresave{$key} = "$nosave"; - -$key = q/b0def/; -$ref_files{$key} = "$dir".q|sampleMathImages.html|; -$noresave{$key} = "$nosave"; - -$key = q/bgdefs/; -$ref_files{$key} = "$dir".q|sampleMathImages.html|; -$noresave{$key} = "$nosave"; - -$key = q/eqn:stress-sr/; -$ref_files{$key} = "$dir".q|sampleMathImages.html|; -$noresave{$key} = "$nosave"; - -$key = q/budef/; -$ref_files{$key} = "$dir".q|sampleMathImages.html|; -$noresave{$key} = "$nosave"; - -$key = q/gdef/; -$ref_files{$key} = "$dir".q|sampleMathImages.html|; -$noresave{$key} = "$nosave"; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/labels.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/labels.pl deleted file mode 100644 index fee23dac250..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/labels.pl +++ /dev/null @@ -1,61 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate labels original text with physical files. - - -$key = q/bdef/; -$external_labels{$key} = "$URL/" . q|sampleMathImages.html|; -$noresave{$key} = "$nosave"; - -$key = q/b0def/; -$external_labels{$key} = "$URL/" . q|sampleMathImages.html|; -$noresave{$key} = "$nosave"; - -$key = q/bgdefs/; -$external_labels{$key} = "$URL/" . q|sampleMathImages.html|; -$noresave{$key} = "$nosave"; - -$key = q/eqn:stress-sr/; -$external_labels{$key} = "$URL/" . q|sampleMathImages.html|; -$noresave{$key} = "$nosave"; - -$key = q/budef/; -$external_labels{$key} = "$URL/" . q|sampleMathImages.html|; -$noresave{$key} = "$nosave"; - -$key = q/gdef/; -$external_labels{$key} = "$URL/" . q|sampleMathImages.html|; -$noresave{$key} = "$nosave"; - -1; - - -# LaTeX2HTML 99.1 release (March 30, 1999) -# labels from external_latex_labels array. - - -$key = q/bdef/; -$external_latex_labels{$key} = q|7a|; -$noresave{$key} = "$nosave"; - -$key = q/b0def/; -$external_latex_labels{$key} = q|7b|; -$noresave{$key} = "$nosave"; - -$key = q/bgdefs/; -$external_latex_labels{$key} = q|7|; -$noresave{$key} = "$nosave"; - -$key = q/eqn:stress-sr/; -$external_latex_labels{$key} = q|6|; -$noresave{$key} = "$nosave"; - -$key = q/budef/; -$external_latex_labels{$key} = q|7c|; -$noresave{$key} = "$nosave"; - -$key = q/gdef/; -$external_latex_labels{$key} = q|7d|; -$noresave{$key} = "$nosave"; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/node1.html b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/node1.html deleted file mode 100644 index 44cd641eb3a..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/node1.html +++ /dev/null @@ -1,73 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> - -<!--Converted with LaTeX2HTML 99.1 release (March 30, 1999) -original version by: Nikos Drakos, CBLU, University of Leeds -* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan -* with significant contributions from: - Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -<HTML> -<HEAD> -<TITLE>About this document ...</TITLE> -<META NAME="description" CONTENT="About this document ..."> -<META NAME="keywords" CONTENT="sampleMathImages"> -<META NAME="resource-type" CONTENT="document"> -<META NAME="distribution" CONTENT="global"> - -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> -<META NAME="Generator" CONTENT="LaTeX2HTML v99.1 release"> -<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> - -<LINK REL="STYLESHEET" HREF="sampleMathImages.css"> - -<LINK REL="previous" HREF="sampleMathImages.html"> -<LINK REL="up" HREF="sampleMathImages.html"> -</HEAD> - -<BODY > -<!--Navigation Panel--> -<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/next_motif_gr.gif"> -<A NAME="tex2html16" - HREF="sampleMathImages.html"> -<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/up_motif.gif"></A> -<A NAME="tex2html12" - HREF="sampleMathImages.html"> -<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/previous_motif.gif"></A> -<BR> -<B> Up:</B> <A NAME="tex2html17" - HREF="sampleMathImages.html">sampleMathImages</A> -<B> Previous:</B> <A NAME="tex2html13" - HREF="sampleMathImages.html">sampleMathImages</A> -<BR> -<BR> -<!--End of Navigation Panel--> - -<H1><A NAME="SECTION00010000000000000000"> -About this document ...</A> -</H1> - <P> -This document was generated using the -<A HREF="http://www-dsed.llnl.gov/files/programs/unix/latex2html/manual/"><STRONG>LaTeX</STRONG>2<tt>HTML</tt></A> translator Version 99.1 release (March 30, 1999) -<P> -Copyright © 1993, 1994, 1995, 1996, -<A HREF="http://cbl.leeds.ac.uk/nikos/personal.html">Nikos Drakos</A>, -Computer Based Learning Unit, University of Leeds. -<BR> -Copyright © 1997, 1998, 1999, -<A HREF="http://www.maths.mq.edu.au/~ross/">Ross Moore</A>, -Mathematics Department, Macquarie University, Sydney. -<P> -The command line arguments were: <BR> - <STRONG>latex2html</STRONG> <TT><A NAME="tex2html6" - HREF="../sampleMathImages.tex">sampleMathImages.tex</A></TT> -<P> -The translation was initiated by Michel Goossens on 1999-03-30 -<BR><HR> -<ADDRESS> -<I>Michel Goossens</I> -<BR><I>1999-03-30</I> -</ADDRESS> -</BODY> -</HTML> diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/sampleMathImages.css b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/sampleMathImages.css deleted file mode 100644 index 1993b851311..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/sampleMathImages.css +++ /dev/null @@ -1,31 +0,0 @@ - -/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */ -.MATH { font-family: "Century Schoolbook", serif; } -.MATH I { font-family: "Century Schoolbook", serif; font-shape: italic } -.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold } - -/* implement both fixed-size and relative sizes */ -SMALL.XTINY { font-size : xx-small } -SMALL.TINY { font-size : x-small } -SMALL.SCRIPTSIZE { font-size : smaller } -SMALL.FOOTNOTESIZE { font-size : small } -SMALL.SMALL { } -BIG.LARGE { } -BIG.XLARGE { font-size : large } -BIG.XXLARGE { font-size : x-large } -BIG.HUGE { font-size : larger } -BIG.XHUGE { font-size : xx-large } - -/* heading styles */ -H1 { } -H2 { } -H3 { } -H4 { } -H5 { } - -/* mathematics styles */ -DIV.displaymath { } /* math displays */ -TD.eqno { } /* equation-number cells */ - - -/* document-specific styles come next */ diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/sampleMathImages.html b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/sampleMathImages.html deleted file mode 100644 index 5e482e67124..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathImages/sampleMathImages.html +++ /dev/null @@ -1,169 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> - -<!--Converted with LaTeX2HTML 99.1 release (March 30, 1999) -original version by: Nikos Drakos, CBLU, University of Leeds -* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan -* with significant contributions from: - Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -<HTML> -<HEAD> -<TITLE>sampleMathImages</TITLE> -<META NAME="description" CONTENT="sampleMathImages"> -<META NAME="keywords" CONTENT="sampleMathImages"> -<META NAME="resource-type" CONTENT="document"> -<META NAME="distribution" CONTENT="global"> - -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> -<META NAME="Generator" CONTENT="LaTeX2HTML v99.1 release"> -<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> - -<LINK REL="STYLESHEET" HREF="sampleMathImages.css"> - -<LINK REL="next" HREF="node1.html"> -<LINK REL="next" HREF="node1.html"> -</HEAD> - -<BODY > -<!--Navigation Panel--> -<A NAME="tex2html9" - HREF="node1.html"> -<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/next_motif.gif"></A> -<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/up_motif_gr.gif"> -<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/previous_motif_gr.gif"> -<BR> -<B> Next:</B> <A NAME="tex2html10" - HREF="node1.html">About this document ...</A> -<BR> -<BR> -<!--End of Navigation Panel--> -<P> -<H2 ALIGN="center"><A NAME="SECTION00000000000000000000"> -Math examples</A> -</H2> -<DIV ALIGN="RIGHT"> -<IMG - WIDTH="474" HEIGHT="160" ALIGN="BOTTOM" BORDER="0" - SRC="img1.gif" - ALT="\begin{eqnarray} -\phi(\lambda) & = & \frac{1} {2 \pi i}\int^{c+i\infty}_{c-i\in... -...\epsilon , \bar{\epsilon} & = & \mbox{actual/average energy loss} -\end{eqnarray}"> -<BR> - -</DIV> - -<P> -Since (<A HREF="sampleMathImages.html#eqn:stress-sr">6</A>) or (<A HREF="sampleMathImages.html#gdef">7d</A>) should hold for arbitrary -<!-- MATH - $\delta\mathbf{c}$ - --> -<IMG - WIDTH="20" HEIGHT="14" ALIGN="BOTTOM" BORDER="0" - SRC="img2.gif" - ALT="$ \delta\mathbf{c}$">-vectors, it is clear that -<!-- MATH - $\mathcal{N}(A) = \mathcal{R}(B)$ - --> -<IMG - WIDTH="104" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img3.gif" - ALT="$ \mathcal{N}(A) = \mathcal{R}(B)$"> and that when <IMG - WIDTH="68" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img4.gif" - ALT="$ y=B(x)$"> one has... -<BR> -...the <A NAME="tex2html3" - HREF="http://www-groups.dcs.st-and.ac.uk/~history/Mathematicians/Pythagoras.html">Pythagorians</A> knew infinitely many solutions in integers to -<!-- MATH - $a^2+b^2=c^2$ - --> -<IMG - WIDTH="88" HEIGHT="33" ALIGN="MIDDLE" BORDER="0" - SRC="img5.gif" - ALT="$ a^2+b^2=c^2$">. -That no non-trivial integer solutions exist for -<!-- MATH - $a^n+b^n=c^n$ - --> -<IMG - WIDTH="93" HEIGHT="29" ALIGN="MIDDLE" BORDER="0" - SRC="img6.gif" - ALT="$ a^n+b^n=c^n$"> with integers <IMG - WIDTH="43" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img7.gif" - ALT="$ n>2$"> has long -been suspected (<A NAME="tex2html4" - HREF="http://www-groups.dcs.st-and.ac.uk/~history/HistTopics/Fermat's_last_theorem.html">Fermat, c.1637</A>). Only during the current decade has this been proved (<A NAME="tex2html5" - HREF="http://www.pbs.org:80/wgbh/nova/proof">Wiles, 1995</A>). - -<P> -<DIV ALIGN="RIGHT"> -</DIV> -<BR> -<DIV ALIGN="RIGHT"> -<P ALIGN="RIGHT"><A NAME="eqn:stress-sr"></A> -<!-- MATH - \begin{eqnarray} -\htmlimage{} V \mathbf{\pi}^{sr} & = & \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i -+ \sum_i \sum_{j>i} \mathbf{R}_{ij} \mathbf{F}_{ij}\right> \\\nonumber - & = & \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i - + \sum_{i}\sum_{j>i}\sum_\alpha\sum_\beta \mathbf{r}_{i\alpha j\beta}\mathbf{f}_{i\alpha j\beta} - - \sum_i \sum_\alpha \mathbf{p}_{i\alpha} \mathbf{f}_{i\alpha} \right> -\end{eqnarray} - --> -<A NAME="eqn:stress-sr"></A><IMG - WIDTH="555" HEIGHT="114" ALIGN="LEFT" - SRC="img8.gif" - ALT="\begin{eqnarray}V \mathbf{\pi}^{sr} & = & \left< \sum_i M_i \mathbf{V}_i \mathbf... -...m_i \sum_\alpha \mathbf{p}_{i\alpha} \mathbf{f}_{i\alpha} \right> -\end{eqnarray}"> -<BR CLEAR="ALL"> -<P> -<BR CLEAR="ALL"></DIV><P></P> -<DIV ALIGN="RIGHT"> -</DIV> - -<P> -<DIV ALIGN="RIGHT"> -</DIV><A NAME="bgdefs"></A><A NAME="bdef"></A><A NAME="b0def"></A><A NAME="budef"></A><A NAME="gdef"></A> -<!-- MATH - \begin{subequations} -\htmlimage{}\begin{align} B_{ij}^\alpha & = -\left(B_{ij}^\alpha\right)_0 + \left(B_{ij}^\alpha\right)_a\\ - \left(B_{ij}^\alpha\right)_0 & = \frac{1}{2}\left(\frac{\d N_i^\alpha}{\d X_j} - + \frac{\d N_j^\alpha} {\d X_i} \right)\\ - \left(B_{ij}^\alpha\right)_a & = H_{ij}^{\alpha \beta} a^\beta\\ - H_{ij}^{\alpha \beta} & = - \frac{1}{2}\left( \frac{\d N_k^\alpha}{\d X_i} \frac{\d N_k^\beta}{\d X_j} - + \frac{\d N_k^\beta}{\d X_i} \frac{\d N_k^\alpha}{\d X_j} \right)\end{align} -\end{subequations} - --> -<TABLE CELLPADDING="0" WIDTH="100%" ALIGN="CENTER"> -<TR VALIGN="MIDDLE"> -<TD NOWRAP ALIGN="CENTER"><IMG - WIDTH="4" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img9.gif" - ALT="$\displaystyle \begin{align}B_{ij}^\alpha & = \left(B_{ij}^\alpha\right)_0 + \le... -...} + \frac{\d N_k^\beta}{\d X_i} \frac{\d N_k^\alpha}{\d X_j} \right)\end{align}$"></TD></TR> -</TABLE> -<DIV ALIGN="RIGHT"> -</DIV> -<BR><HR> -<!--Table of Child-Links--> -<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A> - -<UL> -<LI><A NAME="tex2html11" - HREF="node1.html">About this document ...</A> -</UL> -<!--End of Table of Child-Links--> -<BR><HR> -<ADDRESS> -<I>Michel Goossens</I> -<BR><I>1999-03-30</I> -</ADDRESS> -</BODY> -</HTML> diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb.dvi b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb.dvi Binary files differdeleted file mode 100644 index 4c1f556d437..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb.dvi +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb.tex b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb.tex deleted file mode 100644 index b6c61782721..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb.tex +++ /dev/null @@ -1,64 +0,0 @@ -\documentclass[a4paper,twoside]{article} -\usepackage{html} -\usepackage{amsmath} - -\renewcommand{\d}{\partial}\providecommand{\bm}[1]{\mathbf{#1}} -\providecommand{\Range}{\mathcal{R}}\providecommand{\Ker}{\mathcal{N}} -\providecommand{\Quat}{\vec{\mathbf{Q}}} - -\newcommand{\StAndrews}{\url{http://www-groups.dcs.st-and.ac.uk/~history}}% -\newcommand{\Pythagorians}{\htmladdnormallink - {Pythagorians}{\StAndrews/Mathematicians/Pythagoras.html}} -\newcommand{\Fermat}{\htmladdnormallink - {Fermat, c.1637}{\StAndrews/HistTopics/Fermat's_last_theorem.html}} -\newcommand{\Wiles}{\htmladdnormallink - {Wiles, 1995}{http://www.pbs.org:80/wgbh/nova/proof}} - -\begin{document} -\htmlhead[center]{section}{Math examples} -\begin{flushright} -\begin{makeimage} -\begin{eqnarray} - \phi(\lambda) & = & \frac{1} {2 \pi i}\int^{c+i\infty}_{c-i\infty} - \exp \left( u \ln u + \lambda u \right ) du \hspace{1cm}\mbox{for } c \geq 0 \\ - \lambda & = & \frac{\epsilon -\bar{\epsilon} }{\xi} - - \gamma' - \beta^2 - \ln \frac{\xi} {E_{\rm max}} \\ - \gamma & = & 0.577215\dots \mathrm{\hspace{5mm}(Euler's\ constant)} \\ - \gamma' & = & 0.422784\dots = 1 - \gamma \\ - \epsilon , \bar{\epsilon} & = & \mbox{actual/average energy loss} -\end{eqnarray} -\end{makeimage} -\end{flushright} - -Since~\eqref{eqn:stress-sr} or~\eqref{gdef} should hold for arbitrary $\delta\bm{c}$% --vectors, it is clear that $\Ker(A) = \Range(B)$ and that when $y=B(x)$ one has...\\ -...the \Pythagorians{} knew infinitely many solutions in integers to $a^2+b^2=c^2$. -That no non-trivial integer solutions exist for $a^n+b^n=c^n$ with integers $n>2$ has long -been suspected (\Fermat). Only during the current decade has this been proved (\Wiles). - -\begin{flushright} -\begin{eqnarray}\htmlimage{thumbnail=.4} -\label{eqn:stress-sr} - V \bm{\pi}^{sr} & = & \left< \sum_i M_i \bm{V}_i \bm{V}_i - + \sum_i \sum_{j>i} \bm{R}_{ij} \bm{F}_{ij}\right> \\ \nonumber - & = & \left< \sum_i M_i \bm{V}_i \bm{V}_i - + \sum_{i}\sum_{j>i}\sum_\alpha\sum_\beta \bm{r}_{i\alpha j\beta}\bm{f}_{i\alpha j\beta} - - \sum_i \sum_\alpha \bm{p}_{i\alpha} \bm{f}_{i\alpha} \right> -\end{eqnarray} -\end{flushright} - -\begin{flushright} -\begin{subequations}\htmlimage{thumbnail=.3} -\label{bgdefs} -\begin{align} B_{ij}^\alpha & = - \left(B_{ij}^\alpha\right)_0 + \left(B_{ij}^\alpha\right)_a \label{bdef} \\ - \left(B_{ij}^\alpha\right)_0 & = \frac{1}{2}\left(\frac{\d N_i^\alpha}{\d X_j} - + \frac{\d N_j^\alpha} {\d X_i} \right) \label{b0def} \\ - \left(B_{ij}^\alpha\right)_a & = H_{ij}^{\alpha \beta} a^\beta \label{budef} \\ - H_{ij}^{\alpha \beta} & = - \frac{1}{2}\left( \frac{\d N_k^\alpha}{\d X_i} \frac{\d N_k^\beta}{\d X_j} - + \frac{\d N_k^\beta}{\d X_i} \frac{\d N_k^\alpha}{\d X_j} \right) \label{gdef} -\end{align} -\end{subequations} -\end{flushright} -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/Timg8.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/Timg8.gif Binary files differdeleted file mode 100644 index 16c30f3cfe7..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/Timg8.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/Timg9.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/Timg9.gif Binary files differdeleted file mode 100644 index c5e4abd0d6a..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/Timg9.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/WARNINGS b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/WARNINGS deleted file mode 100644 index 9d1d9f764ee..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/WARNINGS +++ /dev/null @@ -1,2 +0,0 @@ - -redefining command \d diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/images.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/images.pl deleted file mode 100644 index ac47e21f1fb..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/images.pl +++ /dev/null @@ -1,68 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate images original text with physical files. - - -$key = q/{makeimage}eqnarray{phi(lambda)&=&frac{1}{2pii}int^{c+iinfty}_{c-iinfty}expleft(ar{epsilon}&=&mbox{actualslashaverageenergyloss}eqnarray{{makeimage};MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="474" HEIGHT="160" ALIGN="BOTTOM" BORDER="0" - SRC="img1.gif" - ALT="\begin{eqnarray} -\phi(\lambda) & = & \frac{1} {2 \pi i}\int^{c+i\infty}_{c-i\in... -...\epsilon , \bar{\epsilon} & = & \mbox{actual/average energy loss} -\end{eqnarray}">|; - -$key = q/a^2+b^2=c^2;MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="88" HEIGHT="33" ALIGN="MIDDLE" BORDER="0" - SRC="img5.gif" - ALT="$ a^2+b^2=c^2$">|; - -$key = q/n>2;MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="43" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img7.gif" - ALT="$ n>2$">|; - -$key = q/y=B(x);MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="68" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img4.gif" - ALT="$ y=B(x)$">|; - -$key = q/a^n+b^n=c^n;MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="93" HEIGHT="29" ALIGN="MIDDLE" BORDER="0" - SRC="img6.gif" - ALT="$ a^n+b^n=c^n$">|; - -$key = q/displaystylehtmlimage{thumbnail=.3}align{B_{ij}^alpha<col_mark>=left(B_{ij}^alphX_j}+frac{{d{N_k^beta}{{d{X_i}frac{{d{N_k^alpha}{{d{X_j}right)align{;MSF=1.6;AAT/; -$cached_env_img{$key} = q|<A NAME="tex2html_wrap_indisplay268" - HREF="img9.gif"><IMG - WIDTH="1" HEIGHT="6" ALIGN="MIDDLE" BORDER="0" - SRC="Timg9.gif" - ALT="$\displaystyle \begin{align}B_{ij}^\alpha & = \left(B_{ij}^\alpha\right)_0 + \le... -...} + \frac{\d N_k^\beta}{\d X_i} \frac{\d N_k^\alpha}{\d X_j} \right)\end{align}$"></A>|; - -$key = q/mathcal{N}(A)=mathcal{R}(B);MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="104" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img3.gif" - ALT="$ \mathcal{N}(A) = \mathcal{R}(B)$">|; - -$key = q/{eqnarray}htmlimage{thumbnail=.4}Vmathbf{pi}^{sr}&=&left<sum_iM_imathbf{V}_imathsum_alphamathbf{p}_{ialpha}mathbf{f}_{ialpha}right>{eqnarray};MSF=1.6;TAGS=R;AAT/; -$cached_env_img{$key} = q|<A NAME="eqnarray52" - HREF="img8.gif"><IMG - WIDTH="140" HEIGHT="29" ALIGN="LEFT" - SRC="Timg8.gif" - ALT="\begin{eqnarray}V \mathbf{\pi}^{sr} & = & \left< \sum_i M_i \mathbf{V}_i \mathbf... -...m_i \sum_\alpha \mathbf{p}_{i\alpha} \mathbf{f}_{i\alpha} \right> -\end{eqnarray}"></A>|; - -$key = q/deltamathbf{c};MSF=1.6;AAT/; -$cached_env_img{$key} = q|<IMG - WIDTH="20" HEIGHT="14" ALIGN="BOTTOM" BORDER="0" - SRC="img2.gif" - ALT="$ \delta\mathbf{c}$">|; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/images.tex b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/images.tex deleted file mode 100644 index 80070005079..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/images.tex +++ /dev/null @@ -1,213 +0,0 @@ -\batchmode -\documentclass[a4paper,twoside]{article} - -\usepackage{html} -\usepackage{amsmath} - -% -\renewcommand{\d}{\partial}% -\providecommand{\bm}[1]{\mathbf{#1}}% -\providecommand{\Range}{\mathcal{R}}% -\providecommand{\Ker}{\mathcal{N}}% -\providecommand{\Quat}{\vec{\mathbf{Q}}} -% -\providecommand{\StAndrews}{\url{http://www-groups.dcs.st-and.ac.uk/~history}}%% -\providecommand{\Pythagorians}{\htmladdnormallink - {Pythagorians}{\url{http://www-groups.dcs.st-and.ac.uk/~history}/Mathematicians/Pythagoras.html}}% -\providecommand{\Fermat}{\htmladdnormallink - {Fermat, c.1637}{\url{http://www-groups.dcs.st-and.ac.uk/~history}/HistTopics/Fermat's_last_theorem.html}}% -\providecommand{\Wiles}{\htmladdnormallink - {Wiles, 1995}{http://www.pbs.org:80/wgbh/nova/proof}} - -\usepackage[dvips]{color} -\pagecolor[gray]{.7} - - - -\makeatletter - -\makeatletter -\count@=\the\catcode`\_ \catcode`\_=8 -\newenvironment{tex2html_wrap}{}{} \catcode`\_=\count@ -\newcommand{\renewedcommand}[1]{\expandafter\renewcommand\csname #1\endcsname}% -\makeatother -\let\mathon=$ -\let\mathoff=$ -\ifx\AtBeginDocument\undefined \newcommand{\AtBeginDocument}[1]{}\fi -\newbox\sizebox -\setlength{\hoffset}{0pt}\setlength{\voffset}{0pt} -\addtolength{\textheight}{\footskip}\setlength{\footskip}{0pt} -\addtolength{\textheight}{\topmargin}\setlength{\topmargin}{0pt} -\addtolength{\textheight}{\headheight}\setlength{\headheight}{0pt} -\addtolength{\textheight}{\headsep}\setlength{\headsep}{0pt} -\setlength{\textwidth}{349pt} -\newwrite\lthtmlwrite -\makeatletter -\let\realnormalsize=\normalsize -\global\topskip=2sp -\def\preveqno{}\let\real@float=\@float \let\realend@float=\end@float -\def\@float{\let\@savefreelist\@freelist\real@float} -\def\end@float{\realend@float\global\let\@freelist\@savefreelist} -\let\real@dbflt=\@dbflt \let\end@dblfloat=\end@float -\let\@largefloatcheck=\relax -\let\if@boxedmulticols=\iftrue -\def\@dbflt{\let\@savefreelist\@freelist\real@dbflt} -\def\adjustnormalsize{\def\normalsize{\mathsurround=0pt \realnormalsize - \parindent=0pt\abovedisplayskip=0pt\belowdisplayskip=0pt}% - \def\phantompar{\csname par\endcsname}\normalsize}% -\def\lthtmltypeout#1{{\let\protect\string\immediate\write\lthtmlwrite{#1}}}% -\newcommand\lthtmlhboxmathA{\adjustnormalsize\setbox\sizebox=\hbox\bgroup\kern.05em }% -\newcommand\lthtmlhboxmathB{\adjustnormalsize\setbox\sizebox=\hbox to\hsize\bgroup\hfill }% -\newcommand\lthtmlvboxmathA{\adjustnormalsize\setbox\sizebox=\vbox\bgroup % - \let\ifinner=\iffalse }% -\newcommand\lthtmlboxmathZ{\@next\next\@currlist{}{\def\next{\voidb@x}}% - \expandafter\box\next\egroup}% -\newcommand\lthtmlmathtype[1]{\def\lthtmlmathenv{#1}}% -\newcommand\lthtmllogmath{\lthtmltypeout{l2hSize % -:\lthtmlmathenv:\the\ht\sizebox::\the\dp\sizebox::\the\wd\sizebox.\preveqno}}% -\newcommand\lthtmlfigureA[1]{\let\@savefreelist\@freelist - \lthtmlmathtype{#1}\lthtmlvboxmathA}% -\newcommand\lthtmlpictureA[1]{\let\@savefreelist\@freelist - \lthtmlmathtype{#1}\lthtmlhboxmathB}% -\newcommand\lthtmlpictureZ[1]{\hfill\lthtmlfigureZ}% -\newcommand\lthtmlfigureZ{\lthtmlboxmathZ\lthtmllogmath\copy\sizebox - \global\let\@freelist\@savefreelist}% -\newcommand\lthtmldisplayA[1]{\lthtmlmathtype{#1}\lthtmlvboxmathA}% -\newcommand\lthtmldisplayB[1]{\edef\preveqno{(\theequation)}% - \lthtmldisplayA{#1}\let\@eqnnum\relax}% -\newcommand\lthtmldisplayZ{\lthtmlboxmathZ\lthtmllogmath\lthtmlsetmath}% -\newcommand\lthtmlinlinemathA[1]{\lthtmlmathtype{#1}\lthtmlhboxmathA - \vrule height1.5ex width0pt }% -\newcommand\lthtmlinlineA[1]{\lthtmlmathtype{#1}\lthtmlhboxmathA}% -\newcommand\lthtmlinlineZ{\egroup\expandafter\ifdim\dp\sizebox>0pt % - \expandafter\centerinlinemath\fi\lthtmllogmath\lthtmlsetinline} -\newcommand\lthtmlinlinemathZ{\egroup\expandafter\ifdim\dp\sizebox>0pt % - \expandafter\centerinlinemath\fi\lthtmllogmath\lthtmlsetmath} -\newcommand\lthtmlindisplaymathZ{\egroup % - \centerinlinemath\lthtmllogmath\lthtmlsetmath} -\def\lthtmlsetinline{\hbox{\vrule width.1em\kern-.05em\vtop{\vbox{% - \kern.1em\copy\sizebox}\ifdim\dp\sizebox>0pt\kern.1em\else\kern.3pt\fi - \ifdim\hsize>\wd\sizebox \hrule depth1pt\fi}}} -\def\lthtmlsetmath{\hbox{\vrule width.1em\kern-.05em\vtop{\vbox{% - \kern.1em\kern0.8 pt\hbox{\hglue.17em\copy\sizebox\hglue0.8 pt}}\kern.3pt% - \ifdim\dp\sizebox>0pt\kern.1em\fi \kern0.8 pt% - \ifdim\hsize>\wd\sizebox \hrule depth1pt\fi}}} -\def\centerinlinemath{% - \dimen1=\ifdim\ht\sizebox<\dp\sizebox \dp\sizebox\else\ht\sizebox\fi - \advance\dimen1by.5pt \vrule width0pt height\dimen1 depth\dimen1 - \dp\sizebox=\dimen1\ht\sizebox=\dimen1\relax} - -\def\lthtmlcheckvsize{\ifdim\ht\sizebox<\vsize - \ifdim\wd\sizebox<\hsize\expandafter\hfill\fi \expandafter\vfill - \else\expandafter\vss\fi}% -\providecommand{\selectlanguage}[1]{}% -\makeatletter \tracingstats = 1 -\providecommand{\Mu}{\textrm{M}} -\providecommand{\Nu}{\textrm{N}} -\providecommand{\Chi}{\textrm{X}} -\providecommand{\Zeta}{\textrm{Z}} -\providecommand{\Alpha}{\textrm{A}} -\providecommand{\Omicron}{\textrm{O}} -\providecommand{\omicron}{\textrm{o}} -\providecommand{\Rho}{\textrm{R}} -\providecommand{\Tau}{\textrm{T}} -\providecommand{\Epsilon}{\textrm{E}} -\providecommand{\Eta}{\textrm{H}} -\providecommand{\Beta}{\textrm{B}} -\providecommand{\Iota}{\textrm{J}} -\providecommand{\Kappa}{\textrm{K}} - - -\begin{document} -\pagestyle{empty}\thispagestyle{empty}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength hsize=\the\hsize}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength vsize=\the\vsize}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength hoffset=\the\hoffset}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength voffset=\the\voffset}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength topmargin=\the\topmargin}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength topskip=\the\topskip}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength headheight=\the\headheight}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength headsep=\the\headsep}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength parskip=\the\parskip}\lthtmltypeout{}% -\lthtmltypeout{latex2htmlLength oddsidemargin=\the\oddsidemargin}\lthtmltypeout{}% -\makeatletter -\if@twoside\lthtmltypeout{latex2htmlLength evensidemargin=\the\evensidemargin}% -\else\lthtmltypeout{latex2htmlLength evensidemargin=\the\oddsidemargin}\fi% -\lthtmltypeout{}% -\makeatother -\setcounter{page}{1} -\onecolumn - -% !!! IMAGES START HERE !!! - -{\newpage\clearpage -\lthtmldisplayA{makeimage29}% -\begin{eqnarray} - \phi(\lambda) & = & \frac{1} {2 \pi i}\int^{c+i\infty}_{c-i\infty} - \exp \left( u \ln u + \lambda u \right ) du \hspace{1cm}\mbox{for } c \geq 0 \\ - \lambda & = & \frac{\epsilon -\bar{\epsilon} }{\xi} - - \gamma' - \beta^2 - \ln \frac{\xi} {E_{\rm max}} \\ - \gamma & = & 0.577215\dots \mathrm{\hspace{5mm}(Euler's\ constant)} \\ - \gamma' & = & 0.422784\dots = 1 - \gamma \\ - \epsilon , \bar{\epsilon} & = & \mbox{actual/average energy loss} -\end{eqnarray} -% -\lthtmldisplayZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline255}% -$ \delta\mathbf{c}$% -\lthtmlinlinemathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline257}% -$ \mathcal{N}(A) = \mathcal{R}(B)$% -\lthtmlinlinemathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline259}% -$ y=B(x)$% -\lthtmlinlinemathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline261}% -$ a^2+b^2=c^2$% -\lthtmlinlinemathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline263}% -$ a^n+b^n=c^n$% -\lthtmlinlinemathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline265}% -$ n>2$% -\lthtmlinlinemathZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmldisplayA{eqnarray52}% -\begin{eqnarray}\htmlimage{thumbnail=.4} - V \mathbf{\pi}^{sr} & = & \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i - + \sum_i \sum_{j>i} \mathbf{R}_{ij} \mathbf{F}_{ij}\right> \\\nonumber - & = & \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i - + \sum_{i}\sum_{j>i}\sum_\alpha\sum_\beta \mathbf{r}_{i\alpha j\beta}\mathbf{f}_{i\alpha j\beta} - - \sum_i \sum_\alpha \mathbf{p}_{i\alpha} \mathbf{f}_{i\alpha} \right> -\end{eqnarray}% -\lthtmldisplayZ -\lthtmlcheckvsize\clearpage} - -{\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_indisplay268}% -$\displaystyle \htmlimage{thumbnail=.3}\begin{align} B_{ij}^\alpha & = \left(B_{ij}^\alpha\right)_0 + \left(B_{ij}^\alpha\right)_a\\ \left(B_{ij}^\alpha\right)_0 & = \frac{1}{2}\left(\frac{\d N_i^\alpha}{\d X_j} + \frac{\d N_j^\alpha} {\d X_i} \right)\\ \left(B_{ij}^\alpha\right)_a & = H_{ij}^{\alpha \beta} a^\beta\\ H_{ij}^{\alpha \beta} & = \frac{1}{2}\left( \frac{\d N_k^\alpha}{\d X_i} \frac{\d N_k^\beta}{\d X_j} + \frac{\d N_k^\beta}{\d X_i} \frac{\d N_k^\alpha}{\d X_j} \right)\end{align}$% -\lthtmlindisplaymathZ -\lthtmlcheckvsize\clearpage} - - -\end{document} diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img1.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img1.gif Binary files differdeleted file mode 100644 index 8e6129a71ca..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img1.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img2.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img2.gif Binary files differdeleted file mode 100644 index f0b3d7892e0..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img2.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img3.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img3.gif Binary files differdeleted file mode 100644 index cbddfb5e467..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img3.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img4.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img4.gif Binary files differdeleted file mode 100644 index 7de6ffffe7c..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img4.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img5.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img5.gif Binary files differdeleted file mode 100644 index a23285e2c3e..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img5.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img6.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img6.gif Binary files differdeleted file mode 100644 index 7b38866db53..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img6.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img7.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img7.gif Binary files differdeleted file mode 100644 index 9f0fe8adafe..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img7.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img8.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img8.gif Binary files differdeleted file mode 100644 index 90a96e7b496..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img8.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img9.gif b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img9.gif Binary files differdeleted file mode 100644 index c4de29c34a1..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/img9.gif +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/index.html b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/index.html deleted file mode 100644 index b8c1d4fd048..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/index.html +++ /dev/null @@ -1,171 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> - -<!--Converted with LaTeX2HTML 99.1 release (March 30, 1999) -original version by: Nikos Drakos, CBLU, University of Leeds -* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan -* with significant contributions from: - Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -<HTML> -<HEAD> -<TITLE>sampleMathThumb</TITLE> -<META NAME="description" CONTENT="sampleMathThumb"> -<META NAME="keywords" CONTENT="sampleMathThumb"> -<META NAME="resource-type" CONTENT="document"> -<META NAME="distribution" CONTENT="global"> - -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> -<META NAME="Generator" CONTENT="LaTeX2HTML v99.1 release"> -<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> - -<LINK REL="STYLESHEET" HREF="sampleMathThumb.css"> - -<LINK REL="next" HREF="node1.html"> -<LINK REL="next" HREF="node1.html"> -</HEAD> - -<BODY > -<!--Navigation Panel--> -<A NAME="tex2html9" - HREF="node1.html"> -<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/next_motif.gif"></A> -<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/up_motif_gr.gif"> -<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/previous_motif_gr.gif"> -<BR> -<B> Next:</B> <A NAME="tex2html10" - HREF="node1.html">About this document ...</A> -<BR> -<BR> -<!--End of Navigation Panel--> -<P> -<H2 ALIGN="center"><A NAME="SECTION00000000000000000000"> -Math examples</A> -</H2> -<DIV ALIGN="RIGHT"> -<IMG - WIDTH="474" HEIGHT="160" ALIGN="BOTTOM" BORDER="0" - SRC="img1.gif" - ALT="\begin{eqnarray} -\phi(\lambda) & = & \frac{1} {2 \pi i}\int^{c+i\infty}_{c-i\in... -...\epsilon , \bar{\epsilon} & = & \mbox{actual/average energy loss} -\end{eqnarray}"> -<BR> - -</DIV> - -<P> -Since (<A HREF="sampleMathThumb.html#eqn:stress-sr">6</A>) or (<A HREF="sampleMathThumb.html#gdef">7d</A>) should hold for arbitrary -<!-- MATH - $\delta\mathbf{c}$ - --> -<IMG - WIDTH="20" HEIGHT="14" ALIGN="BOTTOM" BORDER="0" - SRC="img2.gif" - ALT="$ \delta\mathbf{c}$">-vectors, it is clear that -<!-- MATH - $\mathcal{N}(A) = \mathcal{R}(B)$ - --> -<IMG - WIDTH="104" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img3.gif" - ALT="$ \mathcal{N}(A) = \mathcal{R}(B)$"> and that when <IMG - WIDTH="68" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img4.gif" - ALT="$ y=B(x)$"> one has... -<BR> -...the <A NAME="tex2html3" - HREF="http://www-groups.dcs.st-and.ac.uk/~history/Mathematicians/Pythagoras.html">Pythagorians</A> knew infinitely many solutions in integers to -<!-- MATH - $a^2+b^2=c^2$ - --> -<IMG - WIDTH="88" HEIGHT="33" ALIGN="MIDDLE" BORDER="0" - SRC="img5.gif" - ALT="$ a^2+b^2=c^2$">. -That no non-trivial integer solutions exist for -<!-- MATH - $a^n+b^n=c^n$ - --> -<IMG - WIDTH="93" HEIGHT="29" ALIGN="MIDDLE" BORDER="0" - SRC="img6.gif" - ALT="$ a^n+b^n=c^n$"> with integers <IMG - WIDTH="43" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img7.gif" - ALT="$ n>2$"> has long -been suspected (<A NAME="tex2html4" - HREF="http://www-groups.dcs.st-and.ac.uk/~history/HistTopics/Fermat's_last_theorem.html">Fermat, c.1637</A>). Only during the current decade has this been proved (<A NAME="tex2html5" - HREF="http://www.pbs.org:80/wgbh/nova/proof">Wiles, 1995</A>). - -<P> -<DIV ALIGN="RIGHT"> -</DIV> -<BR> -<DIV ALIGN="RIGHT"> -<P ALIGN="RIGHT"><A NAME="eqn:stress-sr"></A> -<!-- MATH - \begin{eqnarray} -\htmlimage{thumbnail=.4} V \mathbf{\pi}^{sr} & = & \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i -+ \sum_i \sum_{j>i} \mathbf{R}_{ij} \mathbf{F}_{ij}\right> \\\nonumber - & = & \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i - + \sum_{i}\sum_{j>i}\sum_\alpha\sum_\beta \mathbf{r}_{i\alpha j\beta}\mathbf{f}_{i\alpha j\beta} - - \sum_i \sum_\alpha \mathbf{p}_{i\alpha} \mathbf{f}_{i\alpha} \right> -\end{eqnarray} - --> -<A NAME="eqn:stress-sr"></A><A NAME="eqnarray52" - HREF="img8.gif"><IMG - WIDTH="140" HEIGHT="29" ALIGN="LEFT" - SRC="Timg8.gif" - ALT="\begin{eqnarray}V \mathbf{\pi}^{sr} & = & \left< \sum_i M_i \mathbf{V}_i \mathbf... -...m_i \sum_\alpha \mathbf{p}_{i\alpha} \mathbf{f}_{i\alpha} \right> -\end{eqnarray}"></A> -<BR CLEAR="ALL"> -<P> -<BR CLEAR="ALL"></DIV><P></P> -<DIV ALIGN="RIGHT"> -</DIV> - -<P> -<DIV ALIGN="RIGHT"> -</DIV><A NAME="bgdefs"></A><A NAME="bdef"></A><A NAME="b0def"></A><A NAME="budef"></A><A NAME="gdef"></A> -<!-- MATH - \begin{subequations} -\htmlimage{thumbnail=.3}\begin{align} B_{ij}^\alpha & = -\left(B_{ij}^\alpha\right)_0 + \left(B_{ij}^\alpha\right)_a\\ - \left(B_{ij}^\alpha\right)_0 & = \frac{1}{2}\left(\frac{\d N_i^\alpha}{\d X_j} - + \frac{\d N_j^\alpha} {\d X_i} \right)\\ - \left(B_{ij}^\alpha\right)_a & = H_{ij}^{\alpha \beta} a^\beta\\ - H_{ij}^{\alpha \beta} & = - \frac{1}{2}\left( \frac{\d N_k^\alpha}{\d X_i} \frac{\d N_k^\beta}{\d X_j} - + \frac{\d N_k^\beta}{\d X_i} \frac{\d N_k^\alpha}{\d X_j} \right)\end{align} -\end{subequations} - --> -<TABLE CELLPADDING="0" WIDTH="100%" ALIGN="CENTER"> -<TR VALIGN="MIDDLE"> -<TD NOWRAP ALIGN="CENTER"><A NAME="tex2html_wrap_indisplay268" - HREF="img9.gif"><IMG - WIDTH="1" HEIGHT="6" ALIGN="MIDDLE" BORDER="0" - SRC="Timg9.gif" - ALT="$\displaystyle \begin{align}B_{ij}^\alpha & = \left(B_{ij}^\alpha\right)_0 + \le... -...} + \frac{\d N_k^\beta}{\d X_i} \frac{\d N_k^\alpha}{\d X_j} \right)\end{align}$"></A></TD></TR> -</TABLE> -<DIV ALIGN="RIGHT"> -</DIV> -<BR><HR> -<!--Table of Child-Links--> -<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A> - -<UL> -<LI><A NAME="tex2html11" - HREF="node1.html">About this document ...</A> -</UL> -<!--End of Table of Child-Links--> -<BR><HR> -<ADDRESS> -<I>Michel Goossens</I> -<BR><I>1999-03-30</I> -</ADDRESS> -</BODY> -</HTML> diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/internals.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/internals.pl deleted file mode 100644 index 736c0485786..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/internals.pl +++ /dev/null @@ -1,30 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate internals original text with physical files. - - -$key = q/bdef/; -$ref_files{$key} = "$dir".q|sampleMathThumb.html|; -$noresave{$key} = "$nosave"; - -$key = q/b0def/; -$ref_files{$key} = "$dir".q|sampleMathThumb.html|; -$noresave{$key} = "$nosave"; - -$key = q/bgdefs/; -$ref_files{$key} = "$dir".q|sampleMathThumb.html|; -$noresave{$key} = "$nosave"; - -$key = q/eqn:stress-sr/; -$ref_files{$key} = "$dir".q|sampleMathThumb.html|; -$noresave{$key} = "$nosave"; - -$key = q/budef/; -$ref_files{$key} = "$dir".q|sampleMathThumb.html|; -$noresave{$key} = "$nosave"; - -$key = q/gdef/; -$ref_files{$key} = "$dir".q|sampleMathThumb.html|; -$noresave{$key} = "$nosave"; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/labels.pl b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/labels.pl deleted file mode 100644 index 3f2fa8c9444..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/labels.pl +++ /dev/null @@ -1,61 +0,0 @@ -# LaTeX2HTML 99.1 release (March 30, 1999) -# Associate labels original text with physical files. - - -$key = q/bdef/; -$external_labels{$key} = "$URL/" . q|sampleMathThumb.html|; -$noresave{$key} = "$nosave"; - -$key = q/b0def/; -$external_labels{$key} = "$URL/" . q|sampleMathThumb.html|; -$noresave{$key} = "$nosave"; - -$key = q/bgdefs/; -$external_labels{$key} = "$URL/" . q|sampleMathThumb.html|; -$noresave{$key} = "$nosave"; - -$key = q/eqn:stress-sr/; -$external_labels{$key} = "$URL/" . q|sampleMathThumb.html|; -$noresave{$key} = "$nosave"; - -$key = q/budef/; -$external_labels{$key} = "$URL/" . q|sampleMathThumb.html|; -$noresave{$key} = "$nosave"; - -$key = q/gdef/; -$external_labels{$key} = "$URL/" . q|sampleMathThumb.html|; -$noresave{$key} = "$nosave"; - -1; - - -# LaTeX2HTML 99.1 release (March 30, 1999) -# labels from external_latex_labels array. - - -$key = q/bdef/; -$external_latex_labels{$key} = q|7a|; -$noresave{$key} = "$nosave"; - -$key = q/b0def/; -$external_latex_labels{$key} = q|7b|; -$noresave{$key} = "$nosave"; - -$key = q/bgdefs/; -$external_latex_labels{$key} = q|7|; -$noresave{$key} = "$nosave"; - -$key = q/eqn:stress-sr/; -$external_latex_labels{$key} = q|6|; -$noresave{$key} = "$nosave"; - -$key = q/budef/; -$external_latex_labels{$key} = q|7c|; -$noresave{$key} = "$nosave"; - -$key = q/gdef/; -$external_latex_labels{$key} = q|7d|; -$noresave{$key} = "$nosave"; - -1; - diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/node1.html b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/node1.html deleted file mode 100644 index fa3daa64290..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/node1.html +++ /dev/null @@ -1,73 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> - -<!--Converted with LaTeX2HTML 99.1 release (March 30, 1999) -original version by: Nikos Drakos, CBLU, University of Leeds -* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan -* with significant contributions from: - Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -<HTML> -<HEAD> -<TITLE>About this document ...</TITLE> -<META NAME="description" CONTENT="About this document ..."> -<META NAME="keywords" CONTENT="sampleMathThumb"> -<META NAME="resource-type" CONTENT="document"> -<META NAME="distribution" CONTENT="global"> - -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> -<META NAME="Generator" CONTENT="LaTeX2HTML v99.1 release"> -<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> - -<LINK REL="STYLESHEET" HREF="sampleMathThumb.css"> - -<LINK REL="previous" HREF="sampleMathThumb.html"> -<LINK REL="up" HREF="sampleMathThumb.html"> -</HEAD> - -<BODY > -<!--Navigation Panel--> -<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/next_motif_gr.gif"> -<A NAME="tex2html16" - HREF="sampleMathThumb.html"> -<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/up_motif.gif"></A> -<A NAME="tex2html12" - HREF="sampleMathThumb.html"> -<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/previous_motif.gif"></A> -<BR> -<B> Up:</B> <A NAME="tex2html17" - HREF="sampleMathThumb.html">sampleMathThumb</A> -<B> Previous:</B> <A NAME="tex2html13" - HREF="sampleMathThumb.html">sampleMathThumb</A> -<BR> -<BR> -<!--End of Navigation Panel--> - -<H1><A NAME="SECTION00010000000000000000"> -About this document ...</A> -</H1> - <P> -This document was generated using the -<A HREF="http://www-dsed.llnl.gov/files/programs/unix/latex2html/manual/"><STRONG>LaTeX</STRONG>2<tt>HTML</tt></A> translator Version 99.1 release (March 30, 1999) -<P> -Copyright © 1993, 1994, 1995, 1996, -<A HREF="http://cbl.leeds.ac.uk/nikos/personal.html">Nikos Drakos</A>, -Computer Based Learning Unit, University of Leeds. -<BR> -Copyright © 1997, 1998, 1999, -<A HREF="http://www.maths.mq.edu.au/~ross/">Ross Moore</A>, -Mathematics Department, Macquarie University, Sydney. -<P> -The command line arguments were: <BR> - <STRONG>latex2html</STRONG> <TT><A NAME="tex2html6" - HREF="../sampleMathThumb.tex">sampleMathThumb.tex</A></TT> -<P> -The translation was initiated by Michel Goossens on 1999-03-30 -<BR><HR> -<ADDRESS> -<I>Michel Goossens</I> -<BR><I>1999-03-30</I> -</ADDRESS> -</BODY> -</HTML> diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/sampleMathThumb.css b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/sampleMathThumb.css deleted file mode 100644 index 1993b851311..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/sampleMathThumb.css +++ /dev/null @@ -1,31 +0,0 @@ - -/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */ -.MATH { font-family: "Century Schoolbook", serif; } -.MATH I { font-family: "Century Schoolbook", serif; font-shape: italic } -.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold } - -/* implement both fixed-size and relative sizes */ -SMALL.XTINY { font-size : xx-small } -SMALL.TINY { font-size : x-small } -SMALL.SCRIPTSIZE { font-size : smaller } -SMALL.FOOTNOTESIZE { font-size : small } -SMALL.SMALL { } -BIG.LARGE { } -BIG.XLARGE { font-size : large } -BIG.XXLARGE { font-size : x-large } -BIG.HUGE { font-size : larger } -BIG.XHUGE { font-size : xx-large } - -/* heading styles */ -H1 { } -H2 { } -H3 { } -H4 { } -H5 { } - -/* mathematics styles */ -DIV.displaymath { } /* math displays */ -TD.eqno { } /* equation-number cells */ - - -/* document-specific styles come next */ diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/sampleMathThumb.html b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/sampleMathThumb.html deleted file mode 100644 index b8c1d4fd048..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/sampleMathThumb/sampleMathThumb.html +++ /dev/null @@ -1,171 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> - -<!--Converted with LaTeX2HTML 99.1 release (March 30, 1999) -original version by: Nikos Drakos, CBLU, University of Leeds -* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan -* with significant contributions from: - Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -<HTML> -<HEAD> -<TITLE>sampleMathThumb</TITLE> -<META NAME="description" CONTENT="sampleMathThumb"> -<META NAME="keywords" CONTENT="sampleMathThumb"> -<META NAME="resource-type" CONTENT="document"> -<META NAME="distribution" CONTENT="global"> - -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> -<META NAME="Generator" CONTENT="LaTeX2HTML v99.1 release"> -<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> - -<LINK REL="STYLESHEET" HREF="sampleMathThumb.css"> - -<LINK REL="next" HREF="node1.html"> -<LINK REL="next" HREF="node1.html"> -</HEAD> - -<BODY > -<!--Navigation Panel--> -<A NAME="tex2html9" - HREF="node1.html"> -<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/next_motif.gif"></A> -<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/up_motif_gr.gif"> -<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" - SRC="/afs/cern.ch/project/tex/new/latex2html/icons.gif/previous_motif_gr.gif"> -<BR> -<B> Next:</B> <A NAME="tex2html10" - HREF="node1.html">About this document ...</A> -<BR> -<BR> -<!--End of Navigation Panel--> -<P> -<H2 ALIGN="center"><A NAME="SECTION00000000000000000000"> -Math examples</A> -</H2> -<DIV ALIGN="RIGHT"> -<IMG - WIDTH="474" HEIGHT="160" ALIGN="BOTTOM" BORDER="0" - SRC="img1.gif" - ALT="\begin{eqnarray} -\phi(\lambda) & = & \frac{1} {2 \pi i}\int^{c+i\infty}_{c-i\in... -...\epsilon , \bar{\epsilon} & = & \mbox{actual/average energy loss} -\end{eqnarray}"> -<BR> - -</DIV> - -<P> -Since (<A HREF="sampleMathThumb.html#eqn:stress-sr">6</A>) or (<A HREF="sampleMathThumb.html#gdef">7d</A>) should hold for arbitrary -<!-- MATH - $\delta\mathbf{c}$ - --> -<IMG - WIDTH="20" HEIGHT="14" ALIGN="BOTTOM" BORDER="0" - SRC="img2.gif" - ALT="$ \delta\mathbf{c}$">-vectors, it is clear that -<!-- MATH - $\mathcal{N}(A) = \mathcal{R}(B)$ - --> -<IMG - WIDTH="104" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img3.gif" - ALT="$ \mathcal{N}(A) = \mathcal{R}(B)$"> and that when <IMG - WIDTH="68" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" - SRC="img4.gif" - ALT="$ y=B(x)$"> one has... -<BR> -...the <A NAME="tex2html3" - HREF="http://www-groups.dcs.st-and.ac.uk/~history/Mathematicians/Pythagoras.html">Pythagorians</A> knew infinitely many solutions in integers to -<!-- MATH - $a^2+b^2=c^2$ - --> -<IMG - WIDTH="88" HEIGHT="33" ALIGN="MIDDLE" BORDER="0" - SRC="img5.gif" - ALT="$ a^2+b^2=c^2$">. -That no non-trivial integer solutions exist for -<!-- MATH - $a^n+b^n=c^n$ - --> -<IMG - WIDTH="93" HEIGHT="29" ALIGN="MIDDLE" BORDER="0" - SRC="img6.gif" - ALT="$ a^n+b^n=c^n$"> with integers <IMG - WIDTH="43" HEIGHT="28" ALIGN="MIDDLE" BORDER="0" - SRC="img7.gif" - ALT="$ n>2$"> has long -been suspected (<A NAME="tex2html4" - HREF="http://www-groups.dcs.st-and.ac.uk/~history/HistTopics/Fermat's_last_theorem.html">Fermat, c.1637</A>). Only during the current decade has this been proved (<A NAME="tex2html5" - HREF="http://www.pbs.org:80/wgbh/nova/proof">Wiles, 1995</A>). - -<P> -<DIV ALIGN="RIGHT"> -</DIV> -<BR> -<DIV ALIGN="RIGHT"> -<P ALIGN="RIGHT"><A NAME="eqn:stress-sr"></A> -<!-- MATH - \begin{eqnarray} -\htmlimage{thumbnail=.4} V \mathbf{\pi}^{sr} & = & \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i -+ \sum_i \sum_{j>i} \mathbf{R}_{ij} \mathbf{F}_{ij}\right> \\\nonumber - & = & \left< \sum_i M_i \mathbf{V}_i \mathbf{V}_i - + \sum_{i}\sum_{j>i}\sum_\alpha\sum_\beta \mathbf{r}_{i\alpha j\beta}\mathbf{f}_{i\alpha j\beta} - - \sum_i \sum_\alpha \mathbf{p}_{i\alpha} \mathbf{f}_{i\alpha} \right> -\end{eqnarray} - --> -<A NAME="eqn:stress-sr"></A><A NAME="eqnarray52" - HREF="img8.gif"><IMG - WIDTH="140" HEIGHT="29" ALIGN="LEFT" - SRC="Timg8.gif" - ALT="\begin{eqnarray}V \mathbf{\pi}^{sr} & = & \left< \sum_i M_i \mathbf{V}_i \mathbf... -...m_i \sum_\alpha \mathbf{p}_{i\alpha} \mathbf{f}_{i\alpha} \right> -\end{eqnarray}"></A> -<BR CLEAR="ALL"> -<P> -<BR CLEAR="ALL"></DIV><P></P> -<DIV ALIGN="RIGHT"> -</DIV> - -<P> -<DIV ALIGN="RIGHT"> -</DIV><A NAME="bgdefs"></A><A NAME="bdef"></A><A NAME="b0def"></A><A NAME="budef"></A><A NAME="gdef"></A> -<!-- MATH - \begin{subequations} -\htmlimage{thumbnail=.3}\begin{align} B_{ij}^\alpha & = -\left(B_{ij}^\alpha\right)_0 + \left(B_{ij}^\alpha\right)_a\\ - \left(B_{ij}^\alpha\right)_0 & = \frac{1}{2}\left(\frac{\d N_i^\alpha}{\d X_j} - + \frac{\d N_j^\alpha} {\d X_i} \right)\\ - \left(B_{ij}^\alpha\right)_a & = H_{ij}^{\alpha \beta} a^\beta\\ - H_{ij}^{\alpha \beta} & = - \frac{1}{2}\left( \frac{\d N_k^\alpha}{\d X_i} \frac{\d N_k^\beta}{\d X_j} - + \frac{\d N_k^\beta}{\d X_i} \frac{\d N_k^\alpha}{\d X_j} \right)\end{align} -\end{subequations} - --> -<TABLE CELLPADDING="0" WIDTH="100%" ALIGN="CENTER"> -<TR VALIGN="MIDDLE"> -<TD NOWRAP ALIGN="CENTER"><A NAME="tex2html_wrap_indisplay268" - HREF="img9.gif"><IMG - WIDTH="1" HEIGHT="6" ALIGN="MIDDLE" BORDER="0" - SRC="Timg9.gif" - ALT="$\displaystyle \begin{align}B_{ij}^\alpha & = \left(B_{ij}^\alpha\right)_0 + \le... -...} + \frac{\d N_k^\beta}{\d X_i} \frac{\d N_k^\alpha}{\d X_j} \right)\end{align}$"></A></TD></TR> -</TABLE> -<DIV ALIGN="RIGHT"> -</DIV> -<BR><HR> -<!--Table of Child-Links--> -<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A> - -<UL> -<LI><A NAME="tex2html11" - HREF="node1.html">About this document ...</A> -</UL> -<!--End of Table of Child-Links--> -<BR><HR> -<ADDRESS> -<I>Michel Goossens</I> -<BR><I>1999-03-30</I> -</ADDRESS> -</BODY> -</HTML> diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/tac2dim.eps b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/tac2dim.eps deleted file mode 100644 index b96e3e23e90..00000000000 --- a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/tac2dim.eps +++ /dev/null @@ -1,201 +0,0 @@ -%!CERNPS_include //ddtrg2/user/goossens/pawmanual/tutex21.ps -%%BoundingBox: 0 0 582 582 -/d {lineto} def /m {moveto} def /t {translate} def -/sw {stringwidth} def /r {rotate} def /rl {roll} def -/rd {rlineto} def /rm {rmoveto} def /gr {grestore} def -/lw {setlinewidth} def /sd {setdash} def -/s {stroke} def /rgb {setrgbcolor} def -/c {closepath} def /sf {scalefont setfont} def -/oshow {gsave [] 0 sd true charpath stroke gr} def -/cs {gsave dup sw pop 2 div neg 5 -1 rl 5 -1 rl t 3 -1 rl r 0 m show gr} def -/rs {gsave dup sw pop neg 5 -1 rl 5 -1 rl t 3 -1 rl r 0 m show gr} def -/ocs {gsave dup sw pop 2 div neg 5 -1 rl 5 -1 rl t 3 -1 rl r 0 m oshow gr} def -/ors {gsave dup sw pop neg 5 -1 rl 5 -1 rl t 3 -1 rl r 0 m oshow gr} def -gsave .25 .25 scale 0 0 0 rgb 0 0 translate - [] 0 sd 4 lw 958 212 m 1044 177 d s 1044 177 m 1146 206 d s 1044 177 m 1044 177 - d c s 958 212 m 958 212 d c s 1146 206 m 1146 206 d c s 1060 241 m 1143 207 d s - 958 212 m 1057 240 d s 1146 206 m 1248 235 d s 1146 206 m 1146 219 d s 1060 241 - m 1060 254 d s 1060 254 m 1143 220 d s 1146 219 m 1245 248 d s 1248 235 m 1248 - 248 d s 1162 283 m 1245 249 d s 1060 254 m 1159 282 d s 1248 235 m 1350 264 d s - 1248 235 m 1248 340 d s 1162 283 m 1162 375 d s 1162 375 m 1245 342 d s 1248 - 340 m 1349 370 d s 1350 264 m 1350 370 d s 1264 405 m 1349 370 d s 1162 375 m - 1261 404 d s 1350 264 m 1452 294 d s 1350 264 m 1350 435 d s 1264 405 m 1264 - 470 d s 1264 470 m 1349 436 d s 1350 435 m 1449 464 d s 1452 294 m 1452 465 d s - 1366 500 m 1449 466 d s 1264 470 m 1366 499 d s 1452 294 m 1553 323 d s 1452 - 294 m 1452 701 d s 1366 500 m 1366 736 d s 1366 736 m 1449 703 d s 1452 701 m - 1551 730 d s 1553 323 m 1553 731 d s 1468 766 m 1551 732 d s 1366 736 m 1465 - 765 d s 1553 323 m 1655 352 d s 1553 323 m 1553 599 d s 1553 599 m 1653 628 d s - 1655 352 m 1655 628 d s 1570 663 m 1653 630 d s 1551 658 m 1567 663 d s 1655 - 352 m 1757 381 d s 1655 352 m 1655 615 d s 1655 615 m 1755 644 d s 1757 381 m - 1757 645 d s 1672 679 m 1755 646 d s 1589 656 m 1669 679 d s 1757 381 m 1859 - 411 d s 1757 381 m 1757 572 d s 1757 572 m 1857 601 d s 1859 411 m 1859 601 d s - 1774 636 m 1856 603 d s 1755 631 m 1771 636 d s 1859 411 m 1961 440 d s 1859 - 411 m 1859 496 d s 1859 496 m 1961 525 d s 1961 440 m 1961 525 d s 1876 560 m - 1961 526 d s 1856 555 m 1873 560 d s 1961 440 m 2063 469 d s 1961 440 m 1961 - 493 d s 1961 493 m 2060 521 d s 2063 469 m 2063 522 d s 1978 557 m 2063 522 d s - 1923 541 m 1975 556 d s 2063 469 m 2165 498 d s 2063 469 m 2063 469 d c s 2165 - 498 m 2165 498 d c s 2080 533 m 2162 500 d s 2053 526 m 2079 533 d s 2165 498 m - 2267 528 d s 2165 498 m 2165 498 d c s c s 2182 563 m 2264 529 d s 2080 533 m - 2179 562 d s 873 246 m 958 212 d s 958 212 m 958 218 d s 873 246 m 873 253 d s - 873 253 m 955 219 d s 958 218 m 1057 247 d s 975 282 m 1057 249 d s 873 253 m - 972 281 d s 1060 254 m 1060 261 d s 975 282 m 975 295 d s 975 295 m 1057 262 d - s 1060 261 m 1159 289 d s 1077 325 m 1159 291 d s 975 295 m 1074 324 d s 1077 - 325 m 1077 358 d s 1077 358 m 1159 324 d s 1179 387 m 1188 383 d s 1077 358 m - 1176 386 d s 1179 387 m 1179 420 d s 1179 420 m 1235 397 d s 1179 420 m 1261 - 443 d s 1280 475 m 1280 607 d s 1280 607 m 1366 572 d s 1280 607 m 1366 631 d s - 1550 665 m 1560 661 d s 1586 688 m 1634 669 d s 1550 678 m 1584 687 d s 1793 - 629 m 1873 652 d s 1876 560 m 1876 652 d s 1790 687 m 1873 654 d s 1707 663 m - 1787 686 d s 1895 553 m 1975 576 d s 1978 557 m 1978 576 d s 1892 611 m 1975 - 578 d s 1873 606 m 1889 610 d s 2034 533 m 2079 546 d s 2080 533 m 2080 546 d s - 1994 581 m 2079 547 d s 1975 576 m 1991 581 d s 2080 533 m 2080 566 d s 1994 - 581 m 1994 601 d s 1994 601 m 2079 566 d s 2080 566 m 2179 595 d s 2182 563 m - 2182 595 d s 2096 630 m 2179 597 d s 1994 601 m 2096 630 d s 787 281 m 873 246 - d s 787 281 m 787 281 d c s 889 311 m 965 280 d s 787 281 m 889 310 d s 991 340 - m 1048 317 d s 889 311 m 988 339 d s 991 340 m 991 353 d s 991 353 m 1067 322 d - s 1093 382 m 1121 371 d s 991 353 m 1090 381 d s 1179 420 m 1179 466 d s 1093 - 382 m 1093 501 d s 1093 501 m 1176 467 d s 1179 466 m 1278 494 d s 1195 530 m - 1278 496 d s 1093 501 m 1192 529 d s 1280 607 m 1280 725 d s 1195 530 m 1195 - 760 d s 1195 760 m 1278 726 d s 1280 725 m 1380 754 d s 1382 740 m 1382 754 d s - 1297 789 m 1380 756 d s 1195 760 m 1294 788 d s 1382 740 m 1382 754 d s 1382 - 754 m 1484 784 d s 1484 759 m 1484 784 d s 1399 819 m 1484 784 d s 1297 789 m - 1396 818 d s 1705 696 m 1752 677 d s 1622 672 m 1702 695 d s 1949 588 m 1991 - 600 d s 1909 636 m 1991 602 d s 1873 626 m 1906 635 d s 2010 632 m 2048 617 d s - 1956 617 m 2008 632 d s 702 316 m 787 281 d s 702 316 m 702 316 d c s 804 345 m - 889 311 d s 702 316 m 801 345 d s 889 311 m 889 330 d s 804 345 m 804 365 d s - 804 365 m 889 330 d s 889 330 m 988 359 d s 991 353 m 991 359 d s 906 394 m 988 - 361 d s 804 365 m 905 394 d s 991 353 m 991 379 d s 906 394 m 906 414 d s 906 - 414 m 988 380 d s 991 379 m 1090 408 d s 1007 443 m 1090 410 d s 906 414 m 1005 - 443 d s 1007 443 m 1007 496 d s 1007 496 m 1090 462 d s 1109 525 m 1138 514 d s - 1007 496 m 1107 524 d s 1195 760 m 1195 793 d s 1109 525 m 1109 828 d s 1109 - 828 m 1192 794 d s 1195 793 m 1294 821 d s 1297 789 m 1297 822 d s 1211 857 m - 1294 823 d s 1109 828 m 1209 856 d s 1619 691 m 1647 680 d s 1593 684 m 1616 - 690 d s 1721 694 m 1759 679 d s 1711 691 m 1718 693 d s 1873 637 m 1889 631 d s - 1925 667 m 2008 633 d s 1873 652 m 1922 666 d s 616 351 m 702 316 d s 616 351 m - 616 351 d c s 718 380 m 801 347 d s 616 351 m 715 379 d s 718 380 m 718 400 d s - 718 400 m 801 366 d s 820 429 m 905 395 d s 718 400 m 817 428 d s 906 414 m 906 - 454 d s 820 429 m 820 488 d s 820 488 m 905 454 d s 906 454 m 1005 482 d s 922 - 518 m 1005 484 d s 820 488 m 922 518 d s 1007 496 m 1007 680 d s 922 518 m 922 - 715 d s 922 715 m 1005 681 d s 1007 680 m 1107 709 d s 1024 744 m 1107 711 d s - 922 715 m 1021 743 d s 1099 713 m 1107 715 d s 1550 685 m 1616 704 d s 1619 691 - m 1619 704 d s 1552 732 m 1619 705 d s 1647 680 m 1718 700 d s 1721 694 m 1721 - 701 d s 1636 736 m 1718 702 d s 1581 720 m 1635 736 d s 1721 694 m 1721 951 d s - 1636 736 m 1636 986 d s 1636 986 m 1718 952 d s 1721 951 m 1820 979 d s 1823 - 674 m 1823 980 d s 1737 1015 m 1820 981 d s 1636 986 m 1735 1014 d s 1839 702 m - 1922 668 d s 1820 697 m 1837 701 d s 531 386 m 616 351 d s 531 386 m 531 386 d - c s 633 415 m 715 381 d s 531 386 m 630 414 d s 718 400 m 718 400 d s 633 415 m - 633 435 d s 633 435 m 715 401 d s 734 464 m 817 430 d s 633 435 m 732 463 d s - 734 464 m 734 504 d s 734 504 m 817 470 d s 836 533 m 893 510 d s 734 504 m 834 - 532 d s 836 533 m 836 737 d s 836 737 m 921 702 d s 938 766 m 1004 739 d s 836 - 737 m 936 765 d s 1071 725 m 1107 735 d s 1040 775 m 1106 749 d s 967 754 m - 1040 775 d s 1820 710 m 1837 703 d s 445 421 m 531 386 d s 445 421 m 445 421 d - c s 547 450 m 630 416 d s 445 421 m 544 449 d s 547 450 m 547 457 d s 547 457 m - 630 423 d s 649 486 m 715 459 d s 547 457 m 646 485 d s 734 504 m 734 569 d s - 649 486 m 649 604 d s 649 604 m 732 570 d s 734 569 m 834 598 d s 751 633 m 834 - 600 d s 649 604 m 748 633 d s 836 737 m 836 756 d s 751 633 m 751 791 d s 751 - 791 m 834 758 d s 836 756 m 936 785 d s 938 766 m 938 786 d s 853 821 m 935 787 - d s 751 791 m 850 820 d s 955 791 m 1011 768 d s 935 785 m 952 790 d s 1483 765 - m 1547 783 d s 1550 733 m 1550 784 d s 1464 818 m 1547 785 d s 1424 807 m 1462 - 818 d s 1566 743 m 1604 727 d s 1547 737 m 1564 742 d s 1566 743 m 1635 762 d s - 360 456 m 445 421 d s 445 421 m 445 434 d s 360 456 m 360 469 d s 360 469 m 445 - 434 d s 445 434 m 544 462 d s 547 457 m 547 463 d s 461 498 m 544 464 d s 360 - 469 m 461 498 d s 547 457 m 547 463 d s 547 463 m 646 492 d s 563 527 m 646 494 - d s 461 498 m 561 526 d s 649 604 m 649 1380 d s 563 527 m 563 1415 d s 563 - 1415 m 646 1381 d s 649 1380 m 748 1409 d s 751 791 m 751 1410 d s 665 1444 m - 748 1411 d s 563 1415 m 663 1444 d s 751 791 m 751 2192 d s 665 1444 m 665 2227 - d s 665 2227 m 748 2193 d s 751 2192 m 850 2221 d s 853 821 m 853 2222 d s 767 - 2256 m 850 2223 d s 665 2227 m 765 2256 d s 853 821 m 853 1643 d s 853 1643 m - 952 1671 d s 955 791 m 955 1672 d s 869 1707 m 952 1673 d s 850 1701 m 866 1706 - d s 955 791 m 955 1166 d s 955 1166 m 1056 1195 d s 1057 769 m 1057 1195 d s - 971 1230 m 1056 1195 d s 952 1224 m 968 1229 d s 1057 769 m 1057 879 d s 1057 - 879 m 1156 908 d s 1159 842 m 1159 908 d s 1073 943 m 1156 909 d s 1056 938 m - 1073 943 d s 1159 842 m 1159 875 d s 1159 875 m 1258 904 d s 1261 837 m 1261 - 905 d s 1175 940 m 1258 906 d s 1120 924 m 1172 939 d s 1261 837 m 1261 1253 d - s 1175 940 m 1175 1288 d s 1175 1288 m 1258 1254 d s 1261 1253 m 1360 1282 d s - 1362 808 m 1362 1283 d s 1277 1317 m 1360 1284 d s 1175 1288 m 1274 1317 d s - 1362 808 m 1362 1033 d s 1362 1033 m 1462 1061 d s 1464 818 m 1464 1062 d s - 1379 1097 m 1462 1063 d s 1360 1091 m 1376 1096 d s 1547 750 m 1564 744 d s - 1583 807 m 1635 785 d s 1528 791 m 1580 806 d s 274 490 m 360 456 d s 274 490 m - 274 490 d c s 376 520 m 442 493 d s 274 490 m 373 519 d s 461 498 m 461 531 d s - 376 520 m 376 566 d s 376 566 m 461 531 d s 461 531 m 561 559 d s 478 595 m 561 - 561 d s 376 566 m 478 595 d s 544 568 m 561 573 d s 1583 807 m 1583 807 d c s - 1497 841 m 1580 808 d s 1461 831 m 1495 841 d s 188 525 m 274 490 d s 274 490 m - 274 517 d s s 188 552 m 271 518 d s 274 517 m 373 545 d s 290 581 m 373 547 d s - 188 552 m 288 580 d s 376 566 m 376 763 d s 290 581 m 290 798 d s 290 798 m 373 - 764 d s 376 763 m 478 792 d s 478 595 m 478 792 d s 392 827 m 477 793 d s 290 - 798 m 390 826 d s 494 613 m 563 585 d s 477 608 m 492 612 d s 494 613 m 563 633 - d s 1461 856 m 1494 843 d s 1044 177 m 2267 528 d s 1146 174 m 1146 206 d s - 1248 219 m 1248 235 d s 1350 233 m 1350 264 d s 1452 278 m 1452 294 d s 1553 - 291 m 1553 323 d s 1655 336 m 1655 352 d s 1757 350 m 1757 381 d s 1859 395 m - 1859 411 d s 1961 408 m 1961 440 d s 2063 453 m 2063 469 d s 2165 467 m 2165 - 498 d s 1146 174 m 1146 206 d s 1044 161 m 1044 177 d s 2165 467 m 2165 498 d s - 2267 512 m 2267 528 d s -/Helvetica findfont 144 sf -1152 71 0.00000 (4) cs -1355 119 0.00000 (6) cs -1559 178 0.00000 (8) cs -1769 236 0.00000 (10) cs -1973 295 0.00000 (12) cs -2177 353 0.00000 (14) cs -1044 177 m 188 525 d s 1044 145 m 1044 177 d s 958 196 m 958 212 d s 873 - 214 m 873 246 d s 787 265 m 787 281 d s 702 284 m 702 316 d s 616 335 m 616 351 - d s 531 354 m 531 386 d s 445 405 m 445 421 d s 360 424 m 360 456 d s 274 474 m - 274 490 d s 188 493 m 188 525 d s 1044 145 m 1044 177 d s 188 493 m 188 525 d s -1036 38 0.00000 (6) cs -865 108 0.00000 (8) cs -686 178 0.00000 (10) cs -515 248 0.00000 (12) cs -343 317 0.00000 (14) cs -172 387 0.00000 (16) cs -188 525 m 188 2302 d 2267 2302 d 2267 528 d s 188 525 m 188 2209 d s 157 - 525 m 188 525 d s 173 578 m 188 578 d s 173 631 m 188 631 d s 173 683 m 188 683 - d s 173 736 m 188 736 d s 157 788 m 188 788 d s 173 841 m 188 841 d s 173 894 m - 188 894 d s 173 946 m 188 946 d s 173 999 m 188 999 d s 157 1051 m 188 1051 d s - 173 1104 m 188 1104 d s 173 1157 m 188 1157 d s 173 1209 m 188 1209 d s 173 - 1262 m 188 1262 d s 157 1315 m 188 1315 d s 173 1367 m 188 1367 d s 173 1420 m - 188 1420 d s 173 1472 m 188 1472 d s 173 1525 m 188 1525 d s 157 1578 m 188 - 1578 d s 173 1630 m 188 1630 d s 173 1683 m 188 1683 d s 173 1736 m 188 1736 d - s 173 1788 m 188 1788 d s 157 1841 m 188 1841 d s 173 1893 m 188 1893 d s 173 - 1946 m 188 1946 d s 173 1999 m 188 1999 d s 173 2051 m 188 2051 d s 157 2104 m - 188 2104 d s 157 2104 m 188 2104 d s 173 2157 m 188 2157 d s 173 2209 m 188 - 2209 d s -125 504 0.00000 (0) rs -125 767 0.00000 (40) rs -125 1030 0.00000 (80) rs -125 1293 0.00000 (120) rs -125 1556 0.00000 (160) rs -125 1820 0.00000 (200) rs -125 2083 0.00000 (240) rs -s 188 2209 m 514 2302 d s 2044 2302 m 2264 2213 d s 1461 856 m 1634 786 - d s 1837 703 m 2047 617 d s 188 2209 m 514 2302 d s 2044 2302 m 2264 2213 d s - [4 8] 0 sd 188 788 m 562 896 d s 1055 1037 m 1173 1071 d s 1360 1125 m 1410 - 1139 d s 1412 1139 m 1726 1011 d s 1820 973 m 2264 792 d s 188 1051 m 562 1159 - d s 951 1270 m 1410 1402 d s 1412 1403 m 2264 1055 d s 188 1315 m 663 1451 d s - 951 1534 m 1410 1665 d s 1412 1666 m 2264 1318 d s 188 1578 m 663 1714 d s 850 - 1768 m 1410 1928 d s 1412 1929 m 2264 1581 d s 188 1841 m 663 1977 d s 850 2031 - m 1410 2191 d s 1412 2192 m 2264 1844 d s 188 2104 m 880 2302 d s 1786 2302 m - 2264 2107 d s [] 0 sd s s s s s s s s s s s s s s s 1412 2302 m 1412 2291 d s - 1412 2291 m 1412 2274 d s 1412 2274 m 1412 2257 d s 1412 2257 m 1412 2240 d s - 1412 2240 m 1412 2223 d s 1412 2223 m 1412 2207 d s 1412 2207 m 1412 2190 d s - 1412 2190 m 1412 2173 d s 1412 2173 m 1412 2156 d s 1412 2156 m 1412 2139 d s - 1412 2139 m 1412 2122 d s 1412 2122 m 1412 2106 d s 1412 2106 m 1412 2089 d s - 1412 2089 m 1412 2072 d s 1412 2072 m 1412 2055 d s 1412 2055 m 1412 2038 d s - 1412 2038 m 1412 2021 d s 1412 2021 m 1412 2005 d s 1412 2005 m 1412 1988 d s - 1412 1988 m 1412 1971 d s 1412 1971 m 1412 1954 d s 1412 1954 m 1412 1937 d s - 1412 1937 m 1412 1920 d s 1412 1920 m 1412 1903 d s 1412 1903 m 1412 1887 d s - 1412 1887 m 1412 1870 d s 1412 1870 m 1412 1853 d s 1412 1853 m 1412 1836 d s - 1412 1836 m 1412 1819 d s 1412 1819 m 1412 1802 d s 1412 1802 m 1412 1786 d s - 1412 1786 m 1412 1769 d s 1412 1769 m 1412 1752 d s 1412 1752 m 1412 1735 d s - 1412 1735 m 1412 1718 d s 1412 1718 m 1412 1701 d s 1412 1701 m 1412 1685 d s - 1412 1685 m 1412 1668 d s 1412 1668 m 1412 1651 d s 1412 1651 m 1412 1634 d s - 1412 1634 m 1412 1617 d s 1412 1617 m 1412 1600 d s 1412 1600 m 1412 1584 d s - 1412 1584 m 1412 1567 d s 1412 1567 m 1412 1550 d s 1412 1550 m 1412 1533 d s - 1412 1533 m 1412 1516 d s 1412 1516 m 1412 1499 d s 1412 1499 m 1412 1483 d s - 1412 1483 m 1412 1466 d s 1412 1466 m 1412 1449 d s 1412 1449 m 1412 1432 d s - 1412 1432 m 1412 1415 d s 1412 1415 m 1412 1398 d s 1412 1398 m 1412 1382 d s - 1412 1382 m 1412 1365 d s 1412 1365 m 1412 1348 d s 1412 1348 m 1412 1331 d s - 1412 1331 m 1412 1314 d s 1412 1314 m 1412 1297 d s 1412 1297 m 1412 1280 d s - 1412 1280 m 1412 1264 d s 1412 1264 m 1412 1247 d s 1412 1247 m 1412 1230 d s - 1412 1230 m 1412 1213 d s 1412 1213 m 1412 1196 d s 1412 1196 m 1412 1179 d s - 1412 1179 m 1412 1163 d s 1412 1163 m 1412 1146 d s 1412 1146 m 1412 1129 d s - 1412 1129 m 1412 1112 d s 1412 1112 m 1412 1095 d s 1412 1095 m 1412 1078 d s -showpage grestore |