Remove sans-serif ebook hacks

Those are not needed anymore.
- Symbolic links
- Update .gitignore files
This commit is contained in:
Ced
2023-10-31 14:34:34 +00:00
parent a1eec0d84f
commit 5d89f81d52
3 changed files with 10 additions and 35 deletions

40
.gitignore vendored
View File

@@ -12,53 +12,31 @@
*.run.xml *.run.xml
*.html *.html
*.dlog *.dlog
*.bak
*.opf
book/book.out book/book.out
.vscode/ .vscode/
book/book.synctex*
book/tikz-cache/*
book/bookch* book/bookch*
book/content.opf
book/output-epub
book/figures/*.png book/figures/*.png
book/figures/*.pdf book/figures/*.pdf
book/figures/*.in book/figures/*.in
book/tables/*.png
book/tables/*.pdf
book/release/*
book/book*.4ct book/book*.4ct
book/book*.4tc book/book*.4tc
book/book*.aux
book/book*.bbl
book/book*.bcf
book/book*.blg
book/book*.css book/book*.css
book/book*.dvi book/book*.dvi
book/book*.html
book/book*.idv book/book*.idv
book/book*.lg book/book*.lg
book/book*.log
book/book*.mobi
book/book*.azw3
book/book*.epub
book/book*.ncx book/book*.ncx
book/book*.out book/book*.out
book/book*.pdf
book/book*.run.xml
book/book*.tmp book/book*.tmp
book/book*.toc
book/book*.xref book/book*.xref
book/book*.html
book/book*.svg book/book*.svg
book/book-epub/ # Directories created during build
book/book-mobi/ book/book_sans_serif/*
book/book-azw3/ book/book_serif/*
*.bak
book_sans_serif/
book_serif/
release_sans_serif/
book/book_sans_serif-epub/
book/static_website_html/* book/static_website_html/*
book/website/static_website_html/*
book/epub/
book/book-epub/
book/bw-book-epub/* book/bw-book-epub/*
epub/ book/release/*
*.opf
website/static_website_html/*

View File

@@ -1,4 +1,2 @@
\def\isaccessible{1} \def\isaccessible{1}
% We have to use a symlink to book.tex to prevent tex4ebook to load book.ht4 \input{book.tex}
% before loading any other package and create conflicts
\input{sourdough_book.tex}

View File

@@ -1 +0,0 @@
book.tex