summaryrefslogtreecommitdiffstats
path: root/common/latex/rtemsextrafonts.sty
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-11-08 15:58:58 +1100
committerChris Johns <chrisj@rtems.org>2016-11-08 15:58:58 +1100
commit2fdbc9826f31ba7c890a7b9e4fcfebcb2a4bad8b (patch)
tree403771e96e664d5ce41c1ffaf05788b543c3da92 /common/latex/rtemsextrafonts.sty
parentc-user: Format the directives as descriptions. (diff)
downloadrtems-docs-2fdbc9826f31ba7c890a7b9e4fcfebcb2a4bad8b.tar.bz2
waf: Use the good fonts if installed.
Diffstat (limited to 'common/latex/rtemsextrafonts.sty')
-rw-r--r--common/latex/rtemsextrafonts.sty11
1 files changed, 11 insertions, 0 deletions
diff --git a/common/latex/rtemsextrafonts.sty b/common/latex/rtemsextrafonts.sty
new file mode 100644
index 0000000..eb7ef47
--- /dev/null
+++ b/common/latex/rtemsextrafonts.sty
@@ -0,0 +1,11 @@
+% Not widely used.
+\usepackage[defaultsans]{lato}
+\usepackage{inconsolata}
+
+% fix single quotes, for inconsolata. (does not work)
+%%\usepackage{textcomp}
+%%\begingroup
+%% \catcode`'=\active
+%% \g@addto@macro\@noligs{\let'\textsinglequote}
+%% \endgroup
+%%\endinput