Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

underline tag is <ul>, not <u> #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gabc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ <h3 id="specialcharacters">Special characters</h3>

<h3 id="textstyle">Text style</h3>

<p>Even though text is rarely styled in a chant score, gabc allows for some markup to apply styles to the text: they are <code>&lt;i&gt;</code> for italic, <code>&lt;b&gt;</code> for bold, <code>&lt;u&gt;</code> for underline (does not work in Plain <span class="tex">T<span class="epsilon">e</span>X</span>), <code>&lt;c&gt;</code> for colored (specifically in <code>gregoriocolor</code>), and <code>&lt;sc&gt;</code> for small capitals.</p>
<p>Even though text is rarely styled in a chant score, gabc allows for some markup to apply styles to the text: they are <code>&lt;i&gt;</code> for italic, <code>&lt;b&gt;</code> for bold, <code>&lt;ul&gt;</code> for underline (does not work in Plain <span class="tex">T<span class="epsilon">e</span>X</span>), <code>&lt;c&gt;</code> for colored (specifically in <code>gregoriocolor</code>), and <code>&lt;sc&gt;</code> for small capitals.</p>

<p>For example: <code>&lt;i&gt;Ps.&lt;/i&gt;(::)</code></p>

Expand Down
2 changes: 1 addition & 1 deletion gabc/summary-gabc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<b>bold</b> & \GreBold{bold}\\
<i>italic</i> & \GreItalic{italic}\\
<c>color</c> & \GreColored{color}\\
<u>underline</u> & \GreUnderline{underline}\\
<ul>underline</ul> & \GreUnderline{underline}\\
<sc>small caps</sc> & \GreSmallCaps{small caps}\\
\end{supertabular}
\end{center}
Expand Down