Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anmnv/ebook
LaTeX book with examples, open-source eBook
https://github.com/anmnv/ebook
ebook free-latex-book latex latex-book latex-books latex-pdf
Last synced: about 16 hours ago
JSON representation
LaTeX book with examples, open-source eBook
- Host: GitHub
- URL: https://github.com/anmnv/ebook
- Owner: AnMnv
- License: mit
- Created: 2021-12-16T16:49:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T20:56:52.000Z (about 1 month ago)
- Last Synced: 2024-11-29T18:42:11.112Z (25 days ago)
- Topics: ebook, free-latex-book, latex, latex-book, latex-books, latex-pdf
- Language: TeX
- Homepage:
- Size: 355 MB
- Stars: 501
- Watchers: 8
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Be sure to drop a if you like the project!
## 🚧 This project currently in progress 🚧
:arrow_down: :arrow_down: :book: :arrow_down: :arrow_down:
[Online preview](https://docs.google.com/viewer?url=https://raw.githubusercontent.com/AnMnv/AnMnv.github.io/master/eBook.pdf)
:arrow_up: :arrow_up: :book: :arrow_up: :arrow_up:
[![enter image description here][2]][1]
[![enter image description here][3]][1]
[![enter image description here][4]][1]
[![enter image description here][5]][1]
[![enter image description here][6]][1]
[![enter image description here][7]][1]
[![enter image description here][8]][1]
[![enter image description here][9]][1][1]: https://raw.githubusercontent.com/AnMnv/AnMnv.github.io/master/eBook.pdf
[2]: https://github.com/AnMnv/eBook/blob/main/images/eBook-01.png[3]: https://github.com/AnMnv/eBook/blob/main/images/r1.png
[4]: https://github.com/AnMnv/eBook/blob/main/images/r2.png
[5]: https://github.com/AnMnv/eBook/blob/main/images/r3.png
[6]: https://github.com/AnMnv/eBook/blob/main/images/r4.png
[7]: https://github.com/AnMnv/eBook/blob/main/images/r5.png
[8]: https://github.com/AnMnv/eBook/blob/main/images/r6.png
[9]: https://github.com/AnMnv/eBook/blob/main/images/r7.png
# Online preview
:arrow_down: :arrow_down: :book: :arrow_down: :arrow_down:
[Online preview](https://docs.google.com/viewer?url=https://raw.githubusercontent.com/AnMnv/AnMnv.github.io/master/eBook.pdf)
:arrow_up: :arrow_up: :book: :arrow_up: :arrow_up:
[![Download eBook](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/latex-book/files/latest/download) [![Download eBook](https://img.shields.io/sourceforge/dt/latex-book.svg)](https://sourceforge.net/projects/latex-book/files/latest/download)
# How to compile this book?
## Linux (Debian)
requiremets ```sudo apt-get install texlive-full``````git clone https://github.com/AnMnv/eBook.git
cd eBook/eBook_tex
pdflatex -shell-escape eBook.tex
```