diff -r e28aed61a4b1 -r c7f3e94fce7b src/Doc/System/Presentation.thy --- a/src/Doc/System/Presentation.thy Sun Dec 04 18:49:58 2022 +0100 +++ b/src/Doc/System/Presentation.thy Mon Dec 05 12:17:56 2022 +0100 @@ -65,7 +65,7 @@ \ -section \Preparing session root directories \label{sec:tool-mkroot}\ +section \Creating session root directories \label{sec:tool-mkroot}\ text \ The @{tool_def mkroot} tool configures a given directory as session root, @@ -78,8 +78,9 @@ -I init Mercurial repository and add generated files -T LATEX provide title in LaTeX notation (default: session name) -n NAME alternative session name (default: directory base name) + -q quiet mode: less verbosity - Prepare session root directory (default: current directory). + Create session root directory (default: current directory). \} The results are placed in the given directory \dir\, which refers to the @@ -100,6 +101,8 @@ Option \<^verbatim>\-n\ specifies an alternative session name; otherwise the base name of the given directory is used. + Option \<^verbatim>\-q\ reduces verbosity. + \<^medskip> The implicit Isabelle settings variable @{setting ISABELLE_LOGIC} specifies the parent session. @@ -110,12 +113,12 @@ text \ Produce session \<^verbatim>\Test\ within a separate directory of the same name: - @{verbatim [display] \isabelle mkroot Test && isabelle build -D Test\} + @{verbatim [display] \isabelle mkroot -q Test && isabelle build -D Test\} \<^medskip> Upgrade the current directory into a session ROOT with document preparation, and build it: - @{verbatim [display] \isabelle mkroot && isabelle build -D .\} + @{verbatim [display] \isabelle mkroot -q && isabelle build -D .\} \