Diff for /storage/meta/meta-format.tex between versions 1.29 and 1.30

version 1.29, 2011/08/01 09:12:47 version 1.30, 2011/08/01 10:36:19
Line 16 Line 16
   
 \author{Robert Casties, Dirk Wintergrün, Hans-Christoph Liess}  \author{Robert Casties, Dirk Wintergrün, Hans-Christoph Liess}
   
 \date{V1.3.9 of 20.12.2010}  \date{V1.4.0 of 1.8.2011}
   
 \begin{document}  \begin{document}
   
Line 799  Information on the structure of a docume Line 799  Information on the structure of a docume
 parts and chapters in the way of a table of contents is presented in a  parts and chapters in the way of a table of contents is presented in a
 \texttt{toc} container.   \texttt{toc} container. 
   
 The scheme allows multiple logical pages on a single page image  This scheme allows multiple logical pages on a single page image
 as it is often the case with scanned books or manuscripts. The scheme  as it is often the case with scanned books or manuscripts. The scheme
 also allows for ``loose'' numbering schemes with roman, arabic or  also allows for ``loose'' numbering schemes with roman, arabic or
 other page numbers consecutively or mixed and changes in the numbering  other page numbers consecutively or mixed and changes in the numbering
Line 826  tags. Line 826  tags.
       like ``Table 5''.        like ``Table 5''.
               
     \item[index] the \texttt{digilib} index number\footnote{The index      \item[index] the \texttt{digilib} index number\footnote{The index
         number for digilib is the index in the alphabetical order of the          number for digilib is the index in the alphabetical ordering of the
         scan file names.} of the scan image of the page.          scan file names.} of the scan image of the page.
               
     \item[url] alternatively to the \texttt{digilib} index number the      \item[file] alternatively the file name (preferrably without extension) of the
       full URL of the scan image of the page can be used.        scan image of the page.
         
       \item[url] alternatively the full URL of the scan image of the
         page can be used.
     \end{description}      \end{description}
           
   \item[chapter] describes a section or chapter of the text.    \item[chapter] describes a section or chapter of the text.
Line 851  tags. Line 854  tags.
                   
       \item[index] the index of the first page (see \texttt{page}).        \item[index] the index of the first page (see \texttt{page}).
                   
         \item[file] the file name of the first page (see \texttt{page}).
           
       \item[url] the URL of the first page (see \texttt{page}).        \item[url] the URL of the first page (see \texttt{page}).
       \end{description}        \end{description}
               
Line 862  tags. Line 867  tags.
                   
       \item[index] the index of the last page (see \texttt{page}).        \item[index] the index of the last page (see \texttt{page}).
                   
         \item[file] the file name of the first page (see \texttt{page}).
           
       \item[url] the URL of the last page (see \texttt{page}).        \item[url] the URL of the last page (see \texttt{page}).
       \end{description}        \end{description}
               
Line 962  digital image. Line 969  digital image.
 \subsection{Full text with images}  \subsection{Full text with images}
 \label{sec:full-text-with}  \label{sec:full-text-with}
   
   The relation between a full text and optional images of
   whole pages or parts of pages must be specified in a
   \texttt{texttool} container.
   
 Full text in a XML format should be specified with a  Full text in a XML format should be specified with a
 \texttt{content-type}\footnote{see section~\ref{tag-content-type}  \texttt{content-type}\footnote{see section~\ref{tag-content-type}
 on page\pageref{tag-content-type}} ``fulltext''.  on page\pageref{tag-content-type}} ``fulltext''.
   
 The relation between the full text and optional images of  
 whole pages or parts of pages must be specified in a  
 \texttt{texttool} container.  
   
 \begin{description}  \begin{description}
 \item[texttool] representation of full text with images  \item[texttool] representation of full text with images
Line 987  whole pages or parts of pages must be sp Line 995  whole pages or parts of pages must be sp
   \item[figure] the directory name of the directory containig the    \item[figure] the directory name of the directory containig the
     in-page figure image files (path inside document directory)      in-page figure image files (path inside document directory)
   
     \item[page-flow] the reading direction of pages in this document:
       either ``ltr'' (left-to-right, standard western page flow) or
       ``rtl'' (right-to-left, still assuming increasing page numbers)
   
    \item[odd-scan-orientation] the orientation of all odd-numbered scan
       pages regardless of \texttt{page-flow}: either ``left'' (all
       odd-numbered scans are left hand sides) or ``right'' (all
       odd-numbered scans are right hand sides, i.e. the first left hand
       side is scan number 2).
   
     \item[title-scan-no] the index number of the scan of the title page or the
       first text page
   
   \item[xslt] the file name of an additional XSL transformation    \item[xslt] the file name of an additional XSL transformation
     file      file
   

Removed from v.1.29  
changed lines
  Added in v.1.30


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>