docs.latex - jgrey4296/jgrey4296.github.io GitHub Wiki
Packages Tex User Group CTAN WikiBook Reference
- TexLive Distribution
- TexLive Docs
- https://github.com/TeX-Live
- https://trac.macports.org/wiki/TeXLivePackages
replace `babel` with `polyglossia` replace `lmodern` with `fontspec` replace `fancyhdr` with `scrlayer-scrpage` use `microtype`
remove `inputenc` remove `fontenc`
% For using a font:
% from https://tex.stackexchange.com/questions/103704
\setmainfont[
Path = /home/john/.local/share/fonts/
Extension = .ttf,
Ligatures = TeX
]{Embossed Germanica}
to call bibtex, specify local aux file
for installing packages, use –usermode after tlmgr init-usertree
sudo fmtutil-sys –all
for fonts install collection-fontsrecommended for russian: cyrillic, hyphen-russian, babel-russian, fontspec, collection-langcyrillic
available:
# https://tex.stackexchange.com/questions/701501
tlmgr option repository {repo}j
tlmgr option docfiles 1
tlmgr install –reinstall
kpsewhich for searching latex path https://www.overleaf.com/learn/latex/Articles/An_introduction_to_Kpathsea_and_how_TeX_engines_search_for_files
http://tug.org/texinfohtml/kpathsea.html#Supported-file-formats
kpsewhich -help
kpsewhich export_template_py.tex
kpsewhich ramabhadra.ttf
kpsewhich -D 2 RulerGold.ttf
kpsewhich --show-path=ls-R
kpsewhich --show-path=tex
kpsewhich -debug=32 HopeGold.ttf
kpsexpand \$JG_FONTS
;; Use hidden directories for AUCTeX files.
(setq TeX-auto-local (expand-file-name "auctex/auto" user-cache-dir)
TeX-style-local(expand-file-name "auctex/style" user-cache-dir)
)
- https:://www.overleaf.com
- https://www.overleaf.com/latex/templates/newspaper-slash-news-letter-template/wjxxhkxdjxhw#.Wt-T6LjLfz0
- https://www.overleaf.com/learn/how-to/Creating_a_document_in_Overleaf
see algorithm2e
- https://latex3.github.io/fontspec/
- https://tug.org/fonts/fontinstall.html#fndb
- https://design.tutsplus.com/articles/different-font-file-types-explained-ott-ttf-woff--cms-39047
- https://fontsarena.com/blog/font-formats-and-use/
- https://creativemarket.com/blog/the-missing-guide-to-font-formats
OTF/TTF and WOFF are most supported. mktexlsr updmap fmtutil
- https://mirror.ox.ac.uk/sites/ctan.org/macros/latex/contrib/silence/silence-doc.pdf
- https://tex.stackexchange.com/questions/50830/do-i-have-to-care-about-bad-boxes/50850#50850
\hfuzz=5pt % silences overfull hboxes up to 5pts
\hbadness=100000 % silences underfull hbox warnings
package silence
\usepackage{silence}
\WarningFilter[pdftoc]{hyperref}{Token not allowed in a PDF string}
\WarningsOff*
\ErrorsOff*
- https://latexref.xyz/index.html#SEC_Contents
- http://tex.stackexchange.com/questions/16942/difference-between-textwidth-linewidth-and-hsize
- http://tex.stackexchange.com/questions/23078/how-can-i-automatically-center-an-image
- http://tex.stackexchange.com/questions/31339/setting-environment-variables-for-latex-and-bibtex-in-bashrc
- http://tex.stackexchange.com/questions/53377/inspirational-quote-at-start-of-chapter
- https://tex.stackexchange.com/questions/12806/guidelines-for-customizing-biblatex-styles
- https://tex.stackexchange.com/questions/12887/is-there-a-list-available-for-all-tex-fonts
- https://tex.stackexchange.com/questions/200807/insert-a-figure-on-the-corner-of-the-page
- https://tex.stackexchange.com/questions/297004/tlmgr-open-documentation-for-package-basictex
- https://tex.stackexchange.com/questions/4327/where-do-i-find-out-how-a-command-environment-is-defined
- https://tex.stackexchange.com/questions/801/what-is-the-easiest-way-to-get-borders-around-a-page-in-latex
- http://yabas.net/blog/install-latex-on-mac-with-brew/
- https://bilalakil.me/getting-started-and-productive-with-latex-basictex-on-os-x-terminal/
- https://github.com/hmemcpy/milewski-ctfp-pdf
- https://github.com/typst/typst
- https://gitlab.com/susurrus/ucsc-dissertation
- https://it.slashdot.org/story/13/02/14/1814217/collaborative-latex-editor-with-preview-in-your-web-browser
- https://latex-tutorial.com/
- https://latexref.xyz/index.html#SEC_Contents
- https://linuxconfig.org/how-to-install-latex-on-ubuntu-20-04-focal-fossa-linux
- https://tech.slashdot.org/story/13/04/07/1614209/extended-tex-past-present-and-future
- https://web.archive.org/web/20180721043841/https://www.cl.cam.ac.uk/~rf10/pstex/latexcommands.htm