From bd4ee515ba1991c34c1052673ee1d6f339ac42c5 Mon Sep 17 00:00:00 2001 From: Ralf Handl Date: Fri, 21 Jul 2023 16:49:11 +0200 Subject: [PATCH] Data Aggregation: use OASIS publication filename (#39) In preparation for the next publication --- .../odata-data-aggregation-ext.html | 6 +++--- .../odata-data-aggregation-ext.md | 6 +++--- odata-data-aggregation-ext/1 Introduction.md | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/odata-data-aggregation-ext/odata-data-aggregation-ext.html b/docs/odata-data-aggregation-ext/odata-data-aggregation-ext.html index 9fb1ff23..3c2e9bd0 100644 --- a/docs/odata-data-aggregation-ext/odata-data-aggregation-ext.html +++ b/docs/odata-data-aggregation-ext/odata-data-aggregation-ext.html @@ -355,10 +355,10 @@

-

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
@@ -366,7 +366,7 @@ 

https://github.com/jgm/pandoc/releases/tag/3.1.2.


diff --git a/docs/odata-data-aggregation-ext/odata-data-aggregation-ext.md b/docs/odata-data-aggregation-ext/odata-data-aggregation-ext.md index 91bd0608..9f72c437 100644 --- a/docs/odata-data-aggregation-ext/odata-data-aggregation-ext.md +++ b/docs/odata-data-aggregation-ext/odata-data-aggregation-ext.md @@ -252,12 +252,12 @@ 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 @@ -265,7 +265,7 @@ pandoc -f gfm+tex_math_dollars+fenced_divs --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. diff --git a/odata-data-aggregation-ext/1 Introduction.md b/odata-data-aggregation-ext/1 Introduction.md index 7df8c114..4ae9ad07 100644 --- a/odata-data-aggregation-ext/1 Introduction.md +++ b/odata-data-aggregation-ext/1 Introduction.md @@ -53,12 +53,12 @@ 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 @@ -66,7 +66,7 @@ pandoc -f gfm+tex_math_dollars+fenced_divs --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.