Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync jdf Sample #20

Merged
merged 24 commits into from
Jul 6, 2022
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
4fa421f
Update README with 1 scream, 2 'c's, and an 'at'
guava-mc Sep 2, 2020
d8bdf17
adds citeinl command for referring to an author
dzsquared Oct 4, 2021
5c11c90
add url package
derekxkwan Jan 23, 2022
3718aea
multiyear fix
derekxkwan Jan 23, 2022
e548407
add tex stackexchange url for multiyear fix
derekxkwan Jan 23, 2022
03f9939
more custom commands for inline citation
derekxkwan Mar 3, 2022
f2b9f46
Merge pull request #1 from dzsquared/inline-citation
KyleKing May 21, 2022
49ffecb
Merge pull request #2 from mcole18/patch-1
KyleKing May 21, 2022
a675e02
docs: add Mac, Linux, and VSCode instructions
KyleKing May 21, 2022
2ab6191
docs: add missing fonts install for MacOS
KyleKing May 21, 2022
f12614d
build: add default gitignore
KyleKing May 21, 2022
1cbdc6f
refactor: trim trailing whitespace
KyleKing May 21, 2022
e0c24cd
build: rebuild PDF with references
KyleKing May 21, 2022
0791bac
fix: merge first page with Google Doc version
KyleKing May 22, 2022
8c24d77
fix: align tables to decimal and remove float package
KyleKing May 22, 2022
c2e9885
build: drop unused Makefile
KyleKing May 22, 2022
67f8ce4
fix: attempt to correct whitespace issues
KyleKing May 22, 2022
b3c48cf
fix: sync and minor fixes for sample JDF body text
KyleKing May 22, 2022
dc9ada9
fix: cleanup PR diff
KyleKing May 22, 2022
f6a2897
Merge pull request #4 from derekxkwan/master
KyleKing May 22, 2022
d18fa06
build: remove the url package
KyleKing May 22, 2022
2d76918
docs: add note on configuring TEXINPUTS
KyleKing May 22, 2022
b655c98
build: ignore a pdf file with no name
KyleKing May 22, 2022
d205e1d
feat: add comment block
KyleKing Jun 25, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: add note on configuring TEXINPUTS
KyleKing authored May 22, 2022
commit 2d76918426892891fea610bdd04fa298b86d3165
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -39,6 +39,14 @@ The result should look like `jdf-starter.pdf`.
* `biber` command generates used references from `references.bib`
* `pdflatex` command generates the final pdf

## Adding jdf.cls to Global TeX

The `jdf.cls` file can be referenced by updating the `TEXINPUTS` with the path to the git checkout

```sh
export TEXINPUTS=/path/to/the/checkout/jdf/
```

## VSCode Quick Start

1. Add the [Latex Workshop](https://github.com/James-Yu/LaTeX-Workshop) Extension