]> granicus.if.org Git - multimarkdown/commitdiff
UPDATED: Add note about tables in MMD-6 to Quick Start Guide
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Tue, 19 Sep 2017 00:45:21 +0000 (20:45 -0400)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Tue, 19 Sep 2017 00:45:21 +0000 (20:45 -0400)
QuickStart/QuickStart.epub
QuickStart/QuickStart.fodt
QuickStart/QuickStart.html
QuickStart/QuickStart.pdf
QuickStart/QuickStart.txt

index 62da4262b61a7da91104a33622dec63f590037f9..fb633a6bd9893ec2f3d89347b70dd4abb61cebbd 100644 (file)
Binary files a/QuickStart/QuickStart.epub and b/QuickStart/QuickStart.epub differ
index be49d1e3bcd513351fa3050988264123266a8df5..666eabc1028781d00fa3abe35e5eaa2559eff0e6 100644 (file)
@@ -308,6 +308,7 @@ office:mimetype="application/vnd.oasis.opendocument.text">
 <text:p text:style-name="TOC_Item"><text:a xlink:type="simple" xlink:href="#outputformats" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">Output Formats  <text:tab/>1</text:a></text:p>
 <text:p text:style-name="TOC_Item"><text:a xlink:type="simple" xlink:href="#embeddedimages" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">Embedded Images  <text:tab/>1</text:a></text:p>
 <text:p text:style-name="TOC_Item"><text:a xlink:type="simple" xlink:href="#tableofcontents" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">Table of Contents  <text:tab/>1</text:a></text:p>
+<text:p text:style-name="TOC_Item"><text:a xlink:type="simple" xlink:href="#tables" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">Tables  <text:tab/>1</text:a></text:p>
 <text:p text:style-name="TOC_Item"><text:a xlink:type="simple" xlink:href="#transclusion" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">Transclusion  <text:tab/>1</text:a></text:p>
 <text:p text:style-name="TOC_Item"><text:a xlink:type="simple" xlink:href="#futuresteps" text:style-name="Index_20_Link" text:visited-style-name="Index_20_Link">Future Steps  <text:tab/>1</text:a></text:p>
 </text:index-body>
@@ -665,9 +666,9 @@ the following <text:span text:style-name="Source_20_Text">latex config</text:spa
 
 </text:list>
 
-<text:p text:style-name="Standard">**NOTE: You do have to install the MMD support files into the proper location
-**for your system. I would like to make this easier, but haven&#8217;t found the
-**best configuration yet.</text:p>
+<text:p text:style-name="Standard"><text:span text:style-name="MMD-Bold">NOTE</text:span>: You do have to install the MMD support files into the proper
+location for your system. I would like to make this easier, but haven&#8217;t found
+the best configuration yet.</text:p>
 
 <text:h text:outline-level="4"><text:bookmark text:name="metadata"/>Metadata </text:h>
 
@@ -693,10 +694,11 @@ options are <text:span text:style-name="Source_20_Text">dutch</text:span>, <text
 
 </text:list>
 
-<text:p text:style-name="Standard">Additionally, the <text:span text:style-name="Source_20_Text">MMD Header</text:span> and <text:span text:style-name="Source_20_Text">MMD Footer</text:span> metadata work slightly differently. In
-v5, these fields were used to list names of files that should be transcluded before and after
-the main body. In v6, these fields represent the actual text to be inserted. If you want them
-to reference separate files, use the transclusion functionality:</text:p>
+<text:p text:style-name="Standard">Additionally, the <text:span text:style-name="Source_20_Text">MMD Header</text:span> and <text:span text:style-name="Source_20_Text">MMD Footer</text:span> metadata work slightly
+differently. In v5, these fields were used to list names of files that should
+be transcluded before and after the main body. In v6, these fields represent
+the actual text to be inserted. If you want them to reference separate files,
+use the transclusion functionality:</text:p>
 
 <text:p text:style-name="Preformatted Text">Title:<text:tab/>Some Title<text:line-break/>MMD Header:<text:tab/>This is *MMD* text.<text:line-break/>MMD Footer:<text:tab/>{{footer.txt}}<text:line-break/></text:p>
 
@@ -769,6 +771,11 @@ generated Table of Contents in your document. As of MMD v6, the native
 Table of Contents functionality is used when exporting to LaTeX or
 OpenDocument formats.</text:p>
 
+<text:h text:outline-level="4"><text:bookmark text:name="tables"/>Tables </text:h>
+
+<text:p text:style-name="Standard">Tables in MultiMarkdown-6 work basically the same as before, but a caption, if
+present, must come <text:span text:style-name="MMD-Italic">after</text:span> the body of the table, not <text:span text:style-name="MMD-Italic">before</text:span>.</text:p>
+
 <text:h text:outline-level="4"><text:bookmark text:name="transclusion"/>Transclusion </text:h>
 
 <text:p text:style-name="Standard">File transclusion works basically the same way &#8211; <text:span text:style-name="Source_20_Text">{{file}}</text:span> is used to
index 9be041906b787c241599bb43c20b916af4d81960..ddb97ed5f99d5c434b4f699e261ac109ec04b4c6 100644 (file)
@@ -32,6 +32,7 @@
 <li><a href="#outputformats">Output Formats </a></li>
 <li><a href="#embeddedimages">Embedded Images </a></li>
 <li><a href="#tableofcontents">Table of Contents </a></li>
+<li><a href="#tables">Tables </a></li>
 <li><a href="#transclusion">Transclusion </a></li>
 </ul>
 </li>
@@ -356,9 +357,9 @@ the following <code>latex config</code> values by default:</p>
 <li><code>tufte-handout</code></li>
 </ul>
 
-<p>**NOTE: You do have to install the <abbr title="MultiMarkdown">MMD</abbr> support files into the proper location
-**for your system. I would like to make this easier, but haven&#8217;t found the
-**best configuration yet.</p>
+<p><strong>NOTE</strong>: You do have to install the <abbr title="MultiMarkdown">MMD</abbr> support files into the proper
+location for your system. I would like to make this easier, but haven&#8217;t found
+the best configuration yet.</p>
 
 <h4 id="metadata">Metadata </h4>
 
@@ -381,10 +382,11 @@ options are <code>dutch</code>, <code>french</code>, <code>german</code>, <code>
 <code>fr</code>, <code>de</code>, <code>sv</code>. Anything else defaults to English.</p></li>
 </ul>
 
-<p>Additionally, the <code>MMD Header</code> and <code>MMD Footer</code> metadata work slightly differently. In
-v5, these fields were used to list names of files that should be transcluded before and after
-the main body. In v6, these fields represent the actual text to be inserted. If you want them
-to reference separate files, use the transclusion functionality:</p>
+<p>Additionally, the <code>MMD Header</code> and <code>MMD Footer</code> metadata work slightly
+differently. In v5, these fields were used to list names of files that should
+be transcluded before and after the main body. In v6, these fields represent
+the actual text to be inserted. If you want them to reference separate files,
+use the transclusion functionality:</p>
 
 <pre><code>Title:      Some Title
 MMD Header:    This is *MMD* text.
@@ -436,6 +438,11 @@ generated Table of Contents in your document. As of <abbr title="MultiMarkdown">
 Table of Contents functionality is used when exporting to LaTeX or
 OpenDocument formats.</p>
 
+<h4 id="tables">Tables </h4>
+
+<p>Tables in MultiMarkdown-6 work basically the same as before, but a caption, if
+present, must come <em>after</em> the body of the table, not <em>before</em>.</p>
+
 <h4 id="transclusion">Transclusion </h4>
 
 <p>File transclusion works basically the same way &#8211; <code>{{file}}</code> is used to
index 33f07909506e87ecfeb0b3f953b65f665c4ea5df..73641429ed3b218e72f948910a19921ca0f4592b 100644 (file)
Binary files a/QuickStart/QuickStart.pdf and b/QuickStart/QuickStart.pdf differ
index 8047dd72451f2a4885aa7820bc8200f285530577..09ea54f52824d28042e1ad667c6c339262862f65 100644 (file)
@@ -334,9 +334,9 @@ the following `latex config` values by default:
 * `tufte-book`
 * `tufte-handout`
 
-**NOTE: You do have to install the MMD support files into the proper location
-**for your system.  I would like to make this easier, but haven't found the
-**best configuration yet.
+**NOTE**: You do have to install the MMD support files into the proper
+location for your system.  I would like to make this easier, but haven't found
+the best configuration yet.
 
 
 ## Metadata ##
@@ -359,10 +359,11 @@ will also set the default `quotes language`.
 options are `dutch`, `french`, `german`, `germanguillemets`, `swedish`, `nl`,
 `fr`, `de`, `sv`.  Anything else defaults to English.
 
-Additionally, the `MMD Header` and `MMD Footer` metadata work slightly differently.  In
-v5, these fields were used to list names of files that should be transcluded before and after
-the main body.  In v6, these fields represent the actual text to be inserted.  If you want them
-to reference separate files, use the transclusion functionality:
+Additionally, the `MMD Header` and `MMD Footer` metadata work slightly
+differently.  In v5, these fields were used to list names of files that should
+be transcluded before and after the main body.  In v6, these fields represent
+the actual text to be inserted.  If you want them to reference separate files,
+use the transclusion functionality:
 
        Title:  Some Title
        MMD Header:     This is *MMD* text.
@@ -417,6 +418,12 @@ Table of Contents functionality is used when exporting to LaTeX or
 OpenDocument formats.
 
 
+## Tables ##
+
+Tables in MultiMarkdown-6 work basically the same as before, but a caption, if
+present, must come *after* the body of the table, not *before*.
+
+
 ## Transclusion ##
 
 File transclusion works basically the same way -- `{{file}}` is used to