File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- #+author: Wouter Beek
2- #+title: ~graph_export~
1+ #+TITLE: ~prolog_graph_export~
2+ #+AUTHOR: Wouter Beek
33#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://www.pirilampo.org/styles/readtheorg/css/htmlize.css"/>
44#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://www.pirilampo.org/styles/readtheorg/css/readtheorg.css"/>
55#+HTML_HEAD: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
@@ -23,15 +23,15 @@ Please report any issues that you find when using this library.
2323 4. Add the following line to your ~.swiplrc~ file:
2424
2525#+BEGIN_SRC prolog
26- user:file_search_path(library, '/your/path/to/graph_export /prolog').
26+ user:file_search_path(library, '/your/path/to/prolog_graph_export /prolog').
2727#+END_SRC
2828
29- In order to generate DOT visualizations, install GraphViz:
29+ 5. In order to generate DOT visualizations, install GraphViz:
3030
31- - ~$ sudo apt install graphviz~ on Debian-based distro's (e.g., Ubuntu).
32- - ~$ sudo dnf install graphviz~ on Red Hat-based distro's (e.g., Fedora).
31+ - ~$ sudo apt install graphviz~ on Debian-based distro's (e.g., Ubuntu).
32+ - ~$ sudo dnf install graphviz~ on Red Hat-based distro's (e.g., Fedora).
3333
34- * Simple usage
34+ * Usage
3535
3636Once installed, modules from this library can by imported in the
3737following way:
You can’t perform that action at this time.
0 commit comments