[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#61839: tetex-doc: Standard Latex exmaple file (small.tex) is not installed?



Package: tetex-doc
Version: 1.0-8
Severity: normal

[09:40:37 /tmp]$ locate small.tex
[13:29:45 /tmp]$ 

At least according to the section 3 (page 3) of the Essential Latex ++ guide (/usr/share/doc/texmf/latex/general/essential.dvi.gz), this file is the "standard Latex example".

[13:41:51 /tmp]$ cat small.tex 
% SMALL.TEX -- Released 5 July 1985
% USE THIS FILE AS A MODEL FOR MAKING YOUR OWN LaTeX INPUT FILE.
% EVERYTHING TO THE RIGHT OF A  %  IS A REMARK TO YOU AND IS IGNORED BY LaTeX.
 
% THE FILE  /usr/local/lib/tex82/local.gid  TELLS HOW TO RUN LaTeX.
 
% WARNING!  DO NOT TYPE ANY OF THE FOLLOWING 10 CHARACTERS EXCEPT AS DIRECTED:
%                &   $   #   %   _   {   }   ^   ~   \   
 
\documentstyle{article}        % YOUR INPUT FILE MUST CONTAIN THESE TWO LINES 
\begin{document}               % PLUS THE \end COMMAND AT THE END.
 
 
\section{Simple Text}          % THIS COMMAND MAKES A SECTION TITLE.
 
Words are separated by one or more spaces.  Paragraphs are separated by
one or more blank lines.  The output is not affected by adding extra
spaces or extra blank lines to the input file.
 
Double quotes are typed like this: ``quoted text''.
Single quotes are typed like this: `single-quoted text'.
 
Long dashes are typed as three dash characters---like this.
 
Italic text is typed like this: {\em this is italic text}.
Bold   text is typed like this: {\bf this is  bold  text}.
 
\subsection{A Warning or Two}        % THIS COMMAND MAKES A SUBSECTION TITLE.
 
If you get too much space after a mid-sentence period---abbreviations
like etc.\ are the common culprits)---then type a backslash followed by
a space after the period, as in this sentence.
 
Remember, don't type the 10 special characters (such as dollar sign and
backslash) except as directed!  The following seven are printed by
typing a backslash in front of them:  \$  \&  \#  \%  \_  \{  and  \}.  
The manual tells how to make other symbols.
 
\end{document}                    % THE INPUT FILE ENDS WITH THIS COMMAND.
 
[13:42:42 /tmp]$ 

  
-- System Information
Debian Release: woody
Kernel Version: Linux rakefet 2.2.14 #1 Wed Mar 22 17:54:03 EST 2000 i586 unknown

Versions of the packages tetex-doc depends on:
ii  tetex-base     1.0-8          basic teTeX library files


Reply to: