Testing image with caption.
This commit is contained in:
@@ -791,34 +791,23 @@ only the start of your High-Performance React journey.
|
|||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:EXPORT_FILE_NAME: manuscript/image-test.markua
|
:EXPORT_FILE_NAME: manuscript/image-test.markua
|
||||||
:END:
|
:END:
|
||||||
#+name: workflow-diagram
|
#+name: render-tree-basic
|
||||||
#+begin_src dot :file "./images/high-level-workflow.svg" :exports results :cmdline -Tsvg
|
#+begin_src dot :file "./images/render-tree-basic.svg" :exports results :cmdline -Tsvg
|
||||||
digraph {
|
digraph {
|
||||||
rankdir=TB;
|
rankdir=TB;
|
||||||
node [fontname="DejaVu Sans"];
|
node [fontname="DejaVu Sans"];
|
||||||
edge [fontname="DejaVu Sans"];
|
edge [fontname="DejaVu Sans"];
|
||||||
files [label="Source files\n(Org doc, figures, etc.)", shape=oval];
|
a [label="A", shape=oval, fillcolor=yellow, style=filled];
|
||||||
emacs [label="Emacs + org-mode",
|
b [label="B", shape=oval];
|
||||||
fillcolor=purple, fontcolor=white, style=filled, shape=box];
|
c [label="C", shape=oval];
|
||||||
manuscript [label="Leanpub manuscript\n(Markua + other files)",
|
note [label="State Changed", shape=box]
|
||||||
fillcolor=yellow, style=filled, shape=oval];
|
note -> a;
|
||||||
leanpub [label="Leanpub",
|
a -> b;
|
||||||
fillcolor=blue, fontcolor=white, style=filled, shape=box];
|
a -> c;
|
||||||
git [label="Git repo", fillcolor=red, style=filled, shape=box];
|
{ rank=same; note; a; }
|
||||||
preview [label="Book preview",
|
|
||||||
fillcolor=grey, style=filled, shape=oval];
|
|
||||||
book [label="Book (PDF,\nePub, mobi, online)",
|
|
||||||
shape=oval, fillcolor=green, style=filled];
|
|
||||||
files -> emacs [label="Edit"];
|
|
||||||
emacs -> manuscript [label="Export"];
|
|
||||||
manuscript -> git [label="Commit"];
|
|
||||||
git -> leanpub [label="Typeset"];
|
|
||||||
leanpub -> book [label="Publish"];
|
|
||||||
book -> emacs [label="Update"];
|
|
||||||
leanpub -> preview [label="Preview"];
|
|
||||||
preview -> emacs [label="Update"];
|
|
||||||
}
|
}
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
#+RESULTS: workflow-diagram
|
#+caption: Tree of components
|
||||||
[[file:./images/high-level-workflow.svg]]
|
#+RESULTS: render-tree-basic
|
||||||
|
[[file:./images/render-tree-basic.svg]]
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
# Image Test
|
# Image Test
|
||||||
|
|
||||||

|
{caption: "Tree of components"}
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
|||||||
55
manuscript/resources/images/render-tree-basic.svg
Normal file
55
manuscript/resources/images/render-tree-basic.svg
Normal file
@@ -0,0 +1,55 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||||
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
|
<!-- Generated by graphviz version 2.43.0 (0)
|
||||||
|
-->
|
||||||
|
<!-- Title: %3 Pages: 1 -->
|
||||||
|
<svg width="236pt" height="116pt"
|
||||||
|
viewBox="0.00 0.00 235.50 116.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 112)">
|
||||||
|
<title>%3</title>
|
||||||
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-112 231.5,-112 231.5,4 -4,4"/>
|
||||||
|
<!-- a -->
|
||||||
|
<g id="node1" class="node">
|
||||||
|
<title>a</title>
|
||||||
|
<ellipse fill="yellow" stroke="black" cx="164.5" cy="-90" rx="27" ry="18"/>
|
||||||
|
<text text-anchor="middle" x="164.5" y="-86.3" font-family="DejaVu Sans" font-size="14.00">A</text>
|
||||||
|
</g>
|
||||||
|
<!-- b -->
|
||||||
|
<g id="node2" class="node">
|
||||||
|
<title>b</title>
|
||||||
|
<ellipse fill="none" stroke="black" cx="128.5" cy="-18" rx="27" ry="18"/>
|
||||||
|
<text text-anchor="middle" x="128.5" y="-14.3" font-family="DejaVu Sans" font-size="14.00">B</text>
|
||||||
|
</g>
|
||||||
|
<!-- a->b -->
|
||||||
|
<g id="edge2" class="edge">
|
||||||
|
<title>a->b</title>
|
||||||
|
<path fill="none" stroke="black" d="M156.15,-72.76C151.79,-64.28 146.35,-53.71 141.46,-44.2"/>
|
||||||
|
<polygon fill="black" stroke="black" points="144.49,-42.44 136.8,-35.15 138.27,-45.64 144.49,-42.44"/>
|
||||||
|
</g>
|
||||||
|
<!-- c -->
|
||||||
|
<g id="node3" class="node">
|
||||||
|
<title>c</title>
|
||||||
|
<ellipse fill="none" stroke="black" cx="200.5" cy="-18" rx="27" ry="18"/>
|
||||||
|
<text text-anchor="middle" x="200.5" y="-14.3" font-family="DejaVu Sans" font-size="14.00">C</text>
|
||||||
|
</g>
|
||||||
|
<!-- a->c -->
|
||||||
|
<g id="edge3" class="edge">
|
||||||
|
<title>a->c</title>
|
||||||
|
<path fill="none" stroke="black" d="M172.85,-72.76C177.21,-64.28 182.65,-53.71 187.54,-44.2"/>
|
||||||
|
<polygon fill="black" stroke="black" points="190.73,-45.64 192.2,-35.15 184.51,-42.44 190.73,-45.64"/>
|
||||||
|
</g>
|
||||||
|
<!-- note -->
|
||||||
|
<g id="node4" class="node">
|
||||||
|
<title>note</title>
|
||||||
|
<polygon fill="none" stroke="black" points="119,-108 0,-108 0,-72 119,-72 119,-108"/>
|
||||||
|
<text text-anchor="middle" x="59.5" y="-86.3" font-family="DejaVu Sans" font-size="14.00">State Changed</text>
|
||||||
|
</g>
|
||||||
|
<!-- note->a -->
|
||||||
|
<g id="edge1" class="edge">
|
||||||
|
<title>note->a</title>
|
||||||
|
<path fill="none" stroke="black" d="M119.38,-90C122,-90 124.63,-90 127.25,-90"/>
|
||||||
|
<polygon fill="black" stroke="black" points="127.36,-93.5 137.36,-90 127.36,-86.5 127.36,-93.5"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.3 KiB |
Reference in New Issue
Block a user