diff options
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 |