We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e823c commit 8dba1f8Copy full SHA for 8dba1f8
‎.github/workflows/jtex.yml
@@ -0,0 +1,17 @@
1
+name: jtex
2
+on:
3
+ push:
4
+ branches: [main]
5
+ pull_request:
6
7
+jobs:
8
+ test:
9
+ name: test template.yml
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions/checkout@v3
13
+ - uses: actions/setup-node@v3
14
+ with:
15
+ node-version: 16
16
+ - run: npm install -g jtex
17
+ - run: jtex check
‎README.md
@@ -0,0 +1,8 @@
+# Plain Latex Book
+
+A minimal book template that uses vanilla LaTeX commands and environments
+
+- Author: Rowan Cockett
+- License: CC-BY-4.0
0 commit comments