mirror of https://github.com/patacrep/patacrep.git
Browse Source
They are rendered using verbatim in LaTeX right now. May be rendered in a nicer way later.pull/79/head
Louis
9 years ago
8 changed files with 23 additions and 22 deletions
@ -1,5 +1,5 @@ |
|||||
{start_of_tab} |
{start_of_tab} |
||||
(* for foo in content.content *) |
(* for content in content.content *) |
||||
(( foo )) |
((- content )) |
||||
(* endfor *) |
(* endfor *) |
||||
{end_of_tab} |
{end_of_tab} |
||||
|
@ -1,4 +1,5 @@ |
|||||
% TODO TABLATURE |
\begin{verbatim} |
||||
% (* for foo in content.content *) |
(* for content in content.content *) |
||||
% (( foo )) |
((- content )) |
||||
% (* endfor *) |
(* endfor *) |
||||
|
\end{verbatim} |
||||
|
@ -1,5 +1,5 @@ |
|||||
{language: english} |
{language: english} |
||||
|
|
||||
{start_of_tab} |
{start_of_tab} |
||||
A tab |
A tab |
||||
{end_of_tab} |
{end_of_tab} |
||||
|
@ -1,7 +1,7 @@ |
|||||
{language: english} |
{language: english} |
||||
|
|
||||
{start_of_tab} |
{start_of_tab} |
||||
A table |
A table |
||||
wit many # weir [ |
wit many # weir [ |
||||
[ symbols |
[ symbols |
||||
{end_of_tab} |
{end_of_tab} |
||||
|
@ -1,5 +1,5 @@ |
|||||
{language: english} |
{language: english} |
||||
|
|
||||
{start_of_tab} |
{start_of_tab} |
||||
A tab |
A tab |
||||
{end_of_tab} |
{end_of_tab} |
||||
|
Loading…
Reference in new issue