diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-02 23:01:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-02 23:01:51 +0000 |
commit | df7152ceda43251bfd2e7715ec0b0de9506df7cc (patch) | |
tree | ef0f89f72f9bce03a9eff0c687ba634cb8441e72 /Master/texmf-dist | |
parent | b1bb8e61f5530e11a31c62b5d87328ffcac21af9 (diff) |
octave (1nov17)
git-svn-id: svn://tug.org/texlive/trunk@45674 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/octave/octave.pdf | bin | 253260 -> 254825 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/octave/octave.tex | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/octave/octave.sty | 3 |
3 files changed, 9 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/octave/octave.pdf b/Master/texmf-dist/doc/latex/octave/octave.pdf Binary files differindex 26c991fec7c..a8e5957faf9 100644 --- a/Master/texmf-dist/doc/latex/octave/octave.pdf +++ b/Master/texmf-dist/doc/latex/octave/octave.pdf diff --git a/Master/texmf-dist/doc/latex/octave/octave.tex b/Master/texmf-dist/doc/latex/octave/octave.tex index 5d59dc2f686..9f7c933a258 100644 --- a/Master/texmf-dist/doc/latex/octave/octave.tex +++ b/Master/texmf-dist/doc/latex/octave/octave.tex @@ -107,7 +107,7 @@ The package also provides the \verb|\octavetable| which displays a comparison of the two systems, shown in table~\ref{octavetable}. \begin{table} - \caption{Pitch designations in traditional (\code{prime}) and Helmholts + \caption{Pitch designations in traditional (\code{prime}) and Helmholtz (\code{number}) systems} \label{octavetable} \begin{center} @@ -119,4 +119,10 @@ of the two systems, shown in table~\ref{octavetable}. \VerbatimInput{octave.sty} +\section{Changes} + +\begin{tabular}{r p{0.75\textwidth}} + 2017/10/31 & Spelling corrections\\ + 2017/08/21 & First version on CTAN\\ +\end{tabular} \end{document} diff --git a/Master/texmf-dist/tex/latex/octave/octave.sty b/Master/texmf-dist/tex/latex/octave/octave.sty index 7bd575e4118..da268104f4e 100644 --- a/Master/texmf-dist/tex/latex/octave/octave.sty +++ b/Master/texmf-dist/tex/latex/octave/octave.sty @@ -1,6 +1,6 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{octave} -[2017/08/21 Octave designations in Helmoltz or traditional style] +[2017/10/31 Octave designations in Helmholtz or traditional style] % Copyright 2017 Andrew A. Cashner, andrewacashner@gmail.com @@ -19,6 +19,7 @@ % and the documentation file octave.tex. % CHANGE LOG +% 2017-10-31 Spelling corrections % 2017-08-21 First version on CTAN \newif\if@OctaveNumber |