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} |
|||
(* for foo in content.content *) |
|||
(( foo )) |
|||
(* for content in content.content *) |
|||
((- content )) |
|||
(* endfor *) |
|||
{end_of_tab} |
|||
|
@ -1,4 +1,5 @@ |
|||
% TODO TABLATURE |
|||
% (* for foo in content.content *) |
|||
% (( foo )) |
|||
% (* endfor *) |
|||
\begin{verbatim} |
|||
(* for content in content.content *) |
|||
((- content )) |
|||
(* endfor *) |
|||
\end{verbatim} |
|||
|
@ -1,5 +1,5 @@ |
|||
{language: english} |
|||
|
|||
{start_of_tab} |
|||
A tab |
|||
A tab |
|||
{end_of_tab} |
|||
|
@ -1,7 +1,7 @@ |
|||
{language: english} |
|||
|
|||
{start_of_tab} |
|||
A table |
|||
wit many # weir [ |
|||
[ symbols |
|||
A table |
|||
wit many # weir [ |
|||
[ symbols |
|||
{end_of_tab} |
|||
|
@ -1,5 +1,5 @@ |
|||
{language: english} |
|||
|
|||
{start_of_tab} |
|||
A tab |
|||
A tab |
|||
{end_of_tab} |
|||
|
Loading…
Reference in new issue