Skip to content

Commit

Permalink
Use Computer Modern monospaced font only in Data Aggregation spec
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Aug 28, 2024
1 parent a6f4c84 commit 76e17ab
Show file tree
Hide file tree
Showing 35 changed files with 124 additions and 129 deletions.
2 changes: 1 addition & 1 deletion docs/odata-csdl-json/odata-csdl-json.html
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ <h3 id="122-acronyms-and-abbreviations"><a name="AcronymsandAbbreviations" href=
<details open><summary>
<h3 id="123-document-conventions"><a name="DocumentConventions" href="#DocumentConventions">1.2.3 Document Conventions</a></h3>
</summary>
<p>Keywords defined by this specification use <code>this monospaced font</code>.</p>
<p>Keywords defined by this specification use <code>this monospaced font</code>.</p>
<p>Some sections of this specification are illustrated with non-normative examples.</p>
<div class="example">
<p>Example 1: text describing an example uses this paragraph style</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/odata-csdl-json/odata-csdl-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ Section | Feature / Change | Issue

### <a name="DocumentConventions" href="#DocumentConventions">1.2.3 Document Conventions</a>

Keywords defined by this specification use `this monospaced font`.
Keywords defined by this specification use `this monospaced font`.

Some sections of this specification are illustrated with non-normative examples.

Expand Down
13 changes: 13 additions & 0 deletions docs/odata-csdl-json/styles/monospace.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
p code,
li code,
h1 code,
h2 code,
h3 code,
h4 code,
h5 code,
h6 code,
td > code {
font-family: MJXZERO, MJXTEX-T;
font-size: 1em;
line-height: 0;
}
14 changes: 0 additions & 14 deletions docs/odata-csdl-json/styles/odata.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,20 +147,6 @@ table {
stroke-width: 2;
}

p code,
li code,
h1 code,
h2 code,
h3 code,
h4 code,
h5 code,
h6 code,
td > code {
font-family: MJXZERO, MJXTEX-T;
font-size: 1em;
line-height: 0;
}

.example p code,
.example li code {
font-style: initial;
Expand Down
2 changes: 1 addition & 1 deletion docs/odata-csdl-xml/odata-csdl-xml.html
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ <h3 id="122-acronyms-and-abbreviations"><a name="AcronymsandAbbreviations" href=
<details open><summary>
<h3 id="123-document-conventions"><a name="DocumentConventions" href="#DocumentConventions">1.2.3 Document Conventions</a></h3>
</summary>
<p>Keywords defined by this specification use <code>this monospaced font</code>.</p>
<p>Keywords defined by this specification use <code>this monospaced font</code>.</p>
<p>Some sections of this specification are illustrated with non-normative examples.</p>
<div class="example">
<p>Example 1: text describing an example uses this paragraph style</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/odata-csdl-xml/odata-csdl-xml.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ Section | Feature / Change | Issue

### <a name="DocumentConventions" href="#DocumentConventions">1.2.3 Document Conventions</a>

Keywords defined by this specification use `this monospaced font`.
Keywords defined by this specification use `this monospaced font`.

Some sections of this specification are illustrated with non-normative examples.

Expand Down
13 changes: 13 additions & 0 deletions docs/odata-csdl-xml/styles/monospace.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
p code,
li code,
h1 code,
h2 code,
h3 code,
h4 code,
h5 code,
h6 code,
td > code {
font-family: MJXZERO, MJXTEX-T;
font-size: 1em;
line-height: 0;
}
14 changes: 0 additions & 14 deletions docs/odata-csdl-xml/styles/odata.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,20 +147,6 @@ table {
stroke-width: 2;
}

p code,
li code,
h1 code,
h2 code,
h3 code,
h4 code,
h5 code,
h6 code,
td > code {
font-family: MJXZERO, MJXTEX-T;
font-size: 1em;
line-height: 0;
}

.example p code,
.example li code {
font-style: initial;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
</style>
<link rel="stylesheet" href="styles/markdown-styles-v1.7.3b.css" />
<link rel="stylesheet" href="styles/odata.css" />
<link rel="stylesheet" href="styles/monospace.css" />
<script type="text/javascript">
MathJax = {startup: {
ready() {
Expand Down
13 changes: 13 additions & 0 deletions docs/odata-data-aggregation-ext/styles/monospace.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
p code,
li code,
h1 code,
h2 code,
h3 code,
h4 code,
h5 code,
h6 code,
td > code {
font-family: MJXZERO, MJXTEX-T;
font-size: 1em;
line-height: 0;
}
14 changes: 0 additions & 14 deletions docs/odata-data-aggregation-ext/styles/odata.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,20 +147,6 @@ table {
stroke-width: 2;
}

p code,
li code,
h1 code,
h2 code,
h3 code,
h4 code,
h5 code,
h6 code,
td > code {
font-family: MJXZERO, MJXTEX-T;
font-size: 1em;
line-height: 0;
}

.example p code,
.example li code {
font-style: initial;
Expand Down
2 changes: 1 addition & 1 deletion docs/odata-json-format/odata-json-format.html
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ <h3 id="122-acronyms-and-abbreviations"><a name="AcronymsandAbbreviations" href=
<details open><summary>
<h3 id="123-document-conventions"><a name="DocumentConventions" href="#DocumentConventions">1.2.3 Document Conventions</a></h3>
</summary>
<p>Keywords defined by this specification use <code>this monospaced font</code>.</p>
<p>Keywords defined by this specification use <code>this monospaced font</code>.</p>
<p>Some sections of this specification are illustrated with non-normative examples.</p>
<div class="example">
<p>Example 1: text describing an example uses this paragraph style</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/odata-json-format/odata-json-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Section | Feature / Change | Issue

### <a name="DocumentConventions" href="#DocumentConventions">1.2.3 Document Conventions</a>

Keywords defined by this specification use `this monospaced font`.
Keywords defined by this specification use `this monospaced font`.

Some sections of this specification are illustrated with non-normative examples.

Expand Down
13 changes: 13 additions & 0 deletions docs/odata-json-format/styles/monospace.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
p code,
li code,
h1 code,
h2 code,
h3 code,
h4 code,
h5 code,
h6 code,
td > code {
font-family: MJXZERO, MJXTEX-T;
font-size: 1em;
line-height: 0;
}
14 changes: 0 additions & 14 deletions docs/odata-json-format/styles/odata.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,20 +147,6 @@ table {
stroke-width: 2;
}

p code,
li code,
h1 code,
h2 code,
h3 code,
h4 code,
h5 code,
h6 code,
td > code {
font-family: MJXZERO, MJXTEX-T;
font-size: 1em;
line-height: 0;
}

.example p code,
.example li code {
font-style: initial;
Expand Down
2 changes: 1 addition & 1 deletion docs/odata-protocol/odata-protocol.html
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ <h3 id="122-acronyms-and-abbreviations"><a name="AcronymsandAbbreviations" href=
<details open><summary>
<h3 id="123-document-conventions"><a name="DocumentConventions" href="#DocumentConventions">1.2.3 Document Conventions</a></h3>
</summary>
<p>Keywords defined by this specification use <code>this monospaced font</code>.</p>
<p>Keywords defined by this specification use <code>this monospaced font</code>.</p>
<p>Some sections of this specification are illustrated with non-normative examples.</p>
<div class="example">
<p>Example 1: text describing an example uses this paragraph style</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/odata-protocol/odata-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ Section | Feature / Change | Issue

### <a name="DocumentConventions" href="#DocumentConventions">1.2.3 Document Conventions</a>

Keywords defined by this specification use `this monospaced font`.
Keywords defined by this specification use `this monospaced font`.

Some sections of this specification are illustrated with non-normative examples.

Expand Down
13 changes: 13 additions & 0 deletions docs/odata-protocol/styles/monospace.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
p code,
li code,
h1 code,
h2 code,
h3 code,
h4 code,
h5 code,
h6 code,
td > code {
font-family: MJXZERO, MJXTEX-T;
font-size: 1em;
line-height: 0;
}
14 changes: 0 additions & 14 deletions docs/odata-protocol/styles/odata.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,20 +147,6 @@ table {
stroke-width: 2;
}

p code,
li code,
h1 code,
h2 code,
h3 code,
h4 code,
h5 code,
h6 code,
td > code {
font-family: MJXZERO, MJXTEX-T;
font-size: 1em;
line-height: 0;
}

.example p code,
.example li code {
font-style: initial;
Expand Down
2 changes: 1 addition & 1 deletion docs/odata-temporal-ext/odata-temporal-ext.html
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ <h4 id="1216-timeline-entity-set"><a name="TimelineEntitySet" href="#TimelineEnt
<details open><summary>
<h3 id="122-document-conventions"><a name="DocumentConventions" href="#DocumentConventions">1.2.2 Document Conventions</a></h3>
</summary>
<p>Keywords defined by this specification use <code>this monospaced font</code>.</p>
<p>Keywords defined by this specification use <code>this monospaced font</code>.</p>
<p>Some sections of this specification are illustrated with non-normative examples.</p>
<div class="example">
<p>Example 1: text describing an example uses this paragraph style</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/odata-temporal-ext/odata-temporal-ext.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ with a `Timeline` of type `TimelineVisible`.

### <a name="DocumentConventions" href="#DocumentConventions">1.2.2 Document Conventions</a>

Keywords defined by this specification use `this monospaced font`.
Keywords defined by this specification use `this monospaced font`.

Some sections of this specification are illustrated with non-normative examples.

Expand Down
13 changes: 13 additions & 0 deletions docs/odata-temporal-ext/styles/monospace.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
p code,
li code,
h1 code,
h2 code,
h3 code,
h4 code,
h5 code,
h6 code,
td > code {
font-family: MJXZERO, MJXTEX-T;
font-size: 1em;
line-height: 0;
}
14 changes: 0 additions & 14 deletions docs/odata-temporal-ext/styles/odata.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,20 +147,6 @@ table {
stroke-width: 2;
}

p code,
li code,
h1 code,
h2 code,
h3 code,
h4 code,
h5 code,
h6 code,
td > code {
font-family: MJXZERO, MJXTEX-T;
font-size: 1em;
line-height: 0;
}

.example p code,
.example li code {
font-style: initial;
Expand Down
2 changes: 1 addition & 1 deletion docs/odata-url-conventions/odata-url-conventions.html
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ <h3 id="122-acronyms-and-abbreviations"><a name="AcronymsandAbbreviations" href=
<details open><summary>
<h3 id="123-document-conventions"><a name="DocumentConventions" href="#DocumentConventions">1.2.3 Document Conventions</a></h3>
</summary>
<p>Keywords defined by this specification use <code>this monospaced font</code>.</p>
<p>Keywords defined by this specification use <code>this monospaced font</code>.</p>
<p>Function signatures in this specification use the following paragraph style:</p>
<pre><code>Type FunctionName(Type Param1, Type Param2)</code></pre>
<p>Some sections of this specification are illustrated with non-normative examples.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/odata-url-conventions/odata-url-conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ Section | Feature / Change | Issue

### <a name="DocumentConventions" href="#DocumentConventions">1.2.3 Document Conventions</a>

Keywords defined by this specification use `this monospaced font`.
Keywords defined by this specification use `this monospaced font`.

Function signatures in this specification use the following paragraph style:
```
Expand Down
13 changes: 13 additions & 0 deletions docs/odata-url-conventions/styles/monospace.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
p code,
li code,
h1 code,
h2 code,
h3 code,
h4 code,
h5 code,
h6 code,
td > code {
font-family: MJXZERO, MJXTEX-T;
font-size: 1em;
line-height: 0;
}
14 changes: 0 additions & 14 deletions docs/odata-url-conventions/styles/odata.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,20 +147,6 @@ table {
stroke-width: 2;
}

p code,
li code,
h1 code,
h2 code,
h3 code,
h4 code,
h5 code,
h6 code,
td > code {
font-family: MJXZERO, MJXTEX-T;
font-size: 1em;
line-height: 0;
}

.example p code,
.example li code {
font-style: initial;
Expand Down
2 changes: 1 addition & 1 deletion odata-csdl/1 Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Nested `If` without else part in collections|

### ##subsubsec Document Conventions

Keywords defined by this specification use `this monospaced font`.
Keywords defined by this specification use `this monospaced font`.

Some sections of this specification are illustrated with non-normative examples.

Expand Down
2 changes: 2 additions & 0 deletions odata-data-aggregation-ext/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ additionalArtifacts:
description:
This specification adds basic grouping and aggregation functionality (e.g. sum, min, and max)
to the Open Data Protocol (OData) without changing any of the base principles of OData.
pandocOptions:
-c: styles/monospace.css
2 changes: 1 addition & 1 deletion odata-json-format/1 Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Allow common expressions in action payloads|

### ##subsubsec Document Conventions

Keywords defined by this specification use `this monospaced font`.
Keywords defined by this specification use `this monospaced font`.

Some sections of this specification are illustrated with non-normative examples.

Expand Down
2 changes: 1 addition & 1 deletion odata-protocol/1 Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Setting a complex property to a different type|

### ##subsubsec Document Conventions

Keywords defined by this specification use `this monospaced font`.
Keywords defined by this specification use `this monospaced font`.

Some sections of this specification are illustrated with non-normative examples.

Expand Down
Loading

0 comments on commit 76e17ab

Please sign in to comment.