Skip to content

thehackersbrain/tech-book-template

Repository files navigation

Tech Book LaTex Template 📘

  • LaTex engine: xelatex
  • Dev Server: latexmk

Note: Don't forget to load fonts

  • FiraMono Nerd Font
  • JetBrainsMono Nerd Font
  • Poppins

Either install the fonts system-wide or load via .ttf file

Example for loading font locally

\setmainfont[
  Path = fonts/,
  UprightFont = *-Regular,
  BoldFont = *-Bold,
  ItalicFont = *-Italic,
  BoldItalicFont = *-BoldItalic
]{SourceSerif4}

Commands

  • Dev Server
./build.sh run
  • Build PDF
./build.sh build

Screenshots

About

Technical Book template in latex

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published