Skip to content

Commit

Permalink
bump pandoc
Browse files Browse the repository at this point in the history
Signed-off-by: Luiz Oliveira <[email protected]>
  • Loading branch information
Ziul committed Oct 8, 2024
1 parent 889ee51 commit 33fe468
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:

- name: Install TexLive and other dependencies
run: |
apt-get update -qq
# apt-get install -y texlive-full
apt-get install -y latexmk pandoc
make install
- name: Copy fonts and update font cache
run: |
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ This project provides a simple way to convert markdown files into documents form

2. Make sure you have Pandoc and LaTeX installed on your system.

3. You could also use docker with:

```bash
docker run --rm -ti -v $PWD:/home -w /home thomasweise/docker-texlive-full bash
```

## Usage

To generate an IEEE-formatted article from a markdown file, follow these steps:
Expand Down

0 comments on commit 33fe468

Please sign in to comment.