You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-12Lines changed: 2 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Each input is provided as a key inside the `with` section of the action.
14
14
15
15
*`root_file`
16
16
17
-
The root LaTeX file to be compiled. This input is required. You can also pass multiple files as a multi-line string to compile multiple documents. For example:
17
+
The root LaTeX file to be compiled. This input is required. You can also pass multiple files as a multi-line string to compile multiple documents. Each file path will be interpreted as bash glob pattern. For example:
18
18
```yaml
19
19
- uses: xu-cheng/latex-action@v3
20
20
with:
@@ -23,16 +23,6 @@ Each input is provided as a key inside the `with` section of the action.
23
23
file2.tex
24
24
```
25
25
26
-
* `glob_root_file`
27
-
28
-
If set, interpret the `root_file` input as bash glob pattern. For example:
29
-
```yaml
30
-
- uses: xu-cheng/latex-action@v3
31
-
with:
32
-
root_file: "*.tex"
33
-
glob_root_file: true
34
-
```
35
-
36
26
* `working_directory`
37
27
38
28
The working directory for this action.
@@ -59,7 +49,7 @@ Each input is provided as a key inside the `with` section of the action.
59
49
60
50
* `extra_fonts`
61
51
62
-
Install extra `.ttf`/`.otf` fonts to be used by `fontspec`. You can also pass multiple files as a multi-line string. Each file path will be interpreted as glob pattern. For example:
52
+
Install extra `.ttf`/`.otf` fonts to be used by `fontspec`. You can also pass multiple files as a multi-line string. Each file path will be interpreted as bash glob pattern. For example:
0 commit comments