Skip to content

Commit 8dba1f8

Browse files
committed
📖 Add readme and CI
1 parent d3e823c commit 8dba1f8

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

‎.github/workflows/jtex.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: jtex
2+
on:
3+
push:
4+
branches: [main]
5+
pull_request:
6+
branches: [main]
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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Plain Latex Book
2+
3+
A minimal book template that uses vanilla LaTeX commands and environments
4+
5+
![](thumbnail.png)
6+
7+
- Author: Rowan Cockett
8+
- License: CC-BY-4.0

0 commit comments

Comments
 (0)