Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki

This commit is contained in:
Jacques Distler 2010-10-05 21:09:22 -05:00
commit b5481a1454
7 changed files with 234 additions and 65 deletions

View file

@ -1069,7 +1069,7 @@ class WikiControllerTest < ActionController::TestCase
%
% \color{} with HTML colorspec
% \bgcolor
% \array
% \array with options (without options, it's equivalent to the matrix environment)
% Of the standard HTML named colors, white, black, red, green, blue and yellow
% are predefined in the color package. Here are the rest.
@ -1199,6 +1199,9 @@ class WikiControllerTest < ActionController::TestCase
\raise7\p@\vbox{\kern7\p@\hbox{.}}\mkern1mu}}
\makeatother
%% Fix array
\newcommand{\itexarray}[1]{\begin{matrix}#1\end{matrix}}
%% Renaming existing commands
\newcommand{\underoverset}[3]{\underset{#1}{\overset{#2}{#3}}}
\newcommand{\widevec}{\overrightarrow}