Seite 1 von 1

manuelles Notations-/Symbolverzeichnis

Verfasst: So 23. Aug 2015, 21:55
von Arjen
Guten Abend in die Runde,


ich wollte gerne, wissen ob jemand sich manuellen Notations-/Symbolverzeichnissen auskennt in LaTeX. Ich weiß, dass es hierzu gesonderte Befehle gibt, aber würde gerne dieses Verzeichnis möglichst manuell halten und steuern.

Wäre sehr denkbar für Ideen oder sogar eine Vorlage.

Der Gedanke ist, dass die Tabelle 2-3 Spalten besitzt und dazu Symbole und Symbolerklärung (vielleicht Seiteangabe) beinhaltet. Diese Spalten sollten möglichst zwei mal pro Seite abgebildet sein, damit möglichst viel auf eine Seite passt.


Vielen Dank im Voraus.

Einen schönen Wochenstart,

Arjen

Verfasst: So 23. Aug 2015, 22:12
von Johannes_B
Vorlagen gibt es hier grundsätzlich nicht, aber Beispiele sehr gern.

Was hindert dich an der Erstellung von Tabellen mit tabular, welche du eventuell mit multicol über verschiedene Kolumnen verteilen kannst?

Beispiel:
\documentclass{article}
\usepackage{multicol}
\usepackage{showframe}
\usepackage{longtable}
\setlength{\textheight}{3cm}
\begin{document}
\section{Symbolverzeichnis}
\begin{multicols}{3}
	\begin{tabular}{ll}
		Wo & Wombat\\
		C & Cabybara \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
	\end{tabular}
	\begin{tabular}{ll}
		Wh & Whale \\
		D & Duck \\
		B & Bee \\
		Sq & Squirrel \\
	\end{tabular}
\end{multicols}
\clearpage
\section{Nomenklatur}
\begin{tabular}[t]{ll}
		Wo & Wombat\\
		C & Cabybara \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
	\end{tabular}
	\begin{tabular}[t]{ll}
		Wh & Whale \\
		D & Duck \\
		B & Bee \\
		Sq & Squirrel \\
	\end{tabular}
\end{document}

Verfasst: Mo 24. Aug 2015, 07:01
von Arjen
super vielen Dank.

habe den Code folgendermaßen angepasst, da ich die Umrandung nicht haben möchte.
%
\documentclass{article} 
\usepackage{multicol} 
\usepackage{booktabs}
\usepackage{longtable} 
\setlength{\textheight}{30cm} 
\begin{document} 
\section{Symbolverzeichnis} 
\begin{multicols}{3} 
   \begin{tabular}{ll|} 
      Wo & Wombat \\ 
      C & Cabybara \\ 
      Wa & Wallaby \\ 
      F & Fox \\ 
      S & Snake \\ 
      Wa & Wallaby \\ 
      F & Fox \\ 
      S & Snake \\ 
      Wa & Wallaby \\ 
      F & Fox \\ 
      S & Snake \\ 
      Wa & Wallaby \\ 
      F & Fox \\ 
      S & Snake \\ 
      Wa & Wallaby \\ 
      F & Fox \\ 
      S & Snake \\ 
      Wa & Wallaby \\ 
      F & Fox \\ 
      S & Snake \\ 
      \bottomrule{}
   \end{tabular} 
   \begin{tabular}{ll|} 
      Wh & Whale \\ 
      D & Duck \\ 
      B & Bee \\ 
      Sq & Squirrel \\ 
        Sq & Squirrel \\ 
        Wa & Wallaby \\ 
        F & Fox \\ 
        S & Snake \\ 
        Wa & Wallaby \\ 
        F & Fox \\ 
        S & Snake \\ 
        Wa & Wallaby \\ 
        F & Fox \\ 
        S & Snake \\ 
        Wa & Wallaby \\ 
        F & Fox \\ 
        S & Snake \\ 
        Wa & Wallaby \\ 
        F & Fox \\ 
        S & Snake \\ 
        \bottomrule{}
   \end{tabular} 
   \begin{tabular}{ll} 
   	Wh & Whale \\ 
   	D & Duck \\ 
   	B & Bee \\ 
   	Sq & Squirrel \\ 
   	  Sq & Squirrel \\ 
   	  Wa & Wallaby \\ 
   	  F & Fox \\ 
   	  S & Snake \\ 
   	  Wa & Wallaby \\ 
   	  F & Fox \\ 
   	  S & Snake \\ 
   	  Wa & Wallaby \\ 
   	  F & Fox \\ 
   	  S & Snake \\ 
   	  Wa & Wallaby \\ 
   	  F & Fox \\ 
   	  S & Snake \\ 
   	  Wa & Wallaby \\ 
   	  F & Fox \\ 
   	  S & Snake \\ 
   	   \bottomrule{}
   \end{tabular} 
\end{multicols} 
\end{document} 
 
 


- Die 3 Kernspalten, die durch | abgetrennt sind. sind unterschiedlich groß bzw. es sind verschieden große Leerzeichen enthalten.

- Bottomrule wird nicht durchgezogen.


Danke.

Grüße,

Arjen10

Verfasst: Mo 24. Aug 2015, 19:34
von Johannes_B
Dass die bottomrule nicht durchgängig ist, ist nur sehr wenig überraschend, immerhin sind das verschiedene Tabellen in verschiedenen Spalten.

Die Umrandung dient als visuelle Hilfe bei der Einschätzung dessen, wie Text auf der Seite verteilt ist. Genauso dient das Setzen von textheight per Hand nur zur Verdeutlichung im Beispiel. Diese allerdings auf 30 cm zu setzen ist Quatsch, immerhin ist eine DIN A4 Seite nur knapp 30 cm hoch.
\documentclass{article}
\usepackage{multicol}
\usepackage{booktabs}
\usepackage{showframe}
\setlength{\columnseprule}{.4pt}
%\setlength{\textheight}{30cm}%Quatsch
\begin{document}
\section{Symbolverzeichnis}
\begin{multicols}{3}
	\centering
	\begin{tabular}{ll}
		Wo & Wombat \\
		C & Cabybara \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		\bottomrule{}
	\end{tabular}
	\begin{tabular}{ll}
		Wh & Whale \\
		D & Duck \\
		B & Bee \\
		Sq & Squirrel \\
		Sq & Squirrel \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		\bottomrule{}
	\end{tabular}
	\begin{tabular}{ll}
		Wh & Whale \\
		D & Duck \\
		B & Bee \\
		Sq & Squirrel \\
		Sq & Squirrel \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		\bottomrule{}
	\end{tabular}
\end{multicols}
\section{Nomenklatur}
\begin{center}
	\begin{tabular}[t]{ll}
		Wo & Wombat \\
		C & Cabybara \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		\bottomrule{}
	\end{tabular}%
	\begin{tabular}[t]{ll}
		Wh & Whale \\
		D & Duck \\
		B & Bee \\
		Sq & Squirrel \\
		Sq & Squirrel \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		\bottomrule{}
	\end{tabular}%
	\begin{tabular}[t]{ll}
		Wh & Whale \\
		D & Duck \\
		B & Bee \\
		Sq & Squirrel \\
		Sq & Squirrel \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		\bottomrule{}
	\end{tabular}
\end{center}
\section{Verzeichnis}
\begin{center}
	\begin{tabular}[t]{ll}
		Wo & Wombat \\
		C & Cabybara \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
	\end{tabular}%
	\quad%
	\rule[-19.4\baselineskip]{.4pt}{20\baselineskip}%
	\quad%
	\begin{tabular}[t]{ll}
		Wh & Whale \\
		D & Duck \\
		B & Bee \\
		Sq & Squirrel \\
		Sq & Squirrel \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
	\end{tabular}%
	\quad%
	\rule[-19.4\baselineskip]{.4pt}{20\baselineskip}%
	\quad%
	\begin{tabular}[t]{ll}
		Wh & Whale \\
		D & Duck \\
		B & Bee \\
		Sq & Squirrel \\
		Sq & Squirrel \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
		Wa & Wallaby \\
		F & Fox \\
		S & Snake \\
	\end{tabular}
\end{center}
\end{document}