Skip to content

Commit

Permalink
Review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nützi, Gabriel committed Feb 1, 2022
1 parent 4aacb02 commit bd519be
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 6 deletions.
7 changes: 2 additions & 5 deletions Content.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>

<script>
document.addEventListener('DOMContentLoaded', function(event) {
document.addEventListener('DOMContentLoaded', function (event) {
var P = "#main-markdown > header"
var noAnchorHeaders = document.querySelectorAll(`${P} h1, ${P} h2, ${P} h3, ${P} h4, ${P} h5, ${P} h6`)
for (var k = 0; k < noAnchorHeaders.length; k++) {
Expand Down Expand Up @@ -301,7 +301,7 @@ <h3 class="subtitle">Demonstrating the Power of Markdown with Pandoc</h4>
</div>
</header><div class="abstract">
<div class="abstract-title">Abstract</div>
This is a setup demonstrating the power and use of markdown for technical documents by using a fully automated conversion sequence with <a href="https://gradle.org"><code>gradle</code></a> and of course <a href="https://pandoc.org"><code>pandoc</code></a>.
This is a setup demonstrating the power and use of markdown for technical documents by using a fully automated conversion sequence with <a href="https://gradle.org"><code>gradle</code></a> and of course <a href="https://pandoc.org"><code>pandoc</code></a>.
</div>
<div id="nav-content-inline">
<nav id="TOC">
Expand Down Expand Up @@ -330,9 +330,6 @@ <h3 class="subtitle">Demonstrating the Power of Markdown with Pandoc</h4>
</div>
<div class="latex-math-define">
$$ \newcommand{\vvec}[1]{\mathbf{#1}} \newcommand{\mat}[1]{\mathbf{#1}} \newcommand{\cs}[1]{\mathrm{#1}} \newcommand{\rp}[1]{{_\cs{#1}}} \newcommand{\csT}[2]{\mat{A}_{\mathrm{#1#2}}} \newcommand{\genT}[2]{\mat{T}_{\mathrm{#1#2}}} \newcommand{\affcsT}[2]{\mat{H}_{\mathrm{#1#2}}} \newcommand{\affcsTdx}[2]{\mat{H}_{\mathrm{#1#2}}^{\transp}} \newcommand{\basevec}[2]{\vvec{e}_{\mathrm{#1}}^{\cs{#2}}} \newcommand{\homArr}[1]{\left[\begin{array}{c}#1 \\ 1 \end{array}\right]} \newcommand{\homArrTr}[1]{\left[\begin{array}{c}#1 &amp;&amp; 1 \end{array}\right]} \newcommand{\homMat}[2]{\left[\begin{array}{cc}#1 &amp; #2 \\ \vvec{0} &amp; 1 \end{array}\right]} \newcommand{\arr}[2]{\left[\begin{array}{#1}#2\end{array}\right]} \newcommand{\transp}{\top} \newcommand{\rot}[2]{\mat{R}_\mathrm{#1#2}} \newcommand{\norm}[1]{\|#1\|} \newcommand{\mdet}[1]{\det(#1)} \newcommand{\set}[1]{\mathcal{#1}} \newcommand{\prox}[1]{\mathbf{prox}_{\set{C}}} \DeclareMathOperator*{\argmin}{argmin} \newcommand{\ncone}[1]{\mathcal{N}_{\set{#1}}} \newcommand{\indf}[1]{I_{\set{#1}}} $$
</div>
<div class="abstract">

</div>
<h1 data-number="1" id="intro"><span class="header-section-number">1</span> Intro</h1>
<p>Read the <a href="https://github.com/gabyx/TechnicalMarkdown/blob/master/Readme.md">Readme.md</a> for futher information.</p>
Expand Down
2 changes: 1 addition & 1 deletion Content.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lang: en-GB
abstract: This is a setup demonstrating the power and use
of markdown for technical documents by using
a fully automated conversion sequence with
[`gradle`](https://gradle.org) and of course [`pandoc`](https://pandoc.org)."
[`gradle`](https://gradle.org) and of course [`pandoc`](https://pandoc.org).
abstract-title: Abstract
toc: true
toc-depth: 2
Expand Down
Binary file modified Content.pdf
Binary file not shown.
6 changes: 6 additions & 0 deletions build/output-tex/input.tex
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,12 @@
\end{center}
\makeatother
\end{titlepage}
\begin{abstract}
This is a setup demonstrating the power and use of markdown for
technical documents by using a fully automated conversion sequence with
\href{https://gradle.org}{\texttt{gradle}} and of course
\href{https://pandoc.org}{\texttt{pandoc}}.
\end{abstract}

{
\hypersetup{linkcolor=Black}
Expand Down
13 changes: 13 additions & 0 deletions convert/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd519be

Please sign in to comment.