summaryrefslogtreecommitdiff
path: root/support/arara/doc/chapters/deploying.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-04-04 03:02:28 +0000
committerNorbert Preining <norbert@preining.info>2020-04-04 03:02:28 +0000
commit4f71d4ff0d1e7ff4607b58eb7d030bd860e44f3a (patch)
treed4e56c2a7dc233a34c572829037ac8fb346f14bc /support/arara/doc/chapters/deploying.tex
parent6cacb7b2abf477262c442913f467f219649afb26 (diff)
CTAN sync 202004040302
Diffstat (limited to 'support/arara/doc/chapters/deploying.tex')
-rw-r--r--support/arara/doc/chapters/deploying.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/support/arara/doc/chapters/deploying.tex b/support/arara/doc/chapters/deploying.tex
index 2dfc68141c..25932f9f9d 100644
--- a/support/arara/doc/chapters/deploying.tex
+++ b/support/arara/doc/chapters/deploying.tex
@@ -9,7 +9,7 @@ As previously mentioned, \arara\ runs on top of a Java virtual machine, availabl
From the early development stages, our tool employs a very straightforward directory structure. In short, we provide the \abox[araracolour]{ARARA\_HOME} alias to the directory path in which the \rbox[araracolour]{arara.jar} Java archive file is located. This particular file is the heart and soul of our tool and dictates the default rule search path, which is a special directory named \abox[araracolour]{rules/} available from the same level. This directory contains all rules specified in the YAML format, as seen in Section~\ref{sec:rule}, on page~\pageref{sec:rule}. The structure overview is presented as follows.
-\vspace{1em}
+\vspace{1em}
{\centering\begin{forest}
for tree={
@@ -51,7 +51,7 @@ $ mv arara /opt/paulo/
The tool has found a comfortable home inside my system! Observe that the full path of the \abox[araracolour]{ARARA\_HOME} reference points out to \abox[araracolour]{/opt/paulo/arara} since this is my deployment location of choice. The resulting structure overview, from the root directory, is presented as follows:
-\vspace{1em}
+\vspace{1em}
{\centering\begin{forest}
for tree={
@@ -216,4 +216,4 @@ $ which arara
/usr/local/bin/arara
\end{codebox}
-The \rbox{which} command shows the full path of the executable name provided as parameter. This particular utility does this by searching for an executable or script in the directories listed in the \abox[araracolour]{PATH} environment variable. Be mindful that aliases and shell functions are listed as well. \ No newline at end of file
+The \rbox{which} command shows the full path of the executable name provided as parameter. This particular utility does this by searching for an executable or script in the directories listed in the \abox[araracolour]{PATH} environment variable. Be mindful that aliases and shell functions are listed as well.