commit 7a4fe8eff33bca3250498fa8c45d15fbd10ff923
parent f4e620cd1b60ba58c4768ecae88c737ab5e500c9
Author: Ivan Gankevich <igankevich@ya.ru>
Date: Wed, 15 Nov 2017 11:32:25 +0300
Use the same font for all graphviz graphs.
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arma-thesis-ru.org b/arma-thesis-ru.org
@@ -2745,7 +2745,7 @@ downstream-объектов. Это означает, что если решае
#+begin_src dot :exports results :file build/pipeline-ru.pdf
digraph {
- node [fontsize=14,margin="0.055,0"]
+ node [fontname="Old Standard"fontsize=14,margin="0.055,0"]
graph [nodesep="0.25",ranksep="0.25",rankdir="TB"]
edge [arrowsize=0.66]
diff --git a/arma-thesis.org b/arma-thesis.org
@@ -2651,7 +2651,7 @@ which control objects flow.
#+begin_src dot :exports results :file build/pipeline.pdf
digraph {
- node [fontsize=14,margin="0.055,0"]
+ node [fontname="Old Standard",fontsize=14,margin="0.055,0"]
graph [nodesep="0.25",ranksep="0.25",rankdir="TB"]
edge [arrowsize=0.66]