File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ Bootstrap a new LaTeX project in in five minutes or less.
23
23
[ EditorConfig ] : https://editorconfig.org/
24
24
[ GitHub Actions ] : https://github.com/features/actions
25
25
[ GitHub Codespaces ] : https://github.com/features/codespaces
26
+ [ Keep a CHANGELOG ] : https://keepachangelog.com/
26
27
[ LaTeX ] : https://www.latex-project.org/
27
28
[ Latexmk ] : https://www.ctan.org/pkg/latexmk/
28
29
[ LaTeX Workshop ] : https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop
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,91d '
60
+ sed_delete README.md ' 9,92d '
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