summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bchart
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/bchart')
-rw-r--r--Master/texmf-dist/doc/latex/bchart/CHANGES.txt3
-rw-r--r--Master/texmf-dist/doc/latex/bchart/bchart.pdfbin141445 -> 154679 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bchart/bchart.tex38
3 files changed, 37 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/bchart/CHANGES.txt b/Master/texmf-dist/doc/latex/bchart/CHANGES.txt
index dd24339b477..f7b70418503 100644
--- a/Master/texmf-dist/doc/latex/bchart/CHANGES.txt
+++ b/Master/texmf-dist/doc/latex/bchart/CHANGES.txt
@@ -1,6 +1,9 @@
Changelog for bchart
====================
+Version 0.1.2:
+- Customizable font style
+
Version 0.1.1:
- New "value" option for bars
- Discussion of known issue with "Dimension too large" error
diff --git a/Master/texmf-dist/doc/latex/bchart/bchart.pdf b/Master/texmf-dist/doc/latex/bchart/bchart.pdf
index 430cd442c95..baf4d889d33 100644
--- a/Master/texmf-dist/doc/latex/bchart/bchart.pdf
+++ b/Master/texmf-dist/doc/latex/bchart/bchart.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bchart/bchart.tex b/Master/texmf-dist/doc/latex/bchart/bchart.tex
index 9e0447c6dd8..68a87ea7a4a 100644
--- a/Master/texmf-dist/doc/latex/bchart/bchart.tex
+++ b/Master/texmf-dist/doc/latex/bchart/bchart.tex
@@ -7,10 +7,10 @@
\title{
\texttt{bchart}: Simple Bar Charts in \LaTeX
\medskip\\
- \large Version 0.1.1
+ \large Version 0.1.2
}
\author{Tobias Kuhn}
-\date{16 March 2012}
+\date{22 August 2012}
\begin{document}
@@ -97,6 +97,36 @@ The \texttt{plain}-flag hides all marks:
\bcbar{1.8}
\end{bchart}
\end{quote}
+The font style is sans-serif by default. This can be changed by redefining the command \texttt{bcfontstyle}:
+\begin{quote}\small
+\begin{verbatim}
+\renewcommand{\bcfontstyle}{\bfseries}
+\begin{bchart}[max=10,step=1]
+ \bcbar{5.7}
+\end{bchart}
+\end{verbatim}
+\end{quote}
+\begin{quote}
+\renewcommand{\bcfontstyle}{\bfseries}
+\begin{bchart}[max=10,step=1]
+ \bcbar{5.7}
+\end{bchart}
+\end{quote}
+With an empty argument, the default font of the document is used:
+\begin{quote}\small
+\begin{verbatim}
+\renewcommand{\bcfontstyle}{}
+\begin{bchart}[max=10,step=1]
+ \bcbar{5.7}
+\end{bchart}
+\end{verbatim}
+\end{quote}
+\begin{quote}
+\renewcommand{\bcfontstyle}{}
+\begin{bchart}[max=10,step=1]
+ \bcbar{5.7}
+\end{bchart}
+\end{quote}
\section{Bars}
@@ -221,7 +251,7 @@ With the \texttt{bcskip}-command, skips of arbitrary size can be inserted:
\section{Labels}
-The x-axis can be labelled by calling the \texttt{bcxlabel}-command:
+The x-axis can be labeled by calling the \texttt{bcxlabel}-command:
\begin{quote}\small
\begin{verbatim}
\begin{bchart}[step=200,max=1000]
@@ -391,7 +421,7 @@ When using fractions in the \texttt{step}-option, sometimes rounding errors beco
\bcbar{0.76}
\end{bchart}
\end{quote}
-As a workaround, the \texttt{steps}-option can be used instead, where all marks must be listed explicitely:
+As a workaround, the \texttt{steps}-option can be used instead, where all marks must be listed explicitly:
\begin{quote}\small
\begin{verbatim}
\begin{bchart}[steps={0.2,0.4,0.6,0.8,1},max=1]