mirror of https://github.com/patacrep/patacrep.git
Louis
10 years ago
3 changed files with 17 additions and 1 deletions
@ -0,0 +1,15 @@ |
|||
# -*- coding: utf-8 -*- |
|||
|
|||
"""Quick management of random LaTeX commands.""" |
|||
|
|||
from plasTeX import Command |
|||
|
|||
# pylint: disable=invalid-name,too-many-public-methods |
|||
class songcolumns(Command): |
|||
r"""Manage `\songcolumns` command""" |
|||
args = '{num:int}' |
|||
|
|||
# pylint: disable=invalid-name,too-many-public-methods |
|||
class gtab(Command): |
|||
r"""Manage `\gta` command""" |
|||
args = '{chord:str}{diagram:str}' |
Loading…
Reference in new issue