From 3a9287fa11f45b4b6b0696f26c2a9d8f602c794e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 19 Apr 2017 22:28:18 +0000 Subject: bchart (19apr17) git-svn-id: svn://tug.org/texlive/trunk@43928 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/bchart/CHANGES.txt | 3 +++ Master/texmf-dist/doc/latex/bchart/README | 17 ----------------- Master/texmf-dist/doc/latex/bchart/README.md | 17 +++++++++++++++++ Master/texmf-dist/tex/latex/bchart/bchart.sty | 2 +- 4 files changed, 21 insertions(+), 18 deletions(-) delete mode 100644 Master/texmf-dist/doc/latex/bchart/README create mode 100644 Master/texmf-dist/doc/latex/bchart/README.md diff --git a/Master/texmf-dist/doc/latex/bchart/CHANGES.txt b/Master/texmf-dist/doc/latex/bchart/CHANGES.txt index f7b70418503..6d18e117081 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.3: +- "\sf" replaced by "\sffamily" + Version 0.1.2: - Customizable font style diff --git a/Master/texmf-dist/doc/latex/bchart/README b/Master/texmf-dist/doc/latex/bchart/README deleted file mode 100644 index b57e3511e36..00000000000 --- a/Master/texmf-dist/doc/latex/bchart/README +++ /dev/null @@ -1,17 +0,0 @@ -bchart -====== - -bchart is a LaTeX package for drawing simple bar charts with horizontal bars on a numerical x-axis. -It is based on the TikZ drawing package. The focus of this package is on simplicity and aesthetics. - - -Documentation -------------- - -See bchart.pdf for the details on how to use this package. - - -License -------- - -bchart is free software licensed under the MIT License. See LICENSE.txt for the details. diff --git a/Master/texmf-dist/doc/latex/bchart/README.md b/Master/texmf-dist/doc/latex/bchart/README.md new file mode 100644 index 00000000000..b57e3511e36 --- /dev/null +++ b/Master/texmf-dist/doc/latex/bchart/README.md @@ -0,0 +1,17 @@ +bchart +====== + +bchart is a LaTeX package for drawing simple bar charts with horizontal bars on a numerical x-axis. +It is based on the TikZ drawing package. The focus of this package is on simplicity and aesthetics. + + +Documentation +------------- + +See bchart.pdf for the details on how to use this package. + + +License +------- + +bchart is free software licensed under the MIT License. See LICENSE.txt for the details. diff --git a/Master/texmf-dist/tex/latex/bchart/bchart.sty b/Master/texmf-dist/tex/latex/bchart/bchart.sty index c8332593bf3..49a2f2b3fff 100644 --- a/Master/texmf-dist/tex/latex/bchart/bchart.sty +++ b/Master/texmf-dist/tex/latex/bchart/bchart.sty @@ -21,7 +21,7 @@ % Global Arguments -\newcommand{\bcfontstyle}{\sf} +\newcommand{\bcfontstyle}{\sffamily} % Chart Arguments -- cgit v1.2.3