Skip to content

Commit 8ac0529

Browse files
author
Clément
committed
Various minor improvments -- links and footnotecolor fixed.
1 parent 952d2cd commit 8ac0529

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

md_version/main.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ Markdown only
263263
## Inserting Code Listings
264264

265265
Code is displayed using the listings package.
266-
Check the "Table 1: Predefined languages" of the listings package documentation to see the list of supported languages by default.
266+
Check the ["Table 1: Predefined languages" of the listings package documentation](https://texdoc.org/serve/listings.pdf/0#table.1) to see the list of supported languages by default.
267267

268268
Markdown only
269269
~ Your can display code using [various possible syntaxes](https://pandoc.org/MANUAL.html#verbatim-code-blocks).
@@ -304,7 +304,7 @@ You can obtain landscape pages using the landscape package in \LaTeX.
304304
Markdown only
305305
~ This feature is not accessible in pure markdown: if you want to have landscape pages, you need to use \LaTeX commands in your document.
306306

307-
Note that the drawing presented in \autoref{fig:language} was obtained using \LaTeX's package tiKz, and that the source code is shared in the pictures folder.
307+
Note that the drawing presented in \autoref{fig:language} was obtained using [\LaTeX's package tiKz](https://tikz.dev/), and that the source code is shared in the pictures folder.
308308

309309
\begin{landscape}
310310
\vspace*{\fill}

md_version/main.pdf

239 Bytes
Binary file not shown.

md_version/templates/head_c.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@
9696
filebordercolor=augustablue,
9797
urlbordercolor=augustablue,
9898
menubordercolor=augustagrey,
99-
runbordercolor=augustablue,
100-
footnotecolor=augustagrey,
99+
runbordercolor=augustablue
101100
}
102101
}
103102

0 commit comments

Comments
 (0)