>From 30b7576e4db9f6125a8c516b7efc2adc016e259d Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Mon, 9 Mar 2020 20:24:22 +0900 Subject: [PATCH 2/3] intro: Use 'VerbatimU' env for command output Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- intro/intro.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/intro/intro.tex b/intro/intro.tex index d2be90a2..ac00f282 100644 --- a/intro/intro.tex +++ b/intro/intro.tex @@ -216,7 +216,9 @@ programming. Finally, on Linux and UNIX systems, consider the following shell command: - {\small \tt get\_input | grep "interesting" | sort} + \begin{VerbatimU} + get_input | grep "interesting" | sort + \end{VerbatimU} This shell pipeline runs the \co{get_input}, \co{grep}, and \co{sort} processes in parallel. -- 2.17.1