]> Shamusworld >> Repos - ardour-manual/blobdiff - include/export-format-profiles.html
update MIDI region creation process
[ardour-manual] / include / export-format-profiles.html
index 92fb4da57dfa34f410369eddd7519a66d32ae444..dd64a401046548df7e5972689eb4ef620e9cd2c9 100644 (file)
@@ -85,7 +85,7 @@ choose the dithering algorithm to use.
 <p>
 As well as exporting an audio file, create a file (in CUE or TOC format
 respectively) containg CD track information, as defined in the
-<a href="@@the-ranges-and-marks-lists">Ranges &amp; Marks List</a>.
+<a href="@@the-ranges-and-marks-lists">Ranges and Marks List</a>.
 
 
 <h4>Tag with session's metadata</h4>
@@ -112,20 +112,20 @@ absolute path to an executable file here.
 <p>
 Certain sequences are allowed here to stand for the exported file name and the
 like. Currently these are:
-<dl>
-<dt><code>%f</code></dt>
-<dd>Full path &amp; filename of the exported audio file</dd>
-<dt><code>%d</code></dt>
-<dd>Directory containing the exported audio file (including trailing directory separator)</dd>
-<dt><code>%b</code></dt>
-<dd>Basename of the exported audio file (without extension)</dd>
-<dt><code>%s</code></dt>
-<dd>Path to the current session file</dd>
-<dt><code>%n</code></dt>
-<dd>Name of the current session file</dd>
-<dt><code>%%</code></dt>
-<dd>A literal percent sign</dd>
-</dl>
+<table class="dl">
+<tr><th><code>%f</code></th>
+<td>Full path and filename of the exported audio file</td></tr>
+<tr><th><code>%d</code></th>
+<td>Directory containing the exported audio file (including trailing directory separator)</td></tr>
+<tr><th><code>%b</code></th>
+<td>Basename of the exported audio file (without extension)</td></tr>
+<tr><th><code>%s</code></th>
+<td>Path to the current session file</td></tr>
+<tr><th><code>%n</code></th>
+<td>Name of the current session file</td></tr>
+<tr><th><code>%%</code></th>
+<td>A literal percent sign</td></tr>
+</table>
 <p>
 Any part of the command-line enclosed in double-quotes (") will be used as-is.