Skip to content

Commit 699b31b

Browse files
committed
Correction to build instructions
1 parent 50c8e71 commit 699b31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/issue_build_guide.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ For each article in the issue:
7878
* For articles containing a tex file, but no Rmd file, use texor to create the Rmd
7979

8080
```r
81-
texor::latex_to_web("<path to tex file>")
81+
texor::latex_to_web("<path to article folder>")
8282
```
8383

8484
- The conversion to Rmd can be fragile, especially if authors have defined their own LaTeX macros, or use additional packages. Also tables, equations and equation cross-referencing can need fixing.

0 commit comments

Comments
 (0)