Merge branch 'main' of https://github.com/ZeusWPI/OBUS
This commit is contained in:
commit
dc55372220
5 changed files with 3 additions and 5 deletions
|
@ -20,7 +20,7 @@ you're using other hardware, you might need to do some things differently.
|
||||||
8. On some Linux distributions, you'll need to prevent BRLTTY from taking over the serial adapter because BRLTTY thinks it's a Braille keyboard. You can do this by uninstalling it (`pacman -R brltty`) or by [disabling it and then rebooting](https://unix.stackexchange.com/questions/670636/unable-to-use-usb-dongle-based-on-usb-serial-converter-chip).
|
8. On some Linux distributions, you'll need to prevent BRLTTY from taking over the serial adapter because BRLTTY thinks it's a Braille keyboard. You can do this by uninstalling it (`pacman -R brltty`) or by [disabling it and then rebooting](https://unix.stackexchange.com/questions/670636/unable-to-use-usb-dongle-based-on-usb-serial-converter-chip).
|
||||||
9. If you get permission errors, try adding yourself to the dialout or uucp (Arch Linux) group
|
9. If you get permission errors, try adding yourself to the dialout or uucp (Arch Linux) group
|
||||||
|
|
||||||
TODO insert picture here
|
![A screenshot of the OBUS controller web page, showing a countdown timer, a list of connected modules and the strikes](docs/images/controller/controller_screenshot.png)
|
||||||
|
|
||||||
## Background
|
## Background
|
||||||
### Game
|
### Game
|
||||||
|
|
|
@ -29,4 +29,4 @@ with open(outfilename, 'w') as outfile:
|
||||||
with open(filepath) as infile:
|
with open(filepath) as infile:
|
||||||
outfile.write(infile.read())
|
outfile.write(infile.read())
|
||||||
outfile.write("\n\\newpage{}\n")
|
outfile.write("\n\\newpage{}\n")
|
||||||
os.system(f"pandoc --from=markdown --template=template.tex --output=docs.pdf prefix.yaml {outfilename} --highlight-style=espresso")
|
exit(os.system(f"pandoc --from=markdown --template=template.tex --output=docs.pdf prefix.yaml {outfilename} --highlight-style=espresso"))
|
||||||
|
|
BIN
docs/images/controller/controller_screenshot.png
Normal file
BIN
docs/images/controller/controller_screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 75 KiB |
|
@ -19,4 +19,4 @@ verwezen worden naar de pagina in de appendix die over die infomodule gaat.
|
||||||
## Fouten
|
## Fouten
|
||||||
|
|
||||||
Wanneer fouten gemaakt worden tijdens het ontmantelen van de bom, zal dit aangegeven worden op
|
Wanneer fouten gemaakt worden tijdens het ontmantelen van de bom, zal dit aangegeven worden op
|
||||||
het scherm van de bom. Zijn er te veel fouten gemaakt, dan ontploft de bom.
|
het scherm van de bom: per fout zal er een uitroepteken bovenaan rood worden. Zijn er te veel fouten gemaakt, dan ontploft de bom.
|
||||||
|
|
|
@ -419,9 +419,7 @@ $endif$
|
||||||
$if(nocite-ids)$
|
$if(nocite-ids)$
|
||||||
\nocite{$for(nocite-ids)$$it$$sep$, $endfor$}
|
\nocite{$for(nocite-ids)$$it$$sep$, $endfor$}
|
||||||
$endif$
|
$endif$
|
||||||
$if(csquotes)$
|
|
||||||
\usepackage{csquotes}
|
\usepackage{csquotes}
|
||||||
$endif$
|
|
||||||
|
|
||||||
$if(title)$
|
$if(title)$
|
||||||
\title{$title$$if(thanks)$\thanks{$thanks$}$endif$}
|
\title{$title$$if(thanks)$\thanks{$thanks$}$endif$}
|
||||||
|
|
Loading…
Reference in a new issue