Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
piniom committed Mar 2, 2024
1 parent 4684259 commit 3fd9850
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ RUN apt-get update
RUN apt-get install -y texlive

COPY ./convention.md /data/
COPY ./metadata.md /data/

# Set the working directory inside the container
WORKDIR /data

RUN mkdir output

# Command to run when the container starts
CMD ["--pdf-engine=xelatex", "-o", "./output/convention.pdf", "convention.md"]
CMD ["--pdf-engine=xelatex", "-o", "./output/convention.pdf", "metadata.md", "convention.md"]
17 changes: 1 addition & 16 deletions convention.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
---
title: NSPYC
subtitle: Non-Standard Polish Yellow Card v0.2
author:
- Tomasz Szczepanik
- Szymon Wojtulewicz
date: 2024-03-02

lang: pl-PL

colorlinks: true
mainfont: Nimbus Roman
mathfont: DejaVu Sans Mono
monofont: DejaVu Sans Mono
---

# Otwarcia

Expand All @@ -27,7 +12,7 @@ Otwarcie zasadniczo zerżnięte z SAYC'a jak zresztą całość konwencji.
| 1 | ♠ ♥ | 11-?? | 5tka w kolorze |
| 1 | NT | 15-17 | Brak starszej 5tki, brak młodszej 6tki, zrównoważona ręka |

\* Jeżeli `#♣ = #♦` to 1♦, chyba że `#♣ = #♦ =3` to 1♣.
\* Jeżeli `#♣ = #♦` to 1♦, chyba że `#♣ = #♦ = 3` to 1♣.

## Otwarcia mocne
<!-- TODO: 3NT? -->
Expand Down

0 comments on commit 3fd9850

Please sign in to comment.