\setbeamertemplate{subsection in toc}[ball]
%ref: beamer class user guide
beamer is not good in the sense that it took me quite a long to figure
out how to put some bullets in the table of contents.
beamer is not good in the sense that it took me quite a long to figure
out how to put some bullets in the table of contents.
it might be help when we need to know where beamer and other classes
files are located.
and use
texhash
mktexlsr
to remake the indices for texlive
$chmod +x pre-revprop-change
$ cat pre-revprop-change
#!/bin/sh
exit 0
$ ls -Alh pre-revprop-change
-rwxr-xr-x 1 pmezard staff 18B May 17 11:37 pre-revprop-change
$ svnadmin create repo
$ cp pre-revprop-change repo/hooks/
$ svnsync init --username svnsync file://`pwd`/repo http://wub.googlecode.com/svn
Copied properties for revision 0.
$ svnsync sync file://`pwd`/repo
Committed revision 1.
Copied properties for revision 1.
Transmitting file data ................................................................
Committed revision 2.
Copied properties for revision 2.
[...]
noremap <C-J> gj noremap <C-K> gk
That's really useful when dealing with long lines. It lets you use Control-J and Control-K to move up and down screen lines instead of buffer lines with j and k. Control-J isn't really mapped to anything by default, it's like hitting enter, but Control-K is something to do with digraphs. However, noremap won't remove this ability in insert mode.
Alternatively, you could use:
noremap <Up> gk noremap <Down> gj
sudo sso_util remove -k -a username -p password -r NAME. OF.KERBEROSREALM
Meaning
&
the whole matched pattern
\L
the following characters are made lowercase
\0
the whole matched pattern
\U
the following characters are made uppercase
\1
the matched pattern in the first pair of \(\)
\E
end of \U and \L
\2
the matched pattern in the second pair of \(\)
\e
end of \U and \L
...
...
\r
split line in two at this point
\9
the matched pattern in the ninth pair of \(\)
\l
next character made lowercase
~
the previous substitute string
\u
next character made uppercase