Search found 3 matches

by kihanos
Fri Apr 06, 2012 1:48 pm
Forum: Math & Science
Topic: Binary Operator with Subscript underneath
Replies: 3
Views: 5100

Binary Operator with Subscript underneath

Hi every one,

I finally build a solution from scratch. Here it is :


\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage{mathtools}

\makeatletter
\let\OLD@times\times
\def\optimes{\@ifnextchar_\timesWSB\timesNSB}
\def\timesWSB_#1{\@ifnextchar^{\timesWSBWXP_{#1}}{\timesWSBNXP ...
by kihanos
Fri Mar 09, 2012 7:15 pm
Forum: Math & Science
Topic: Binary Operator with Subscript underneath
Replies: 3
Views: 5100

Binary Operator with Subscript underneath

Hi,


welcome to the board

Thanks a lot!

The problem stands in the spacing after the operator if the next item is a between ( ).

\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage{mathtools}

\DeclareMathOperator*{\optimes}{\times}
\newcommand{\mytimes}[2]{\mathbin ...
by kihanos
Wed Mar 07, 2012 5:38 pm
Forum: Math & Science
Topic: Binary Operator with Subscript underneath
Replies: 3
Views: 5100

Binary Operator with Subscript underneath

Hi every one,

My question seems to me as a tricky one. I'd like to define a binary operator (using something like \mathbin ) whose subscript stands underneath it instead of the usual place, like a limit operator. The point is that the \limits , \DeclareMathOperator* or \operatorname* macros don't ...