Skip to content

a strange book discussing basic stuffs of polynomials

License

Notifications You must be signed in to change notification settings

RungeCC/strange-book-zero

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strange Book Zero

Written in LaTeX, this is a strange book discussing basic stuffs of polynomials.

Direct Links for the PDF File:


To compile the tex files, try one of the following:

  • Execute make.
  • Execute latexmk -pdflatex="xelatex -file-line-error -halt-on-error -interaction=nonstopmode -synctex=1 %O %S" -pdf main.tex if you do not have make installed or you prefer not to use make.
  • Execute xelatex -file-line-error -halt-on-error -interaction=nonstopmode -synctex=1 main.tex if you prefer not to use latexmk.
  • Open the folder which contains main.tex with Visual Studio Code (make sure that the extension LaTeX Workshop by James Yu is installed.)
  • If you think that Visual Studio Code sucks, just use whatever text editor you like. By the way, I do think that Visual Studio Code still needs improving.
  • Whatever method you like is fine. Just remember to compile them with XeLaTeX.
  • Well, I give up providing more suggestions. As long as you can compile it successfully, do whatever you like!

The external fonts that I use are Source Han Serif CN, Sarasa Mono SC Light and Source Sans Pro Light. You might want to install them or modify the font settings in main.tex first.

Please feel free to read, modify or redistribute the book, where the or is of course an inclusive or.

I highly appreciate any comments, corrections or suggestions.

Project Links:

About

a strange book discussing basic stuffs of polynomials

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 99.7%
  • Makefile 0.3%