table環境やarray環境で行間を変更する
2012/03/02
そのときは変更したい環境の直前で\arraystretchコマンドを再定義する.
\renewcommand{\arraystretch}{1}初期値は上の例のように1である.
間隔を1.5倍にしたければ1.5へ,0.5倍にしたければ0.5とすればよい.
変更したい環境が終わったら,この値を1に戻すようにしておくと良い.
\renewcommand{\arraystretch}{1}初期値は上の例のように1である.
au BufNewFile,BufRead *.vb setf vbこの行のうち,"*.vb"が対応する拡張子の指定箇所,"setf vb"が読み込むsyntaxファイルの指定(ファイル名はvb.vim)である.
au BufNewFile,BufRead *.vb setf vbnetこれで,Visual Basic .NET系のソースコードのsyntaxを一応表示できるようになった.
make install prefix=/mingwこれ,重要です.
\makeatletter \def\ps@fancy{% %\def\sectionmark##1{\markboth{\ifnum \c@secnumdepth>\z@ \thesection\hskip 1em\relax \fi ##1}{}}% \def\chaptermark##1{\markboth{\ifnum \c@secnumdepth>\z@ \thechapter\hskip 0.5em\relax \fi ##1}{}}% %\def\subsectionmark##1{\markright {\ifnum \c@secnumdepth >\@ne \thesubsection\hskip 1em\relax \fi ##1}}% \def\sectionmark##1{\markright {\ifnum \c@secnumdepth >\@ne \thesection\hskip 0.5em\relax \fi ##1}}% \ps@@fancy \gdef\ps@fancy{\@fancyplainfalse\ps@@fancy}% \ifdim\headwidth<0sp \global\advance\headwidth123456789sp\global\advance\headwidth\textwidth \fi } \makeatother