Skip to content

Commit

Permalink
Data Aggregation: use OASIS publication filename (#39)
Browse files Browse the repository at this point in the history
In preparation for the next publication
  • Loading branch information
ralfhandl authored Jul 21, 2023
1 parent 6320d24 commit bd4ee51
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -355,18 +355,18 @@ <h3 id="113-document-conventions"><a name="DocumentConventions" href="#DocumentC
<p>All examples in this document are non-normative and informative only. Examples labeled with ⚠ contain advanced concepts or make use of keywords that are defined only later in the text, they can be skipped at first reading.</p>
<p>All other text is normative unless otherwise labeled.</p>
<div class="example">
<p>Here is a customized command line which will generate HTML from this markdown file (named <code>odata-data-aggregation-ext.md</code>). Line breaks are added for readability only:</p>
<p>Here is a customized command line which will generate HTML from this markdown file (named <code>odata-data-aggregation-ext-v4.0-csd04.md</code>). Line breaks are added for readability only:</p>
<pre><code>pandoc -f gfm+tex_math_dollars+fenced_divs
-t html
-o odata-data-aggregation-ext.html
-o odata-data-aggregation-ext-v4.0-csd04.html
-c styles/markdown-styles-v1.7.3b.css
-c styles/odata.css
-s
--mathjax
--eol=lf
--wrap=none
--metadata pagetitle=&quot;OData Extension for Data Aggregation Version 4.0&quot;
odata-data-aggregation-ext.md</code></pre>
odata-data-aggregation-ext-v4.0-csd04.md</code></pre>
<p>This uses pandoc 3.1.2 from <a href="https://github.com/jgm/pandoc/releases/tag/3.1.2">https://github.com/jgm/pandoc/releases/tag/3.1.2</a>.</p>
</div>
<hr />
Expand Down
6 changes: 3 additions & 3 deletions docs/odata-data-aggregation-ext/odata-data-aggregation-ext.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,20 +252,20 @@ All examples in this document are non-normative and informative only. Examples l
All other text is normative unless otherwise labeled.

::: example
Here is a customized command line which will generate HTML from this markdown file (named `odata-data-aggregation-ext.md`). Line breaks are added for readability only:
Here is a customized command line which will generate HTML from this markdown file (named `odata-data-aggregation-ext-v4.0-csd04.md`). Line breaks are added for readability only:

```
pandoc -f gfm+tex_math_dollars+fenced_divs
-t html
-o odata-data-aggregation-ext.html
-o odata-data-aggregation-ext-v4.0-csd04.html
-c styles/markdown-styles-v1.7.3b.css
-c styles/odata.css
-s
--mathjax
--eol=lf
--wrap=none
--metadata pagetitle="OData Extension for Data Aggregation Version 4.0"
odata-data-aggregation-ext.md
odata-data-aggregation-ext-v4.0-csd04.md
```

This uses pandoc 3.1.2 from https://github.com/jgm/pandoc/releases/tag/3.1.2.
Expand Down
6 changes: 3 additions & 3 deletions odata-data-aggregation-ext/1 Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,20 @@ All examples in this document are non-normative and informative only. Examples l
All other text is normative unless otherwise labeled.

::: example
Here is a customized command line which will generate HTML from this markdown file (named `odata-data-aggregation-ext.md`). Line breaks are added for readability only:
Here is a customized command line which will generate HTML from this markdown file (named `$$$filename$$$.md`). Line breaks are added for readability only:

```
pandoc -f gfm+tex_math_dollars+fenced_divs
-t html
-o odata-data-aggregation-ext.html
-o $$$filename$$$.html
-c styles/markdown-styles-v1.7.3b.css
-c styles/odata.css
-s
--mathjax
--eol=lf
--wrap=none
--metadata pagetitle="$$$pagetitle$$$"
odata-data-aggregation-ext.md
$$$filename$$$.md
```

This uses pandoc 3.1.2 from https://github.com/jgm/pandoc/releases/tag/3.1.2.
Expand Down

0 comments on commit bd4ee51

Please sign in to comment.