@@ -48,12 +48,12 @@ Labs formatting guidelines
4848 * To create a new lab, the chapter must start with a 'subchapter'
4949 command, as in:
5050
51- ```
52- \subchapter{Bootloader – U-Boot}{Objectives: Set up serial
53- communication, compile and install the X-Loader and U-Boot
54- bootloaders, use basic U-Boot commands, set up TFTP communication
55- with the development workstation.}
56- ```
51+ ```
52+ \subchapter{Bootloader – U-Boot}{Objectives: Set up serial
53+ communication, compile and install the X-Loader and U-Boot
54+ bootloaders, use basic U-Boot commands, set up TFTP communication
55+ with the development workstation.}
56+ ```
5757
5858 * You can use ` \section{} ` and ` \subsection{} ` to create sections in your
5959 lab document.
@@ -63,15 +63,15 @@ Labs formatting guidelines
6363 the ` \code ` macro as follows:
6464
6565 ```
66- Blabla. Look in the \code{/usr/bin} directory. Blabla.
66+ Blabla. Look in the \code{/usr/bin} directory. Blabla.
6767 ```
6868
6969 Note that the ` \code{} ` macro doesn't require escaping of $ or _
7070 signs:
7171
7272 ```
73- You can look for the \code{platform_device_register()} function in the
74- \code{$HOME/linux/blabla.c} file.
73+ You can look for the \code{platform_device_register()} function in the
74+ \code{$HOME/linux/blabla.c} file.
7575 ```
7676
7777 This macro * MUST* be used instead of ` {\tt } ` , because ` \code{} `
@@ -85,14 +85,14 @@ You can look for the \code{platform_device_register()} function in the
8585 * To add some fixed-size font text as a complete paragraph, use the
8686 'verbatim' environment:
8787
88- In order to build the kernel run:
88+ In order to build the kernel run:
8989
90- ```
91- \begin{verbatim}
92- make blabla_defconfig
93- make
94- \end{verbatim}
95- ```
90+ ```
91+ \begin{verbatim}
92+ make blabla_defconfig
93+ make
94+ \end{verbatim}
95+ ```
9696
9797 Here as well, it does not require escaping of ` $ ` or ` _ ` signs.
9898
@@ -103,11 +103,11 @@ make
103103 ` \begin{verbatim}...\end{verbatim} ` environment by doing:
104104
105105 ```
106- {\small
107- \begin{verbatim}
108- ...
109- \end{verbatim}
110- }
106+ {\small
107+ \begin{verbatim}
108+ ...
109+ \end{verbatim}
110+ }
111111 ```
112112
113113 This must be used parsimoniously because changing the font size all
0 commit comments