Skip to content

Commit 56605f3

Browse files
committed
update README
1 parent 5bed0fd commit 56605f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,19 @@ If you want to run arbitrary commands in a TeXLive environment, use [texlive-act
4545

4646
Arbitrary bash codes to be executed after compiling LaTeX documents. For example, `post_compile: "latexmk -c"` to clean up temporary files.
4747
48-
The following inputs are only valid if input `compiler` is not changed.
48+
**The following inputs are only valid if the input `compiler` is not changed.**
4949

5050
* `latexmk_shell_escape`
5151

52-
Instruct `latexmk` to enable `--shell-escape`
52+
Instruct `latexmk` to enable `--shell-escape`.
5353

5454
* `latexmk_use_lualatex`
5555

56-
Instruct `latexmk` to use LuaLaTeX
56+
Instruct `latexmk` to use LuaLaTeX.
5757

5858
* `latexmk_use_xelatex`
5959

60-
Instruct `latexmk` to use XeLaTeX
60+
Instruct `latexmk` to use XeLaTeX.
6161

6262
## Example
6363

0 commit comments

Comments
 (0)