https://github.com/mega2799/ds-finalreport-maraffaonline
Distributed System Final Report
https://github.com/mega2799/ds-finalreport-maraffaonline
distributed-systems report
Last synced: 4 months ago
JSON representation
Distributed System Final Report
- Host: GitHub
- URL: https://github.com/mega2799/ds-finalreport-maraffaonline
- Owner: mega2799
- License: gpl-3.0
- Created: 2024-03-02T14:31:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-19T16:58:59.000Z (over 1 year ago)
- Last Synced: 2025-02-23T20:43:26.552Z (over 1 year ago)
- Topics: distributed-systems, report
- Language: TeX
- Homepage: https://mega2799.github.io/DS-FinalReport-MaraffaOnline/
- Size: 2.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LaTex-Publishing
## Description
If you want to publish your LaTex document on Github Pages as HTML and in releases as PDF, you can use this template repository, you just need to modify the [main.tex](./main.tex) file according to your needs.
Please put all the images in the [assets](./assets/) folder if you don't want to modify the [deploy-latex.yml](.github/workflows/deploy-latex.yml) file.
## Important Notes
- When you run the workflow for the first time, it will create a `gh-pages` branch, so please don't delete it, follow the [instructions](https://github.com/peaceiris/actions-gh-pages?tab=readme-ov-file#%EF%B8%8F-first-deployment-with-github_token) to create a Github Pages site.
- The compiled PDF file will be in the releases page always in the `Current` release as [main.pdf](https://github.com/MemerGamer/LaTex-Publishing/releases/download/Current/main.pdf). The PDF file will be overwritten in every release.
- The compiled HTML file will be in the [gh-pages](https://github.com/MemerGamer/LaTex-Publishing/tree/gh-pages) branch always with name, the HTML file will be overwritten in every release.
- The compilation time is around 8-10 minutes(because we use the full latex library), so please be patient.