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

version 1.28, 2010/12/20 15:49:05 version 1.29, 2011/08/01 09:12:47
Line 3 Line 3
 \usepackage[latin1]{inputenc}  \usepackage[latin1]{inputenc}
 \usepackage[T1]{fontenc}  \usepackage[T1]{fontenc}
 \usepackage{ae}  \usepackage{ae}
 %\usepackage{times}  \usepackage{times}
 %\usepackage{courier}  \usepackage{courier}
   
 % create in-text links black (with PDF)  % create in-text links in black (with PDF)
 \usepackage[colorlinks=true,linkcolor=black]{hyperref}  \usepackage[colorlinks=true,linkcolor=black]{hyperref}
 % Format URLs nicely (without PDF)  % Format URLs nicely (without PDF)
 %\usepackage{url}  %\usepackage{url}
Line 710  with detailed information about the manu Line 710  with detailed information about the manu
 \item [bib type="codex"] Codex i.e. bound collection of one or more manuscripts.  \item [bib type="codex"] Codex i.e. bound collection of one or more manuscripts.
   
   \begin{description}    \begin{description}
   %TODO: do we need collection information?
   \item[holding-library] Holding library.    \item[holding-library] Holding library.
   \item[call-number] Call number/Shelf mark in holding library.    \item[call-number] Call number/Shelf mark in holding library.
   \item[location] Place/City/Country where the codex is    \item[location] Place/City/Country where the codex is
Line 745  with detailed information about the manu Line 746  with detailed information about the manu
   \item [place] place where the letter was written/sent.    \item [place] place where the letter was written/sent.
   \item [title] Title of the letter -- optional.    \item [title] Title of the letter -- optional.
   \item[incipit] The opening phrase of the letter -- optional.    \item[incipit] The opening phrase of the letter -- optional.
   \item[excipit] The closing phrase of the letter -- optional.    \item[explicit] The closing phrase of the letter -- optional.
   \item [pages] Number of pages of the manuscript.    \item [pages] Number of pages of the manuscript.
   \item [signature] Canonical signature/call number of the manuscript.    \item [signature] Canonical signature/call number of the manuscript.
   \item [description] This can be any kind of description.    \item [description] This can be any kind of description.
Line 791  with detailed information about the manu Line 792  with detailed information about the manu
 \end{description}  \end{description}
   
   
 \subsection{Architectural drawings}  
 \label{sec:doc}  
   
 Specific information for architectural drawings is presented in a  
 \texttt{doc} container with an additional \texttt{type} attribute  
 giving the type of drawing. All elements inside the container can  
 appear multiple times.  
   
 \begin{description}  
   
 \item[doc type="Architectural Drawing"] architectural drawing.  
   
   \begin{description}  
   \item [person] last name and first name of a person, separated by a  
     comma. A further common name for the person can be put infront,  
     separated by a semicolon.  
   \item [location] Name of a place in its common notation. This can be  
     a city or a institution.  
   \item [date] This can be a year (or several years, separated by  
     commas) or a period (1706-1714). Years are noted with four digits.  
   \item [object] Short description of an object or signatures.  
   \item [keywords] Keywords related to the object.  
 \end{description}  
 \end{description}  
   
   
 \subsection{Document structure (table of contents)}  \subsection{Document structure (table of contents)}
 \label{sec:toc}  \label{sec:toc}
   

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


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