Skip to content

Commit 700c2b7

Browse files
authored
Add codespaces to features
1 parent 4b51123 commit 700c2b7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,20 @@ Bootstrap a new LaTeX project in in five minutes or less.
1414
- Run development tasks from a simple [Makefile].
1515
- Load external dependencies with [Bower].
1616
- Build and store PDF artifacts on [GitHub Actions].
17+
- Develop in the cloud with [GitHub Codespaces]
18+
using [LaTeX Workshop] in [Visual Studio Code].
1719
- [Keep a CHANGELOG].
1820
- Consistent coding with [EditorConfig].
1921

2022
[Bower]: https://bower.io/
2123
[EditorConfig]: https://editorconfig.org/
2224
[GitHub Actions]: https://github.com/features/actions
25+
[GitHub Codespaces]: https://github.com/features/codespaces
2326
[LaTeX]: https://www.latex-project.org/
2427
[Latexmk]: https://www.ctan.org/pkg/latexmk/
28+
[LaTeX Workshop]: https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop
2529
[Makefile]: https://www.gnu.org/software/make/
30+
[Visual Studio Code]: https://code.visualstudio.com/
2631
[XeLaTeX]: https://ctan.org/pkg/xetex
2732

2833
### Bootstrapping a new project

makenew.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ makenew () {
5757
read -p '> GitHub repository name (my-repo): ' mk_repo
5858
read -p '> Primary tex file name (my-project): ' mk_name
5959

60-
sed_delete README.md '9,86d'
60+
sed_delete README.md '9,91d'
6161
sed_insert README.md '9i' 'TODO'
6262

6363
sed_delete bower.json '23d'

0 commit comments

Comments
 (0)