diff options
author | SudhakarKuma | 2021-06-16 14:47:43 +0530 |
---|---|---|
committer | SudhakarKuma | 2021-06-16 14:47:43 +0530 |
commit | 5884bd23408f2f8561cefe94e5caba341e18316a (patch) | |
tree | c085b4a4af7901226c31a74b49b1a619ee67774d | |
parent | 083f14aea0bcfae19f0a196f6c0e2f65b18e7410 (diff) | |
download | FLOSS-Arduino-Book-5884bd23408f2f8561cefe94e5caba341e18316a.tar.gz FLOSS-Arduino-Book-5884bd23408f2f8561cefe94e5caba341e18316a.tar.bz2 FLOSS-Arduino-Book-5884bd23408f2f8561cefe94e5caba341e18316a.zip |
Update readme
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,11 +7,11 @@ The books are as given below: * [Microcontroller programming with Arduino and OpenModelica](https://github.com/FOSSEE/FLOSS-Arduino-Book/blob/master/Microcontroller-programming-with-Arduino-and-OpenModelica.pdf) * [Microcontroller programming with Arduino and Python](https://github.com/FOSSEE/FLOSS-Arduino-Book/blob/master/Microcontroller-programming-with-Arduino-and-Python.pdf) -The consolidated book (which covers all the four tools mentioned above) is available at [FLOSS-Arduino](https://github.com/FOSSEE/FLOSS-Arduino-Book/blob/master/floss-arduino.pdf), and the code mentioned in the book are available at [Origin](https://github.com/FOSSEE/FLOSS-Arduino-Book/tree/master/Origin). +The consolidated book (which covers all the four FLOSSs mentioned above) is available at [FLOSS-Arduino](https://github.com/FOSSEE/FLOSS-Arduino-Book/blob/master/floss-arduino.pdf), and the code mentioned in the book are available at [Origin](https://github.com/FOSSEE/FLOSS-Arduino-Book/tree/master/Origin). ## Source files to compile the book -The books have been prepared using [LaTeX](https://github.com/FOSSEE/FLOSS-Arduino-Book/tree/master/Origin). The main LaTeX file is available [here](https://github.com/FOSSEE/FLOSS-Arduino-Book/blob/master/floss-arduino.tex). While compiling, one needs to modify the two paths (`Home` and `Origin`), as mentioned at the top of this file. +The books have been prepared using [LaTeX](https://www.latex-project.org/). The main LaTeX file is available [here](https://github.com/FOSSEE/FLOSS-Arduino-Book/blob/master/floss-arduino.tex). While compiling, one needs to modify the two paths (`Home` and `Origin`), as mentioned at the top of this file. ## Reporting an issue |