latexref.txt 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. # Font size
  2. \Huge
  3. \huge
  4. \LARGE
  5. \Large
  6. \large
  7. \normalsize (default)
  8. \small
  9. \footnotesize
  10. \scriptsize
  11. \tiny
  12. # single and double quotes in latex
  13. \usepackage{textcmds}
  14. some \qq{quoted} material. Another quote \q{style}.
  15. instead of \tab, you may use \hspace{10mm}
  16. \rule{1cm}{1pt}foo\rule{1cm}{1pt}bar\urle{2cm}{1pt}baz
  17. http://www.emerson.emory.edu/services/latex/latex_toc.html
  18. https://texblog.org/2014/04/09/whitespace-in-math-mode/
  19. \documentclass[11pt,twoside,a4paper]{article}
  20. https://en.wikibooks.org/wiki/LaTeX/Document_Structure
  21. TEX - http://www.ctan.org
  22. LATEX - http://www.latex-project.org
  23. kpsepath tex
  24. make sty
  25. /home/user/.texmf/tex/latex/theme/*.sty
  26. sudo texhash
  27. /usr/share/texmf/tex/latex/
  28. /usr/share/texlive/texmf-dist/tex/latex/beamer/
  29. # Beamer could be used to produce presentations, posters, cheet sheets and other products.
  30. # Beamer themes reference
  31. https://github.com/matze/mtheme
  32. https://github.com/rchurchley/beamercolortheme-owl
  33. https://github.com/topics/latex-beamer-theme
  34. https://github.com/martinhelso/MathDept
  35. https://github.com/fakufaku/beamerthemelausanne
  36. https://github.com/cainmagi/UH-beamer-templates
  37. install texlive-fonts-extra
  38. # Fine-tuning LaTeX documents
  39. aspell -t -c file.tex
  40. hunspell -d en_US,en_med -t file.tex
  41. # compile beamercolorthemeowl.ins
  42. $ latex beamercolorthemeowl.ins
  43. to produce the package file 'beamercolorthemeowl.sty'