Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
;; .emacs.clg - um ".emacs" para o curso de LaTeX no campus do
;; Gragoatá da UFF, dias 6,7,8 e 13,14,15 de fevereiro (4as, 5as e
;; 6as) das 10:00 às 12:00.
;;
;; Sobre o curso, e instruções de instalação:
;; http://angg.twu.net/2019-curso-latex.html

;; Por: Eduardo Ochs <eduardoochs@gmail.com>
;; Versão: 2019feb04
;; (find-angg "2019-CLG/")
;; (find-angg "2019-CLG/hello.tex")
;; (find-bgprocess "texworks 2019-CLG/hello.tex")


;; «.eev»		(to "eev")
;; «.clg»		(to "clg")
;; «.notes»		(to "notes")
;;
;; «.clgslides»		(to "clgslides")
;; «.texworks»		(to "texworks")
;; «.lshort»		(to "lshort")
;; «.texbook»		(to "texbook")
;; «.source2e»		(to "source2e")
;; «.lipsum»		(to "lipsum")
;; «.amsmath»		(to "amsmath")
;; «.amsldoc»		(to "amsldoc")
;; «.amsguide»		(to "amsguide")
;; «.babel»		(to "babel")
;; «.polyglossia»	(to "polyglossia")
;; «.geometry»		(to "geometry")
;; «.xcolor»		(to "xcolor")
;; «.kopkadaly»		(to "kopkadaly")
;; «.beamer»		(to "beamer")
;; «.graphics»		(to "graphics")
;; «.graphicx»		(to "graphicx")
;;
;; «.find-texworks»	(to "find-texworks")
;; «.set-frame-font»	(to "set-frame-font")
;; «.find-latex-links»	(to "find-latex-links")


;; «eev» (to ".eev")
;; Load eev.
;; Generated by: (find-eev-install-links "~/eev2/" "~/eev" "")
;;        Check: (find-fline "~/eev2/")
;;          See: (find-eev-install-intro "2. Changing your .emacs")
;;
(add-to-list 'load-path "~/eev2/")
(require 'eev2-all)                 ; (find-eev "eev2-all.el")
(eev-mode 1)                        ; (find-eev "eev-mode.el")

;; «clg» (to ".clg")
;; `M-x clg' visits this file - "~/2019-CLG/.emacs.clg".
(defun clg () (interactive) (find-fline "~/2019-CLG/.emacs.clg"))

;; «notes» (to ".notes")
;; `M-x notes' shows the current version of:
;;   http://angg.twu.net/2019-CLG/NOTES
;;           (find-angg "2019-CLG/NOTES")
(defun notes () (interactive) (find-wget "http://angg.twu.net/2019-CLG/NOTES"))

;; (find-angg ".zshrc" "texlive-2018")
(setenv "PATH"
	(concat "/usr/local/texlive/2018/bin/x86_64-linux:"
		(getenv "PATH")))


;; (find-eev-quick-intro "9.1. `code-c-d'")
(code-c-d "clg" "~/2019-CLG/" :anchor)
;; (find-clgfile "")
;; (find-clg "")
;; (find-clg ".emacs.clg")

;; (find-man "texworks")
;; (find-texworks "~/2019-CLG/hello.tex")
(defun find-texworks (&rest rest)
  (interactive)
  (find-bgprocess `("texworks" ,@rest)))

(defun eejump-7 ()          (find-fline "~/2019-CLG/.emacs.clg"))
(defun eejump-70 ()         (find-fline "~/2019-CLG/"))
(defun hel () (interactive) (find-fline "~/2019-CLG/hello.tex"))
(defun eepitch-sh  () (interactive) (eepitch-comint "sh" "sh"))

;; (find-es "tex" "latex-beginners-course")


;; «clgslides» (to ".clgslides")
;; (find-fline "~/2019-CLG/")
(code-pdf-page "clg1" "~/2019-CLG/2019clg-slides-1.pdf")
(code-pdf-text "clg1" "~/2019-CLG/2019clg-slides-1.pdf")
;; (find-clg1page)
;; (find-clg1text)




;; «texworks» (to ".texworks")
;; (find-angg ".emacs.papers" "texworks")
(code-pdf-page "texworksmanual" "/usr/share/texworks-help/en/TeXworks-manual.pdf")
(code-pdf-text "texworksmanual" "/usr/share/texworks-help/en/TeXworks-manual.pdf" 5)
;; (find-texworksmanualpage)
;; (find-texworksmanualtext)
;; (find-texworksmanualpage 3 "Contents")
;; (find-texworksmanualtext 3 "Contents")
;; (find-texworksmanualpage (+ 5 8) "3 First steps")
;; (find-texworksmanualpage (+ 5 8) "3.1 Interface summary")
;; (find-texworksmanualpage (+ 5 9) "3.2 Creating a document")
;; (find-texworksmanualpage (+ 5 9) "3.2.1 Writing the document")
;; (find-texworksmanualpage (+ 5 10) "3.2.2 Typesetting the document and viewing it")
;; (find-texworksmanualpage (+ 5 11) "3.2.3 The work of LATEX")
;; (find-texworksmanualpage (+ 5 12) "3.3 And when errors occur?")
;; (find-texworksmanualpage (+ 5 15) "3.4 Changing TEXworks parameters for convenience")
;; (find-texworksmanualpage (+ 5 16) "4 Going further: Editing tools")
;; (find-texworksmanualpage (+ 5 16) "4.1 Creating a document from a template")
;; (find-texworksmanualpage (+ 5 16) "4.2 Creating a project using several source files")
;; (find-texworksmanualpage (+ 5 17) "4.3 Spell-checking")
;; (find-texworksmanualpage (+ 5 18) "4.4 Search and replace")
;; (find-texworksmanualpage (+ 5 18) "4.4.1 Standard functions")
;; (find-texworksmanualpage (+ 5 19) "4.4.2 Advanced search and replace (regular expressions)")
;; (find-texworksmanualpage (+ 5 21) "4.5 Other tools for editing and error tracking")
;; (find-texworksmanualpage (+ 5 21) "4.5.1 Standard tools")
;; (find-texworksmanualpage (+ 5 21) "4.5.2 Commenting")
;; (find-texworksmanualpage (+ 5 22) "4.5.3 Matching delimiters")
;; (find-texworksmanualpage (+ 5 22) "4.5.4 Smart quotes")
;; (find-texworksmanualpage (+ 5 22) "4.6 Auto-completion")
;; (find-texworksmanualpage (+ 5 25) "5 Going further: Other tools")
;; (find-texworksmanualpage (+ 5 25) "5.1 SyncTeX'ing between source and preview")
;; (find-texworksmanualpage (+ 5 25) "5.2 Special comment strings")
;; (find-texworksmanualpage (+ 5 27) "5.3 Formatting the source for legibility")
;; (find-texworksmanualpage (+ 5 28) "5.4 Showing the tags")
;; (find-texworksmanualpage (+ 5 28) "5.5 Organising the windows")
;; (find-texworksmanualpage (+ 5 28) "5.6 Cleaning the working folder")
;; (find-texworksmanualpage (+ 5 29) "5.7 Changing the configuration")



;; «lshort» (to ".lshort")
;; (find-angg ".emacs.papers" "lshort")
(code-c-d      "lshort" "/usr/local/texlive/2019/texmf-dist/doc/latex/lshort-english/")
(code-pdf-page "lshort" "/usr/local/texlive/2019/texmf-dist/doc/latex/lshort-english/lshort.pdf")
(code-pdf-text "lshort" "/usr/local/texlive/2019/texmf-dist/doc/latex/lshort-english/lshort.pdf" 14)
;; (find-lshortfile "")
;; (find-lshortpage)
;; (find-lshorttext)
;; (find-lshortpage        7 "Contents")
;; (find-lshorttext        7 "Contents")
;; (find-lshortpage (+ 14  1) "1 Things You Need to Know")
;; (find-lshortpage (+ 14  1) "1.1 A Bit of History")
;; (find-lshortpage (+ 14  1) "1.1.1 TEX")
;; (find-lshortpage (+ 14  2) "1.1.2 LATEX")
;; (find-lshortpage (+ 14  2) "1.2 Basics")
;; (find-lshortpage (+ 14  2) "1.2.1 Author, Book Designer, and Typesetter")
;; (find-lshortpage (+ 14  2) "1.2.2 Layout Design")
;; (find-lshortpage (+ 14  3) "1.2.3 Advantages and Disadvantages")
;; (find-lshortpage (+ 14  4) "1.3 LATEX Input Files")
;; (find-lshortpage (+ 14  4) "1.3.1 Spaces")
;; (find-lshortpage (+ 14  5) "1.3.2 Special Characters")
;; (find-lshortpage (+ 14  5) "1.3.3 LATEX Commands")
;; (find-lshortpage (+ 14  6) "1.3.4 Comments")
;; (find-lshortpage (+ 14  7) "1.4 Input File Structure")
;; (find-lshortpage (+ 14  7) "1.5 A Typical Command Line Session")
;; (find-lshortpage (+ 14  9) "1.6 The Layout of the Document")
;; (find-lshortpage (+ 14  9) "1.6.1 Document Classes")
;; (find-lshortpage (+ 14 11) "1.6.2 Packages")
;; (find-lshortpage (+ 14 11) "1.6.3 Page Styles")
;; (find-lshortpage (+ 14 11) "1.7 Files You Might Encounter")
;; (find-lshortpage (+ 14 14) "1.8 Big Projects")
;; (find-lshortpage (+ 14 15) "2 Typesetting Text")
;; (find-lshortpage (+ 14 15) "2.1 The Structure of Text and Language")
;; (find-lshortpage (+ 14 17) "2.2 Line Breaking and Page Breaking")
;; (find-lshortpage (+ 14 17) "2.2.1 Justified Paragraphs")
;; (find-lshortpage (+ 14 18) "2.2.2 Hyphenation")
;; (find-lshortpage (+ 14 19) "2.3 Ready-Made Strings")
;; (find-lshortpage (+ 14 19) "2.4 Special Characters and Symbols")
;; (find-lshortpage (+ 14 19) "2.4.1 Quotation Marks")
;; (find-lshortpage (+ 14 20) "2.4.2 Dashes and Hyphens")
;; (find-lshortpage (+ 14 20) "2.4.3 Tilde ()")
;; (find-lshortpage (+ 14 20) "2.4.4 Slash (/)")
;; (find-lshortpage (+ 14 20) "2.4.5 Degree Symbol ()")
;; (find-lshortpage (+ 14 21) "2.4.6 The Euro Currency Symbol (e)")
;; (find-lshortpage (+ 14 21) "2.4.7 Ellipsis (...)")
;; (find-lshortpage (+ 14 22) "2.4.8 Ligatures")
;; (find-lshortpage (+ 14 22) "2.4.9 Accents and Special Characters")
;; (find-lshortpage (+ 14 22) "2.5 International Language Support")
;; (find-lshortpage (+ 14 23) "2.5.1 Polyglossia Usage")
;; (find-lshortpage (+ 14 27) "2.6 The Space Between Words")
;; (find-lshortpage (+ 14 27) "2.7 Titles, Chapters, and Sections")
;; (find-lshortpage (+ 14 30) "2.8 Cross References")
;; (find-lshortpage (+ 14 30) "2.9 Footnotes")
;; (find-lshortpage (+ 14 31) "2.10 Emphasized Words")
;; (find-lshortpage (+ 14 31) "2.11 Environments")
;; (find-lshortpage (+ 14 31) "2.11.1 Itemize, Enumerate, and Description")
;; (find-lshortpage (+ 14 32) "2.11.2 Flushleft, Flushright, and Center")
;; (find-lshortpage (+ 14 33) "2.11.3 Quote, Quotation, and Verse")
;; (find-lshortpage (+ 14 33) "2.11.4 Abstract")
;; (find-lshortpage (+ 14 34) "2.11.5 Printing Verbatim")
;; (find-lshortpage (+ 14 34) "2.11.6 Tabular")
;; (find-lshortpage (+ 14 37) "2.12 Including Graphics and Images")
;; (find-lshortpage (+ 14 39) "2.13 Floating Bodies")
;; (find-lshortpage (+ 14 43) "3 Typesetting Mathematical Formulae")
;; (find-lshortpage (+ 14 43) "3.1 The AMS-LATEX bundle")
;; (find-lshortpage (+ 14 43) "3.2 Single Equations")
;; (find-lshortpage (+ 14 45) "3.2.1 Math Mode")
;; (find-lshortpage (+ 14 46) "3.3 Building Blocks of a Mathematical Formula")
;; (find-lshortpage (+ 14 51) "3.4 Single Equations that are Too Long: multline")
;; (find-lshortpage (+ 14 52) "3.5 Multiple Equations")
;; (find-lshortpage (+ 14 52) "3.5.1 Problems with Traditional Commands")
;; (find-lshortpage (+ 14 54) "3.5.2 IEEEeqnarray Environment")
;; (find-lshortpage (+ 14 55) "3.5.3 Common Usage")
;; (find-lshortpage (+ 14 57) "3.6 Arrays and Matrices")
;; (find-lshortpage (+ 14 59) "3.7 Spacing in Math Mode")
;; (find-lshortpage (+ 14 60) "3.7.1 Phantoms")
;; (find-lshortpage (+ 14 60) "3.8 Fiddling with the Math Fonts")
;; (find-lshortpage (+ 14 61) "3.8.1 Bold Symbols")
;; (find-lshortpage (+ 14 61) "3.9 Theorems, Lemmas,")
;; (find-lshortpage (+ 14 62) "3.9.1 Proofs and End-of-Proof Symbol")
;; (find-lshortpage (+ 14 65) "3.10 List of Mathematical Symbols")




;; «texbook» (to ".texbook")
;; (find-angg ".emacs.papers" "texbook")
;; (find-texbookfile "")
;; (find-fline "~/usrc/texbook/")
(code-c-d      "texbook" "~/usrc/texbook/")
(code-pdf-page "texbook" "~/usrc/texbook/texbook.pdf")
(code-pdf-text "texbook" "~/usrc/texbook/texbook.pdf" 12)
;; (find-texbookfile "texbook.tex")
;; (find-texbookpage)
;; (find-texbooktext)
;; (find-texbookpage        10  "Contents")
;; (find-texbookpage (+ 11   1) "1 The Name of the Game")
;; (find-texbookpage (+ 11   3) "2 Book Printing versus Ordinary Typing")
;; (find-texbookpage (+ 11   7) "3 Controlling TEX")
;; (find-texbookpage (+ 11  13) "4 Fonts of Type")
;; (find-texbookpage (+ 11  19) "5 Grouping")
;; (find-texbookpage (+ 11  23) "6 Running TEX")
;; (find-texbookpage (+ 11  37) "7 How TEX Reads What You Type")
;; (find-texbookpage (+ 11  43) "8 The Characters You Type")
;; (find-texbookpage (+ 11  51) "9 TEX's Roman Fonts")
;; (find-texbookpage (+ 11  57) "10 Dimensions")
;; (find-texbookpage (+ 11  63) "11 Boxes")
;; (find-texbookpage (+ 11  69) "12 Glue")
;; (find-texbookpage (+ 11  85) "13 Modes")
;; (find-texbookpage (+ 11  91) "14 How TEX Breaks Paragraphs into Lines")
;; (find-texbookpage (+ 11 109) "15 How TEX Makes Lines into Pages")
;; (find-texbookpage (+ 11 127) "16 Typing Math Formulas")
;; (find-texbookpage (+ 11 139) "17 More about Math")
;; (find-texbookpage (+ 11 161) "18 Fine Points of Mathematics Typing")
;; (find-texbookpage (+ 11 185) "19 Displayed Equations")
;; (find-texbookpage (+ 11 199) "20 Definitions (also called Macros)")
;; (find-texbookpage (+ 11 221) "21 Making Boxes")
;; (find-texbookpage (+ 11 231) "22 Alignment")
;; (find-texbookpage (+ 11 251) "23 Output Routines")
;; (find-texbookpage (+ 11 267) "24 Summary of Vertical Mode")
;; (find-texbookpage (+ 11 285) "25 Summary of Horizontal Mode")
;; (find-texbookpage (+ 11 289) "26 Summary of Math Mode")
;; (find-texbookpage (+ 11 295) "27 Recovery from Errors")
;; (find-texbookpage (+ 11 305) "A Answers to All the Exercises")
;; (find-texbookpage (+ 11 339) "B Basic Control Sequences")
;; (find-texbookpage (+ 11 367) "C Character Codes")
;; (find-texbookpage (+ 11 373) "D Dirty Tricks")
;; (find-texbookpage (+ 11 403) "E Example Formats")
;; (find-texbookpage (+ 11 427) "F Font Tables")
;; (find-texbookpage (+ 11 441) "G Generating Boxes from Formulas")
;; (find-texbookpage (+ 11 449) "H Hyphenation")
;; (find-texbookpage (+ 11 457) "I Index")
;; (find-texbookpage (+ 11 483) "J Joining the TEX Community")
;; (find-texbookpage (+ 11 427) "Font tables")
;; (find-texbookpage (+ 11 457) "Index")
;; (find-texbooktext (+ 11 457) "Index")
;; (find-texbooktext "\\mathsurround (kerning before and after")
;; (find-texbooktext)




;; «source2e» (to ".source2e")
;; (find-tlsh "find * | sort | grep source2e")
;; (find-fline "/usr/local/texlive/2018/texmf-dist/doc/latex/base/" "source2e.pdf")
(code-c-d      "source2e" "/usr/local/texlive/2018/texmf-dist/doc/latex/base/")
(code-pdf-page "source2e" "/usr/local/texlive/2018/texmf-dist/doc/latex/base/source2e.pdf")
(code-pdf-text "source2e" "/usr/local/texlive/2018/texmf-dist/doc/latex/base/source2e.pdf" 10)
;; (find-source2efile "" "source2e.pdf")
;; (find-source2epage)
;; (find-source2etext)
;; (find-source2epage (+ 10 609) "Index")
;; (find-source2etext (+ 10 609) "Index")




;; «lipsum» (to ".lipsum")
;; (find-tlsh "find * | sort | grep lipsum")
;; (find-fline "/usr/local/texlive/2018/texmf-dist/doc/latex/lipsum/")
(code-pdf-page "lipsum" "/usr/local/texlive/2018/texmf-dist/doc/latex/lipsum/lipsum.pdf")
(code-pdf-text "lipsum" "/usr/local/texlive/2018/texmf-dist/doc/latex/lipsum/lipsum.pdf")
;; (find-lipsumpage)
;; (find-lipsumtext)



;; «amsmath» (to ".amsmath")
;; «amsldoc» (to ".amsldoc")
;; «amsguide» (to ".amsguide")
;; (find-es "tex" "amslatex")
;; (find-es "tex" "amsmath")
;; (find-tlsh "find * | sort | grep amsmath.pdf")
;; (find-tlsh "find * | sort | grep amsguide")
;; amsldoc: "User's Guide for the amsmath Package"
;; (find-fline "/usr/local/texlive/2018/texmf-dist/doc/amstex/base/")
;; (find-fline "/usr/local/texlive/2018/texmf-dist/doc/latex/amsmath/")
;; (find-fline "/usr/local/texlive/2018/texmf-dist/source/latex/amsmath/")
(code-c-d      "amsmath" "/usr/local/texlive/2018/texmf-dist/source/latex/amsmath/")
(code-pdf-page "amsmath" "/usr/local/texlive/2018/texmf-dist/doc/latex/amsmath/amsmath.pdf")
(code-pdf-text "amsmath" "/usr/local/texlive/2018/texmf-dist/doc/latex/amsmath/amsmath.pdf")
(code-pdf-page "amsldoc" "/usr/local/texlive/2018/texmf-dist/doc/latex/amsmath/amsldoc.pdf")
(code-pdf-text "amsldoc" "/usr/local/texlive/2018/texmf-dist/doc/latex/amsmath/amsldoc.pdf" 4)
(code-pdf-page "amsguide" "/usr/local/texlive/2018/texmf-dist/doc/amstex/base/amsguide.pdf")
(code-pdf-text "amsguide" "/usr/local/texlive/2018/texmf-dist/doc/amstex/base/amsguide.pdf" 1)

;; (find-amsmathfile "")
;; (find-amsmathpage)
;; (find-amsmathtext)

;; (find-amslmathfile "")
;; (find-amsmathpage 1 "AMSmath Users' Guide, amsldoc.tex.")
;; (find-amsmathtext 1 "AMSmath Users' Guide, amsldoc.tex.")
;; (find-amsldocpage 1)
;; (find-amsldoctext)

;; (find-amsguidepage)
;; (find-amsguidetext)
;; (find-amsguidepage (+ 1  1) "Contents")
;; (find-amsguidepage (+ 1 19) "\\ulcorner")
;; (find-amsguidetext (+ 1 19) "\\ulcorner")
;; (find-amsguidepage (+ 1 20) "some symbols")
;; (find-amsguidetext (+ 1 20) "some symbols")
;; (find-amsguidepage (+ 1 22) "\\pitchfork")
;; (find-amsguidetext "")




;; «babel» (to ".babel")
;; (find-es "tex" "babel")
;; (find-fline "/usr/local/texlive/2018/texmf-dist/doc/latex/babel/")
;; (find-fline "/usr/local/texlive/2018/texmf-dist/doc/generic/")
(code-pdf-page "babel"     "/usr/local/texlive/2018/texmf-dist/doc/latex/babel/babel.pdf")
(code-pdf-text "babel"     "/usr/local/texlive/2018/texmf-dist/doc/latex/babel/babel.pdf")
(code-pdf-page "babeleng"  "/usr/local/texlive/2018/texmf-dist/doc/generic/babel-english/english.pdf")
(code-pdf-text "babeleng"  "/usr/local/texlive/2018/texmf-dist/doc/generic/babel-english/english.pdf")
(code-pdf-page "babelport" "/usr/local/texlive/2018/texmf-dist/doc/generic/babel-portuges/portuges.pdf")
(code-pdf-text "babelport" "/usr/local/texlive/2018/texmf-dist/doc/generic/babel-portuges/portuges.pdf")
;; (find-babelpage)
;; (find-babeltext)
;; (find-babelportpage)
;; (find-babelporttext)
;; (find-babelengpage)
;; (find-babelengtext)



;; «polyglossia» (to ".polyglossia")
;; (find-es "tex" "polyglossia")
(code-c-d      "polyglossia" "/usr/local/texlive/2018/texmf-dist/doc/latex/polyglossia/")
(code-pdf-page "polyglossia" "/usr/local/texlive/2018/texmf-dist/doc/latex/polyglossia/polyglossia.pdf")
(code-pdf-text "polyglossia" "/usr/local/texlive/2018/texmf-dist/doc/latex/polyglossia/polyglossia.pdf")
;; (find-polyglossiafile "")
;; (find-polyglossiafile "README")
;; (find-polyglossiapage)
;; (find-polyglossiatext)
;; (find-polyglossiapage 4 "\\setdefaultlanguage")
;; (find-polyglossiatext 4 "\\setdefaultlanguage")
;; (find-polyglossiapage 4 "\\setotherlanguage")
;; (find-polyglossiatext 4 "\\setotherlanguage")




;; «geometry» (to ".geometry")
;; (find-LATEXgrep "grep --color -nH -e {geometry} *.tex")
;; (find-tlsh "find * | sort | grep geometry")
;; (find-fline "/usr/local/texlive/2018/texmf-dist/doc/latex/geometry/")
(code-c-d      "geometry" "/usr/local/texlive/2018/texmf-dist/doc/latex/geometry/")
(code-pdf-page "geometry" "/usr/local/texlive/2018/texmf-dist/doc/latex/geometry/geometry.pdf")
(code-pdf-text "geometry" "/usr/local/texlive/2018/texmf-dist/doc/latex/geometry/geometry.pdf")
;; (find-geometryfile "")
;; (find-geometrypage)
;; (find-geometrytext)
;; (find-geometrypage 3 "Figure 1: Dimension names")
;; (find-geometrytext 3 "Figure 1: Dimension names")



;; «xcolor» (to ".xcolor")
;; https://en.wikibooks.org/wiki/LaTeX/Colors
;; https://www.overleaf.com/learn/latex/Using_colours_in_LaTeX
;; http://latexcolor.com/
;; https://martin-thoma.com/colors-in-latex/
;; (find-tlsh "find * | sort | grep color | grep pdf")
;; (find-tlsh "find * | sort | grep xcolor")
;; (find-tlfile "texmf-dist/doc/latex/xcolor/")
;; (find-tlfile "texmf-dist/doc/latex/xcolor-material/")
;; (find-tlfile "texmf-dist/doc/latex/xcolor-solarized/")
;; (find-tlfile "texmf-dist/source/latex/xcolor/xcolor.dtx")
;; (find-fline "/usr/local/texlive/2018/texmf-dist/tex/latex/xcolor/svgnam.def")
;; (find-fline "/usr/local/texlive/2018/texmf-dist/tex/latex/xcolor/x11nam.def")
;; (find-fline "/usr/local/texlive/2018/texmf-dist/doc/latex/xcolor/")
(code-pdf-page "xcolor"  "/usr/local/texlive/2018/texmf-dist/doc/latex/xcolor/xcolor.pdf")
(code-pdf-text "xcolor"  "/usr/local/texlive/2018/texmf-dist/doc/latex/xcolor/xcolor.pdf")
;; (find-xcolorpage)
;; (find-xcolortext)
;; (find-xcolorpage 1 "\\color{red")
;; (find-xcolortext 1 "\\color{red")
;; (find-xcolorpage  4 "40% green and 60% yellow" "green!40!yellow")
;; (find-xcolortext  4 "40% green and 60% yellow" "green!40!yellow")
;; (find-xcolorpage  7 "2.1.2     Package options")
;; (find-xcolortext  7 "2.1.2     Package options")
;; (find-xcolorpage 17 "2.4       Predefined colors")
;; (find-xcolortext 17 "2.4       Predefined colors")
;; (find-xcolorpage 33 "Figure 5: Standard color expressions")
;; (find-xcolortext 33 "Figure 5: Standard color expressions")
;; (find-xcolorpage 38 "4.3    Colors via svgnames option")
;; (find-xcolortext 38 "4.3    Colors via svgnames option")
;; (find-xcolorpage 39 "4.4   Colors via x11names option")
;; (find-xcolortext 39 "4.4   Colors via x11names option")




;; «kopkadaly» (to ".kopkadaly")
;; (find-es "tex" "mytoc")
;; (find-angg ".emacs.papers" "kopkadaly")
;; Kopka/Daly: "A Guide to LaTeX and Electronic Publishing (4th ed)"
;; (find-sh0 "cp -v ~/books/__comp/kopka_daly__a_guide_to_latex_4th_ed.pdf /tmp/pen/")
(code-pdf-page "kopkadaly4" "~/books/__comp/kopka_daly__a_guide_to_latex_4th_ed.pdf")
(code-pdf-text "kopkadaly4" "~/books/__comp/kopka_daly__a_guide_to_latex_4th_ed.pdf" 12)
(code-pdf-page "kopkadaly4" "~/2019-CLG/kopka_daly__a_guide_to_latex_4th_ed.pdf")
(code-pdf-text "kopkadaly4" "~/2019-CLG/kopka_daly__a_guide_to_latex_4th_ed.pdf" 12)
;; (find-kopkadaly4page)
;; (find-kopkadaly4text)
;; (find-kopkadaly4page (+ 12   1) "I Basics")
;; (find-kopkadaly4page (+ 12   3) "1 Introduction")
;; (find-kopkadaly4page (+ 12   3)  "1.1 Just what is LATEX?")
;; (find-kopkadaly4page (+ 12   4)  "1.2 Markup Languages")
;; (find-kopkadaly4page (+ 12   6)  "1.3 TEX and its offspring")
;; (find-kopkadaly4page (+ 12  10)  "1.4 How to use this book")
;; (find-kopkadaly4page (+ 12  11)  "1.5 Basics of a LATEX file")
;; (find-kopkadaly4page (+ 12  14)  "1.6 TEX processing procedure")
;; (find-kopkadaly4page (+ 12  17) "2 Text, Symbols, and Commands")
;; (find-kopkadaly4page (+ 12  17)  "2.1 Command names and arguments")
;; (find-kopkadaly4page (+ 12  19)  "2.2 Environments")
;; (find-kopkadaly4page (+ 12  20)  "2.3 Declarations")
;; (find-kopkadaly4page (+ 12  21)  "2.4 Lengths")
;; (find-kopkadaly4page (+ 12  22)  "2.5 Special characters")
;; (find-kopkadaly4page (+ 12  27)  "2.6 Exercises")
;; (find-kopkadaly4page (+ 12  28)  "2.7 Fine-tuning text")
;; (find-kopkadaly4page (+ 12  34)  "2.8 Word division")
;; (find-kopkadaly4page (+ 12  37) "3 Document Layout and Organization")
;; (find-kopkadaly4page (+ 12  37)  "3.1 Document class")
;; (find-kopkadaly4page (+ 12  42)  "3.2 Page style")
;; (find-kopkadaly4page (+ 12  48)    "Figure 3.1: Page layout parameters")
;; (find-kopkadaly4text (+ 12  48)    "Figure 3.1: Page layout parameters")
;; (find-kopkadaly4text (+ 12  42)  "3.2 Page style")
;; (find-kopkadaly4page (+ 12  52)  "3.3 Parts of the document")
;; (find-kopkadaly4page (+ 12  58)  "3.4 Table of contents")
;; (find-kopkadaly4page (+ 12  61) "4 Displayed Text")
;; (find-kopkadaly4page (+ 12  61)  "4.1 Changing font")
;; (find-kopkadaly4page (+ 12  67)  "4.2 Centering and indenting")
;; (find-kopkadaly4page (+ 12  69)  "4.3 Lists")
;; (find-kopkadaly4page (+ 12  74)  "4.4 Generalized lists")
;; (find-kopkadaly4page (+ 12  80)  "4.5 Theorem-like declarations")
;; (find-kopkadaly4page (+ 12  81)  "4.6 Tabulator stops")
;; (find-kopkadaly4page (+ 12  85)  "4.7 Boxes")
;; (find-kopkadaly4page (+ 12  95)  "4.8 Tables")
;; (find-kopkadaly4page (+ 12 110)  "4.9 Printing literal text")
;; (find-kopkadaly4page (+ 12 112)  "4.10 Footnotes and marginal notes")
;; (find-kopkadaly4page (+ 12 118)  "4.11 Comments within text")
;; (find-kopkadaly4page (+ 12 119) "5 Mathematical Formulas")
;; (find-kopkadaly4page (+ 12 119)  "5.1 Mathematical environments")
;; (find-kopkadaly4page (+ 12 120)  "5.2 Main elements of math mode")
;; (find-kopkadaly4page (+ 12 124)  "5.3 Mathematical symbols")
;; (find-kopkadaly4page (+ 12 130)  "5.4 Additional elements")
;; (find-kopkadaly4page (+ 12 145)  "5.5 Fine-tuning mathematics")
;; (find-kopkadaly4page (+ 12 151)  "5.6 Beyond standard LATEX")
;; (find-kopkadaly4page (+ 12 153) "6 Graphics Inclusion and Color")
;; (find-kopkadaly4page (+ 12 153)  "6.1 The graphics packages")
;; (find-kopkadaly4page (+ 12 166)  "6.2 Adding color")
;; (find-kopkadaly4page (+ 12 169) "7 Floating tables and figures")
;; (find-kopkadaly4page (+ 12 169)  "7.1 Float placement")
;; (find-kopkadaly4page (+ 12 171)  "7.2 Postponing floats")
;; (find-kopkadaly4page (+ 12 171)  "7.3 Style parameters for floats")
;; (find-kopkadaly4page (+ 12 173)  "7.4 Float captions")
;; (find-kopkadaly4page (+ 12 174)  "7.5 Float examples")
;; (find-kopkadaly4page (+ 12 177)  "7.6 References to figures and tables in text")
;; (find-kopkadaly4page (+ 12 178)  "7.7 Some float packages")
;; (find-kopkadaly4page (+ 12 181) "8 User Customizations")
;; (find-kopkadaly4page (+ 12 181)  "8.1 Counters")
;; (find-kopkadaly4page (+ 12 184)  "8.2 Lengths")
;; (find-kopkadaly4page (+ 12 185)  "8.3 User-defined commands")
;; (find-kopkadaly4page (+ 12 195)  "8.4 User-defined environments")
;; (find-kopkadaly4page (+ 12 200)  "8.5 Some comments on user-defined structures")
;; (find-kopkadaly4page (+ 12 205) "II Beyond the Basics")
;; (find-kopkadaly4page (+ 12 207) "9 Document Management")
;; (find-kopkadaly4page (+ 12 207)  "9.1 Processing parts of a document")
;; (find-kopkadaly4page (+ 12 213)  "9.2 In-text references")
;; (find-kopkadaly4page (+ 12 216)  "9.3 Bibliographies")
;; (find-kopkadaly4page (+ 12 225)  "9.4 Keyword index")
;; (find-kopkadaly4page (+ 12 231) "10 PostScript and PDF")
;; (find-kopkadaly4page (+ 12 231)  "10.1 LATEX and PostScript")
;; (find-kopkadaly4page (+ 12 236)  "10.2 Portable Document Format")
;; (find-kopkadaly4page (+ 12 251)  "11 Multilingual LATEX")
;; (find-kopkadaly4page (+ 12 252)  "11.1 The babel system")
;; (find-kopkadaly4page (+ 12 256)  "11.2 Contents of the language.dat file")
;; (find-kopkadaly4page (+ 12 257) "12 Math Extensions with AMS-LATEX")
;; (find-kopkadaly4page (+ 12 258)  "12.1 Invoking AMS-LATEX")
;; (find-kopkadaly4page (+ 12 258)  "12.2 Standard features of AMS-LATEX")
;; (find-kopkadaly4page (+ 12 280)  "12.3 Further AMS-LATEX packages")
;; (find-kopkadaly4page (+ 12 283)  "12.4 The AMS fonts")
;; (find-kopkadaly4page (+ 12 287) "13 Drawing with LATEX")
;; (find-kopkadaly4page (+ 12 287)  "13.1 The picture environment")
;; (find-kopkadaly4page (+ 12 302)  "13.2 Extended pictures")
;; (find-kopkadaly4page (+ 12 307)  "13.3 Other drawing packages")
;; (find-kopkadaly4page (+ 12 309) "14 Bibliographic Databases and BIBTEX")
;; (find-kopkadaly4page (+ 12 309)  "14.1 The BIBTEX program")
;; (find-kopkadaly4page (+ 12 311)  "14.2 Creating a bibliographic database")
;; (find-kopkadaly4page (+ 12 321)  "14.3 Customizing bibliography styles")
;; (find-kopkadaly4page (+ 12 323) "15 Presentation Material")
;; (find-kopkadaly4page (+ 12 324)  "15.1 Slide production with SLITEX")
;; (find-kopkadaly4page (+ 12 330)  "15.2 Slide production with seminar")
;; (find-kopkadaly4page (+ 12 340)  "15.3 Electronic documents for screen viewing")
;; (find-kopkadaly4page (+ 12 343)  "15.4 Special effects with PDF")
;; (find-kopkadaly4page (+ 12 351) "16 Letters")
;; (find-kopkadaly4page (+ 12 351)  "16.1 The LATEX letter class")
;; (find-kopkadaly4page (+ 12 356)  "16.2 A house letter style")
;; (find-kopkadaly4page (+ 12 359)  "16.3 A model letter customization")
;; (find-kopkadaly4page (+ 12 367) "A The New Font Selection Scheme (NFSS)")
;; (find-kopkadaly4page (+ 12 368)  "A.1 Font attributes under NFSS")
;; (find-kopkadaly4page (+ 12 370)  "A.2 Simplified font selection")
;; (find-kopkadaly4page (+ 12 372)  "A.3 Installing fonts with NFSS")
;; (find-kopkadaly4page (+ 12 381) "B The LATEX Clockwork")
;; (find-kopkadaly4page (+ 12 381)  "B.1 Installing LATEX")
;; (find-kopkadaly4page (+ 12 387)  "B.2 Obtaining the Adobe euro fonts")
;; (find-kopkadaly4page (+ 12 387)  "B.3 TEX directory structure")
;; (find-kopkadaly4page (+ 12 389)  "B.4 The CTAN server")
;; (find-kopkadaly4page (+ 12 391)  "B.5 Additional standard files")
;; (find-kopkadaly4page (+ 12 396)  "B.6 The various LATEX files")
;; (find-kopkadaly4page (+ 12 401) "C Error Messages")
;; (find-kopkadaly4page (+ 12 401)  "C.1 Basic structure of error messages")
;; (find-kopkadaly4page (+ 12 409)  "C.2 Some sample errors")
;; (find-kopkadaly4page (+ 12 415)  "C.3 List of LATEX error messages")
;; (find-kopkadaly4page (+ 12 424)  "C.4 TEX error messages")
;; (find-kopkadaly4page (+ 12 429)  "C.5 Warnings")
;; (find-kopkadaly4page (+ 12 435)  "C.6 Search for subtle errors")
;; (find-kopkadaly4page (+ 12 437) "D LATEX Programming")
;; (find-kopkadaly4page (+ 12 437)  "D.1 Class and package files")
;; (find-kopkadaly4page (+ 12 440)  "D.2 LATEX programming commands")
;; (find-kopkadaly4page (+ 12 451)  "D.3 Sample packages")
;; (find-kopkadaly4page (+ 12 459)  "D.4 Changing preprogrammed text")
;; (find-kopkadaly4page (+ 12 461)  "D.5 Direct typing of special letters")
;; (find-kopkadaly4page (+ 12 462)  "D.6 Alternatives for special symbols")
;; (find-kopkadaly4page (+ 12 462)  "D.7 Managing code and documentation")
;; (find-kopkadaly4page (+ 12 475) "E LATEX and World Wide Web")
;; (find-kopkadaly4page (+ 12 476)  "E.1 Converting to HTML")
;; (find-kopkadaly4page (+ 12 478)  "E.2 The Extensible Markup Language: XML")
;; (find-kopkadaly4page (+ 12 481)  "E.3 The techexplorer Hypermedia Browser")
;; (find-kopkadaly4page (+ 12 483) "F Obsolete LATEX")
;; (find-kopkadaly4page (+ 12 483)  "F.1 The 2.09 preamble")
;; (find-kopkadaly4page (+ 12 484)  "F.2 Font selection")
;; (find-kopkadaly4page (+ 12 485)  "F.3 Obsolete means obsolete")
;; (find-kopkadaly4page (+ 12 487) "G TEX Fonts")
;; (find-kopkadaly4page (+ 12 487)  "G.1 Font metrics and bitmaps")
;; (find-kopkadaly4page (+ 12 488)  "G.2 Computer Modern fonts")
;; (find-kopkadaly4page (+ 12 497)  "G.3 The METAFONT program")
;; (find-kopkadaly4page (+ 12 498)  "G.4 Extended Computer fonts")
;; (find-kopkadaly4page (+ 12 503)  "G.5 PostScript fonts")
;; (find-kopkadaly4page (+ 12 505)  "G.6 Computer Modern as PostScript fonts")
;; (find-kopkadaly4page (+ 12 507) "H Command Summary")
;; (find-kopkadaly4page (+ 12 507)  "H.1 Brief description of the LATEX commands")
;; (find-kopkadaly4page (+ 12 595)  "H.2 Summary tables and figures")
;; (find-kopkadaly4page (+ 12 605) "Bibliography")
;; (find-kopkadaly4page (+ 12 607) "Index")
;; (find-kopkadaly4text)
;;
;; (find-kopkadaly4page (+ 12 234) "10.1 The psnfss packages and their fonts")
;; (find-kopkadaly4page (+ 12 248) "10.2 Acrobat menu actions")
;; (find-kopkadaly4page (+ 12 368) "A.1 The NFSS encoding schemes")
;; (find-kopkadaly4page (+ 12 369) "A.2 The NFSS series attributes")
;; (find-kopkadaly4page (+ 12 370) "A.3 Attributes of the Computer Modern fonts")
;; (find-kopkadaly4page (+ 12 462) "D.1 Input coding schemes for inputenc package")
;; (find-kopkadaly4page (+ 12 463) "D.2 Alternative commands for special symbols")
;; (find-kopkadaly4page (+ 12 491) "G.1 Computer Modern text fonts")
;; (find-kopkadaly4page (+ 12 504) "G.2 Root names of the 35 standard PostScript fonts")
;; (find-kopkadaly4page (+ 12 505) "G.3 Encoding suffixes")
;; (find-kopkadaly4page (+ 12 595) "H.1 Font attribute commands")
;; (find-kopkadaly4page (+ 12 595) "H.2 Math alphabet commands")
;; (find-kopkadaly4page (+ 12 595) "H.3 Font sizes")
;; (find-kopkadaly4page (+ 12 595) "H.4 LATEX 2.09 font declarations")
;; (find-kopkadaly4page (+ 12 596) "H.5 Dimensions")
;; (find-kopkadaly4page (+ 12 596) "H.6 Accents")
;; (find-kopkadaly4page (+ 12 596) "H.7 Special letters from other languages")
;; (find-kopkadaly4page (+ 12 596) "H.8 Special symbols")
;; (find-kopkadaly4page (+ 12 596) "H.9 Command symbols")
;; (find-kopkadaly4page (+ 12 596) "H.10 Greek letters")
;; (find-kopkadaly4page (+ 12 597) "H.11 Binary operation symbols")
;; (find-kopkadaly4page (+ 12 597) "H.12 Relational symbols")
;; (find-kopkadaly4page (+ 12 597) "H.13 Negated relational symbols")
;; (find-kopkadaly4page (+ 12 597) "H.14 Brackets")
;; (find-kopkadaly4page (+ 12 598) "H.15 Arrows")
;; (find-kopkadaly4page (+ 12 598) "H.16 Miscellaneous symbols")
;; (find-kopkadaly4page (+ 12 598) "H.17 Mathematical symbols in two sizes")
;; (find-kopkadaly4page (+ 12 598) "H.18 Function names")
;; (find-kopkadaly4page (+ 12 599) "H.19 Math accents")
;; (find-kopkadaly4page (+ 12 599) "H.20 AMS arrows")
;; (find-kopkadaly4page (+ 12 599) "H.21 AMS binary operation symbols")
;; (find-kopkadaly4page (+ 12 600) "H.22 AMS Greek and Hebrew letters")
;; (find-kopkadaly4page (+ 12 600) "H.23 AMS delimiters")
;; (find-kopkadaly4page (+ 12 600) "H.24 AMS relational symbols")
;; (find-kopkadaly4page (+ 12 601) "H.25 AMS negated relational symbols")
;; (find-kopkadaly4page (+ 12 601) "H.26 Miscellaneous AMS symbols")
;;
;; (find-kopkadaly4page (+ 12  16) "1.1 Sample display with the WinEdt editor")
;; (find-kopkadaly4page (+ 12  48) "3.1 Page layout parameters")
;; (find-kopkadaly4page (+ 12  53) "3.2 Sample title page")
;; (find-kopkadaly4page (+ 12  76) "4.1 The list parameters")
;; (find-kopkadaly4page (+ 12 160) "6.1 An embellished image file")
;; (find-kopkadaly4page (+ 12 240) "10.1 Output produced by pdfTEX with the hyperref package")
;; (find-kopkadaly4page (+ 12 306) "13.1 Comparison of eepic with eepicemu")
;; (find-kopkadaly4page (+ 12 341) "15.2 Title page of a pdfscreen document")
;; (find-kopkadaly4page (+ 12 383) "B.1 The TEXLive welcome")
;; (find-kopkadaly4page (+ 12 384) "B.2 The TEXLive documentation browser")
;; (find-kopkadaly4page (+ 12 388) "B.3 The TDS directory tree")
;; (find-kopkadaly4page (+ 12 390) "B.4 Partial directory tree of CTAN servers")
;; (find-kopkadaly4page (+ 12 482) "E.1 Example of TEX4ht and techexplorer output")
;; (find-kopkadaly4page (+ 12 602) "H.1 Single column page format")
;; (find-kopkadaly4page (+ 12 603) "H.2 Double column page format")
;; (find-kopkadaly4page (+ 12 604) "H.3 Format of the list environment")

;; (find-kopkadaly4page 7 "Contents")
;; (find-kopkadaly4text 7 "Contents")
;; (find-kopkadaly4page (+ 12   3))
;; (find-kopkadaly4page (+ 12  31) "Line breaking")
;; (find-kopkadaly4page (+ 12  33) "Page breaking")
;; (find-kopkadaly4page (+ 12  38) "a4paper (29.7" "21 cm)")
;; (find-kopkadaly4page (+ 12  58) "3.4. Table of contents")
;; (find-kopkadaly4page (+ 12  75) "\\newcounter{name}")
;; (find-kopkadaly4text (+ 12  75) "\\newcounter{name}")
;; (find-kopkadaly4page (+ 12  81) "4.6. Tabulator stops")
;; (find-kopkadaly4text (+ 12  81) "4.6. Tabulator stops")
;; (find-kopkadaly4page (+ 12  97) "\\multicolumn")
;; (find-kopkadaly4page (+ 12 119) "Mathematical formulas")
;; (find-kopkadaly4page (+ 12 139) "eqarray")
;; (find-kopkadaly4page (+ 12 184) "8.2   Lengths")
;; (find-kopkadaly4text (+ 12 184) "8.2   Lengths")
;; (find-kopkadaly4page (+ 12 262) "overrightarrow")
;; (find-kopkadaly4page (+ 12 607) "Index")
;; (find-kopkadaly4page (+ 12 287) "13.1   The picture environment")
;; (find-kopkadaly4text            "13.1   The picture environment")
;; (find-kopkadaly4page (+ 12 288) "13.1.2 The picture environment")
;; (find-kopkadaly4text            "13.1.2 The picture environment")
;; (find-kopkadaly4page (+ 12 293) "Straight lines")
;; (find-kopkadaly4text (+ 12 293) "Straight lines")
;; (find-kopkadaly4page (+ 12 293) "\\put(0,0){\\line(1,0){6}}")
;; (find-kopkadaly4text (+ 12 293) "\\put(0,0){\\line(1,0){6}}")
;; (find-kopkadaly4page (+ 12 295) "\\vector(x,y){length}")
;; (find-kopkadaly4text (+ 12 295) "\\vector(x,y){length}")
;; (find-kopkadaly4page (+ 12 296) "\\oval(x dimen,y dimen)[part]")
;; (find-kopkadaly4text            "\\oval(x dimen,y dimen)[part]")
;; (find-kopkadaly4page (+ 12 301) "13.1.6 Shifting a picture environment")
;; (find-kopkadaly4text            "13.1.6 Shifting a picture environment")
;; (find-kopkadaly4text)
;; (find-kopkadaly4page (+ 12 182) "\\setcounter{counter}{num}")
;; (find-kopkadaly4text (+ 12 182) "\\setcounter{counter}{num}")
;; (find-kopkadaly4page (+ 12 196) "\\newenvironment{env name}")
;; (find-kopkadaly4text (+ 12 196) "\\newenvironment{env name}")
;; (find-kopkadaly4text "\\setcounter{page}{page num}")
;; (find-kopkadaly4text "\\arabic{counter}")




;; «beamer» (to ".beamer")
;; (find-es "tex" "beamer")
(code-c-d      "beamer"   "/usr/local/texlive/2018/texmf-dist/doc/latex/beamer/")
(code-pdf-page "beamerlb" "/usr/local/texlive/2018/texmf-dist/doc/latex/beamer/beamerexample-lecture-beamer-version.pdf")
(code-pdf-text "beamerlb" "/usr/local/texlive/2018/texmf-dist/doc/latex/beamer/beamerexample-lecture-beamer-version.pdf")
(code-pdf-page "beamerlp" "/usr/local/texlive/2018/texmf-dist/doc/latex/beamer/beamerexample-lecture-print-version.pdf")
(code-pdf-text "beamerlp" "/usr/local/texlive/2018/texmf-dist/doc/latex/beamer/beamerexample-lecture-print-version.pdf")
;; (find-beamerfile "")
;; (find-beamerlbpage)
;; (find-beamerlbtext)
;; (find-beamerlppage)
;; (find-beamerlptext)




;; «graphics» (to ".graphics")
;; «graphicx» (to ".graphicx")
(code-c-d      "graphics" "/usr/local/texlive/2018/texmf-dist/doc/latex/graphics/")
(code-c-d      "graphicx" "/usr/local/texlive/2018/texmf-dist/doc/latex/graphics/")
(code-xpdf     "graphics" "/usr/local/texlive/2018/texmf-dist/doc/latex/graphics/graphics.pdf")
(code-pdf-text "graphics" "/usr/local/texlive/2018/texmf-dist/doc/latex/graphics/graphics.pdf")
(code-xpdf     "graphicx" "/usr/local/texlive/2018/texmf-dist/doc/latex/graphics/graphicx.pdf")
(code-pdf-text "graphicx" "/usr/local/texlive/2018/texmf-dist/doc/latex/graphics/graphicx.pdf")
;; (find-graphicsfile "")
;; (find-graphicspage)
;; (find-graphicstext)
;; (find-graphicspage 2 "\\includegraphics")
;; (find-graphicstext 2 "\\includegraphics")
;; (find-graphicxfile "")
;; (find-graphicxpage)
;; (find-graphicxtext)
;; (find-graphicxpage 2 "\\includegraphics")
;; (find-graphicxtext 2 "\\includegraphics")





;;;  _   _            _        
;;; | | | | __ _  ___| | _____ 
;;; | |_| |/ _` |/ __| |/ / __|
;;; |  _  | (_| | (__|   <\__ \
;;; |_| |_|\__,_|\___|_|\_\___/
;;;                            
;; «find-texworks» (to ".find-texworks")
;; (find-man "texworks")
;; (find-texworks "~/2019-CLG/hello.tex")
(defun find-texworks (&rest rest)
  (interactive)
  (find-bgprocess `("texworks" ,@rest)))


;; «set-frame-font» (to ".set-frame-font")
;; (find-sh "xlsfonts" "12x24")
;; (set-frame-font "10x20")
;; (set-frame-font "12x24")
(defun eejump-12 () (set-frame-font "10x20"))



;; (find-ecolors)
(set-face-background 'region "LawnGreen")


;; (find-angg ".emacs" "remove-from-keymap")
;;
(defun remove-from-keymap (keymap key-to-remove)
  (unless (eq (car keymap) 'keymap) (error "Not a sparse keymap"))
  (setcdr keymap (remq (assoc key-to-remove keymap)
		       (cdr keymap))))

(eval-after-load "tex-mode"
  '(remove-from-keymap tex-mode-map ?\"))



;; «find-latex-links» (to ".find-latex-links")
;; Adapted from: (find-eev "eev-tlinks.el" "find-latex-links")
;; Test: (find-latex-links)
;; Test: (find-latex-links "/tmp/teste1")
;; Test: (find-latex-links "~/2019-CLG/teste2")
;;
(defun find-latex-links (&optional stem &rest pos-spec-list)
"Visit a temporary buffer containing a template for creating a LaTeX document."
  (interactive)
  (setq stem (or stem "{stem}"))
  (let ((stem- (file-name-nondirectory stem)))
    (apply 'find-elinks
     `((find-latex-links ,stem ,@pos-spec-list)
       (find-latex-links "/tmp/teste1")
       (find-latex-links "~/2019-CLG/teste2")
       ;; Convention: the first sexp always regenerates the buffer.
       ;; (find-efunction 'find-latex-links)
       (find-eev-quick-intro "`find-latex-links'")
       (ee-copy-rest 1 '(find-fline ,(concat stem ".tex")))
       ""
       ,(ee-template0 "\
% (defun c () (interactive) (find-sh \"pdflatex {stem-}.tex\"))
% (defun d () (interactive) (find-pdf-page \"{stem}.pdf\"))
% (defun e () (interactive) (find-fline \"{stem}.tex\"))
% (defun w () (interactive) (find-texworks \"{stem}.tex\"))
%
\\documentclass{<}article{>}
\\begin{<}document{>}

\\end{<}document{>}")
       )
     pos-spec-list)))







;; Local Variables:
;; mode: emacs-lisp
;; coding: utf-8-unix
;; End: