Searched +refs:org +refs:format +refs:latex +refs:options (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex10 % At the moment this card works quite nicely in 3 column format and
14 % There are a couple of tweaks in the format of this card which make it work
19 % tex org-mode-ref.tex; dvips -t landscape org-mode-ref.dvi
59 % Internet: gildea@stop.mail-abuse.org
73 \centerline{based on refcard design and format by Stephen Gildea}
96 % This multi-way format was designed by Stephen Gildea October 1986.
97 % Note that the 1-column format is fontfamily-independent.
98 \if 1\ncolumns %one-column format uses normal size
276 (add-to-list 'auto-mode-alist '("\\\\.org\
[all...]
/macosx-10.9.5/vim-53/runtime/
H A Dfiletype.vim3 " Maintainer: Bram Moolenaar <Bram@vim.org>
747 au BufNewFile,BufRead */.gnupg/options setf gpg
749 au BufNewFile,BufRead /usr/**/gnupg/options.skel setf gpg
1403 " Obj 3D file format
2019 au BufNewFile,BufRead *.latex,*.sty,*.dtx,*.ltx,*.bbl setf tex
2023 " 1. Check the first line of the file for "%&<format>".
2025 " 3. Default to "latex" or to g:tex_flavor, can be set in user's vimrc.
2029 let format = tolower(matchstr(firstline, '\a\+'))
2030 let format = substitute(format, 'pd
[all...]

Completed in 176 milliseconds