Notes

Contents:

  • Emacs
    • 1 (ansi-)term mode
    • 2 (Auto)reverting
    • 3 \*buffers*
    • 4 \*kill-buffer*
    • 5 Abbrevs mode
      • 5.1 options
    • 6 Bookmarks
    • 7 Case conversion A <-> a
    • 8 current file name without extension
    • 9 Deleting and killing
      • 9.1 Deleting by character
    • 10 Dired
      • 10.1 directories
      • 10.2 flags
      • 10.3 files
      • 10.4 marks
      • 10.5 shell command
      • 10.6 options
    • 11 emacsclient
    • 12 File
    • 13 Find/replace
    • 14 font
    • 15 frames
    • 16 helm
    • 17 help and info
      • 17.1 Browsing inside info
    • 18 Hide-show mode
    • 19 history
    • 20 ispell (flyspell)
    • 21 Key-binding
    • 22 Magit
    • 23 Menubar F10
    • 24 Modes, listing all major and minor
    • 25 Moving around
      • 25.1 by characters/lines
      • 25.2 by words
      • 25.3 horizontally
      • 25.4 by sentence
      • 25.5 by paragraph
      • 25.6 by matching parentheses
      • 25.7 by buffer
      • 25.8 by page
      • 25.9 back to previous position
      • 25.10 GO TO
    • 26 Outline minor mode
      • 26.1 Motion commands
      • 26.2 Visibility commands
    • 27 Performance profiling
    • 28 Reference sites
    • 29 Region/Mark
    • 30 Registers
    • 31 Select
    • 32 Sessions
    • 33 Symbol
    • 34 Timestamp
    • 35 Variables
    • 36 Visual line mode
    • 37 windows
      • 37.1 transpose windows
    • 38 YASnippet
      • 38.1 variables
      • 38.2 Suppressing warnings
  • Orgmode and Emacs Diary
    • 1 Agenda view
      • 1.1 Variables
    • 2 Sunrise/sunset
      • 2.1 Variables
    • 3 Code block
      • 3.1 TODO state options, +n, -n, numbering, -r, -l
    • 4 Example/Verse/Quote/Center blocks
    • 5 Export options
    • 6 Exporting
      • 6.1 HTML export command
    • 7 Font
    • 8 Footnote
    • 9 Images
    • 10 Insert entries
    • 11 Latex preview
    • 12 Motion
    • 13 Moving subtrees up/down
    • 14 Paragraphs
    • 15 Promoting/Demoting headings
    • 16 Repeated tasks
    • 17 Sort
    • 18 Special symbols
    • 19 Superscript and subscript
    • 20 time stamp
      • 20.1 automatic time-stamping
      • 20.2 variables
      • 20.3 time stamp in TODO
    • 21 TODO
      • 21.1 Time stamp
    • 22 Visibility cycling
  • AUCTeX
    • 1 AucTeX
    • 2 Macros
    • 3 style files
      • 3.1 Adding new symbols and environment in AUCTeX
      • 3.2 Adding style hooks
      • 3.3 adding symbols
      • 3.4 adding environments
        • 3.4.1 defining environments with arguments
        • 3.4.2 replacing predefined environment style by using ignore
      • 3.5 Specifying locations of style files
        • 3.5.1 Global styles
        • 3.5.2 Private styles
        • 3.5.3 Local styles
        • 3.5.4 All Combined
      • 3.6 Options
    • 4 ??
    • 5 useful functions
    • 6 customization options
    • 7 hooks
    • 8 Tmp items
      • 8.1 functions
      • 8.2 variables
  • (La)TeX
    • 1 DVI
    • 2 PostScript
    • 3 Encapsulated PostScript (EPS)
    • 4 Raster fonts
    • 5 Metafont
    • 6 Ghostscript
    • 7 Raster image converters
    • 8 Image file formats, compared
    • 9 XQuartz
    • 10 Add section number to the pdf bookmark (outline) generated by hyperref package
    • 11 shorter space after the period mark (not end of the sentence but for abbreviations, etc)
    • 12 change font size temporarily
      • 12.1 of an area \begin{small} \end{small}
      • 12.2 of a word {\small WORD}
      • 12.3 as a switcher \small
    • 13 putting a formula inside of a table cell
    • 14 variable
    • 15 setcounter enumi
    • 16 newcommand / renewcommand
    • 17 temp
      • 17.1 TDS
      • 17.2 texmf
      • 17.3 magnification
      • 17.4 hsize
      • 17.5 tabbing
      • 17.6 multicolumn
      • 17.7 mbox
      • 17.8 extracolsep
    • 18 Text modes
      • 18.1 paragraph mode
      • 18.2 math mode
      • 18.3 left-to-right mode (LR mode)
    • 19 LR mode
    • 20 Tabular/array vertical column formatting
    • 21 Tabular/array horizontal column formatting
    • 22 @-expression
    • 23 Internal registers and parameters
    • 24 LaTeX dimension parameters
    • 25 LaTeX dimension declarations
    • 26 Fragile commands
    • 27 Robust commands
    • 28 Moving argument
    • 29 Misc / Maintenance journal
    • 30 define macros with *
  • LaTeX Pkg: preview
    • 1 Package options
    • 2 Environments
    • 3 Commands
  • LaTeX Pkg: spectralsequences
    • 1 Environment structure
      • 1.1 Global options
    • 2 Classes
    • 3 Differentials
    • 4 Grouping
    • 5 Commands
      • 5.1 Loops
  • Git
    • 1 Learning Sources
    • 2 Basic concepts and terms:
    • 3 .gitignore
    • 4 init
    • 5 config
    • 6 status
    • 7 log
    • 8 add: working tree -> staging area
    • 9 rm: remove from both working tree and the staging area
    • 10 commit: staging area -> history
    • 11 add+commit: working tree -> staging area and history
    • 12 diff: working tree <-> staging area
    • 13 diff: staging area <-> history
    • 14 checkout: working tree <- staging area
    • 15 checkout: working tree and staging area <- history
    • 16 checkout branch
    • 17 reset: staging area <- history
    • 18 branch: list
    • 19 branch: create new
    • 20 branch: remove
    • 21 merge: HEAD -> master
    • 22 restore
    • 23 Stash: save
    • 24 stash: list
    • 25 stash: apply
    • 26 clone
    • 27 remote: add/remove
    • 28 remote: list
    • 29 fetch: local repository <- remote repository
    • 30 push: local repository -> remote repository
    • 31 rebase
    • 32 cherry-pick
    • 33 tag
  • Coq
    • 1 Update
    • 2 Coqdoc (documentation)
    • 3 References
    • 4 Terms
    • 5 Gallina
    • 6 Vernacular Command
    • 7 Tactic
    • 8 Module
    • 9 Inductive definitions
  • Misc
    • 1 emacs keybinding
    • 2 MAC address changer
    • 3 Brew
    • 4 Terminal commands
    • 5 Firefox
    • 6 Thunderbird
    • 7 three finger dragging
    • 8 gpg
    • 9 system signals
      • 9.1 Kill signals
  • Bash
    • 1 character
    • 2 completion
    • 3 history
    • 4 line
    • 5 misc
    • 6 Startup Files
    • 7 word
  • Make
    • 1 overview
    • 2 Rule
      • 2.1 Explicit rules
      • 2.2 Implicit rules
      • 2.3 Last-resort rule
    • 3 operators
    • 4 assignments
    • 5 directives
    • 6 functions
    • 7 special variables
    • 8 special targets
      • 8.1 Phony targets
      • 8.2 clean
      • 8.3 silent
    • 9 The dollar sign
    • 10 Recipe echoing
    • 11 flags
    • 12 conditional
      • 12.1 ifdef, ifndef
      • 12.2 ifeq, ifneq
  • Elisp
    • 1 terminology
      • 1.1 keyword
      • 1.2 customization items
      • 1.3 customizable variables
      • 1.4 customizable faces
      • 1.5 customization groups
      • 1.6 global variables
      • 1.7 composite types
    • 2 symbols
      • 2.1 :
      • 2.2 defcustom
      • 2.3 defface
      • 2.4 defgroup
      • 2.5 defvar
      • 2.6 defconst
      • 2.7 ‘(repeat ELEMENT-TYPE)’
      • 2.8 Function: list &rest OBJECTS
      • 2.9 ‘(choice ALTERNATIVE-TYPES...)’
    • 3 to be organized later
    • 4 functions
      • 4.1 defcustom
      • 4.2 append
      • 4.3 list
      • 4.4 expand-file-name
      • 4.5 file-relative-name
      • 4.6 or
      • 4.7 and
      • 4.8 boundp
      • 4.9 concat
      • 4.10 mapc
      • 4.11 when
      • 4.12 setq
      • 4.13 nreverse
      • 4.14 repeat
      • 4.15 set
      • 4.16 cond
      • 4.17 string-match, match-...,
        • 4.17.1 string-match
        • 4.17.2 match-string
        • 4.17.3 match-beginning
        • 4.17.4 match-end
        • 4.17.5 Example
      • 4.18 substring
      • 4.19 if
      • 4.20 stringp
      • 4.21 file-name-directory
      • 4.22 dolist
      • 4.23 assoc
      • 4.24 nreverse
    • 5 variables
      • 5.1 user-emacs-directory
    • 6 Terms
      • 6.1 customization group
      • 6.2 widget type
      • 6.3 parenthesis constructions
      • 6.4 cond form
      • 6.5 mapping function
    • 7 temp
      • 7.1 Variable scope and shadowing
  • MathJax Test
  • math dump
    • 1 binomial coefficients
      • 1.1 identities
      • 1.2 Stirling number
      • 1.3 derivatives
      • 1.4 relationship with polynomials
      • 1.5 finite sums
      • 1.6 series, generating functions
      • 1.7 divisibility
      • 1.8 inequalities
      • 1.9 asymptotes
      • 1.10 the gamma function
      • 1.11 the beta function
    • 2 Stirling numbers
    • 3 Fibonacci number
    • 4 trigonometric functions
    • 5 series multisection
    • 6 Beta function
    • 7 Euler integral of the first kind
Notes
  • »
  • Search


© Copyright 2020, Hyungbo Shim (hbshim@gmail.com) (content originality not claimed at all if otherwise obvious from the context)

Built with Sphinx using a theme provided by Read the Docs.