blob: b919dcbc4d300ac1a95482bb3979fd526c813d64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% musixcrd - typsetting chord symbols with %%
%% musixtex %%
%% doc.tex documentation generation %%
%% $Id$ %%
%% copyright 2004 , Robert Hennig %%
%% this code is licensed in terms of the %%
%% GNU Public License %%
%% %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{ltxdoc}
\usepackage{musixtex,musixcrd,syntax,sverb}
\EnableCrossrefs
\PageIndex
\CodelineIndex
\setlength\hfuzz{15pt}
\begin{document}
\DocInput{musixcrd.dtx}
\end{document}
%%% Local Variables:
%%% mode: plain-tex
%%% TeX-master: t
%%% End:
|