This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \tikzmarkin<16|handout:0>{a1}(0.09,-0.1)(-0.1,0.25)n=0\tikzmarkend{a1} | |
| \tikzmarkin<17|handout:0>{a2}(0.09,-0.1)(-0.1,0.25)\infty\tikzmarkend{a2} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| defaults write com.barebones.bbedit ExtraSpaceInTextViews -string "ESfp" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (?<=\\uncover<)[0-9]* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \begin{visibleenv}<3-|handout:1> | |
| \includegraphics[width=2.25in]{figs/image.pdf} | |
| \end{visibleenv} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| [ | |
| { | |
| "args": | |
| { | |
| "characters": "\\onslide" | |
| }, | |
| "command": "insert" | |
| }, | |
| { | |
| "args": |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "args": | |
| { | |
| "characters": "\\uncove" | |
| }, | |
| "command": "insert" | |
| }, | |
| { | |
| "args": |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { "keys": ["ctrl+shift+,"], "command": "run_macro_file", "args": {"file": "Packages/User/onslide.sublime-macro"} }, | |
| { "keys": ["ctrl+shift+."], "command": "run_macro_file", "args": {"file": "Packages/User/uncover.sublime-macro"} }, | |
| { "keys": ["super+r"], "command": "build" } | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ln -s ~/Dropbox/Library/Application\ Support/Sublime\ Text\ 3/Packages Packages | |
| ln -s ~/Dropbox/Library/Application\ Support/Sublime\ Text\ 3/Installed\ Packages Installed\ Packages |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| g09root=/Applications | |
| export g09root | |
| . $g09root/g09/bsd/g09.profile | |
| GAUSS_SCRDIR=/Users/Shared/Scratch | |
| export GAUSS_SCRDIR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export PS1="\h:\u:\W$ " | |
| export CLICOLOR=1 | |
| export LSCOLORS=ExFxCxDxBxegedabagacad |