File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,20 @@ Bootstrap a new LaTeX project in in five minutes or less.
14
14
- Run development tasks from a simple [ Makefile] .
15
15
- Load external dependencies with [ Bower] .
16
16
- Build and store PDF artifacts on [ GitHub Actions] .
17
+ - Develop in the cloud with [ GitHub Codespaces]
18
+ using [ LaTeX Workshop] in [ Visual Studio Code] .
17
19
- [ Keep a CHANGELOG] .
18
20
- Consistent coding with [ EditorConfig] .
19
21
20
22
[ Bower ] : https://bower.io/
21
23
[ EditorConfig ] : https://editorconfig.org/
22
24
[ GitHub Actions ] : https://github.com/features/actions
25
+ [ GitHub Codespaces ] : https://github.com/features/codespaces
23
26
[ LaTeX ] : https://www.latex-project.org/
24
27
[ Latexmk ] : https://www.ctan.org/pkg/latexmk/
28
+ [ LaTeX Workshop ] : https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop
25
29
[ Makefile ] : https://www.gnu.org/software/make/
30
+ [ Visual Studio Code ] : https://code.visualstudio.com/
26
31
[ XeLaTeX ] : https://ctan.org/pkg/xetex
27
32
28
33
### Bootstrapping a new project
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ makenew () {
57
57
read -p ' > GitHub repository name (my-repo): ' mk_repo
58
58
read -p ' > Primary tex file name (my-project): ' mk_name
59
59
60
- sed_delete README.md ' 9,86d '
60
+ sed_delete README.md ' 9,91d '
61
61
sed_insert README.md ' 9i' ' TODO'
62
62
63
63
sed_delete bower.json ' 23d'
You can’t perform that action at this time.
0 commit comments