mirror of https://github.com/patacrep/patacrep.git
Louis
11 years ago
51 changed files with 56 additions and 59 deletions
@ -1,3 +1,3 @@ |
|||
Run the following command to build an example song book. |
|||
|
|||
$ PATH/TO/songbook.py example.sb |
|||
$ songbook example.sb |
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 7.7 KiB |
@ -1,10 +1,10 @@ |
|||
% Songbook Package -- version 0.1 for LaTeX2e |
|||
% |
|||
% This package provides macro for automatic songbook |
|||
% generation. See http://github.com/patacrep/songbook-core/ |
|||
% generation. See http://github.com/patacrep/patacrep/ |
|||
|
|||
\NeedsTeXFormat{LaTeX2e}[1994/06/01] |
|||
\ProvidesPackage{SongbookUtils}[2014/04/13 Songbook Package, version 0.1] |
|||
\ProvidesPackage{patacrep}[2014/06/17 Patacrep Package, version 1] |
|||
|
|||
\RequirePackage{graphicx,xcolor} % |
|||
\RequirePackage{epstopdf} % |
@ -1,4 +1,4 @@ |
|||
%! Copyright (C) 2014 The Songbook team (www.patacrep.com) |
|||
%! Copyright (C) 2014 The Patacrep team (www.patacrep.com) |
|||
%! |
|||
%! This program is free software; you can redistribute it and/or |
|||
%! modify it under the terms of the GNU General Public License |
@ -1,4 +1,4 @@ |
|||
%! Copyright (C) 2014 The Songbook team (www.patacrep.com) |
|||
%! Copyright (C) 2014 The Patacrep team (www.patacrep.com) |
|||
%! |
|||
%! This program is free software; you can redistribute it and/or |
|||
%! modify it under the terms of the GNU General Public License |
Loading…
Reference in new issue