|
|
# Convert to HTML
|
|
|
## Local LaTeX Installation
|
|
|
If you use your own environment, use the script from the repository:
|
|
|
```
|
|
|
../laweb example
|
|
|
```
|
|
|
|
|
|
## Docker Container
|
|
|
Launch the container based conversion with:
|
|
|
```
|
|
|
docker run --rm -v $(pwd):/home/workdir registry.ethz.ch/laweb/laweb:stable example
|
|
|
```
|
|
|
RPM based distributions replaced the executable, issue
|
|
|
```
|
|
|
podman run --rm -v $(pwd):/home/workdir registry.ethz.ch/laweb/laweb:stable example
|
|
|
```
|
|
|
|
|
|
The complete TeX environment image is huge! Expect 6 GB of download for the initial launch. Once downloaded, it starts and runs as fast as a local installation.
|
|
|
|
|
|
Having created HTML export, proceed to [XML conversion](walkthrough/XML Conversion) |
|
|
\ No newline at end of file |