summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bfh-ci/DEMO-BFHPub.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/bfh-ci/DEMO-BFHPub.tex')
-rw-r--r--Master/texmf-dist/doc/latex/bfh-ci/DEMO-BFHPub.tex22
1 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/bfh-ci/DEMO-BFHPub.tex b/Master/texmf-dist/doc/latex/bfh-ci/DEMO-BFHPub.tex
index 18d4887a46e..8e9ed03487f 100644
--- a/Master/texmf-dist/doc/latex/bfh-ci/DEMO-BFHPub.tex
+++ b/Master/texmf-dist/doc/latex/bfh-ci/DEMO-BFHPub.tex
@@ -158,35 +158,35 @@ Please have a look at the corresponding demo files if you use want to create ano
To support some layout elements among all document types BFH-CI introduces the Macro
\begin{verbatim}
- \LoadBFHModule{<List of Modules>}
+ \LoadBFHModule{<List of Modules>}
\end{verbatim}
These modules can be used to extend the basic mechanisms on additional elements.
Currently there are 3 Modules prepared:
\begin{itemize}
- \item table
- \item listings
- \item terminal
- \item boxes
- \item rules
+\item tabular
+\item listings
+\item terminal
+\item boxes
+\item rules
\end{itemize}
The corresponding filenames following the structure \file{bfh-layout-<modulename>.cfg}. User defined modules can be added.
-\subsection{table module}
+\subsection{The table module}
This module is automatically loaded by all document types beside \cls{bfhletter.cls}.
\begin{verbatim}
- \LoadBFHModule{table}
+ \LoadBFHModule{tabular}
\end{verbatim}
-BFH-CI should used colored tabulars. It combined all necessary adjustments in the \verb+\setupBfhTabular+ macro. It will adjust the rowcolor using \pkg{xcolor}. To use the recommended tabular setup one could use
+BFH-CI should used colored tabulars. It combined all necessary adjustments in the \verb+\setupBfhTabular+ macro. It will adjust the rowcolor using \pkg{xcolor}. To use the recommended tabular setup one could use:
\begin{verbatim}
\begin{table}
- \centering
+ \centering
\setupBfhTabular
\begin{tabular}{lll}
\rowcolor{BFH-tablehead}
@@ -226,7 +226,7 @@ To simplify the usage the \pkg{bfhlayout} also provides a \verb+bfhTabular+ envi
\end{table}
\end{verbatim}
-In case the package \pkg{tabularray} ist loaded the table module will also implement a tblr environ to use the layout.
+In case the package \pkg{tabularray} is loaded the tabular module will also implement a tblr environ to use the layout.
For further usage information please have a look at the \pkg{tabularray} documentation.
\begin{verbatim}