Search found 6 matches

by eimund
Sun Jun 19, 2011 5:43 pm
Forum: Text Formatting
Topic: highlight keywords as a column specification in a tabular
Replies: 0
Views: 979

highlight keywords as a column specification in a tabular

Hi,

I'm trying to make a tabular which is able to highlight keywords inside a tabular in the same fashion as the listings package does. I want to give this as a column specification to the tabular, which is challenging since seems that the listings doesn't recognize LaTeX macroes inside it's ...
by eimund
Wed Apr 21, 2010 4:34 pm
Forum: Page Layout
Topic: startsection problems
Replies: 6
Views: 14069

startsection problems

Hey,

I'm trying to create my own section and made the following code to make a subsubsubsection


\makeatletter
\newcounter {subsubsubsection}[subsubsection]
\renewcommand\thesubsubsubsection{\thesubsubsection .\@arabic\c@subsubsubsection}
\newcommand{\subsubsubsection}{\@startsection ...
by eimund
Wed Jul 22, 2009 11:52 am
Forum: Math & Science
Topic: Subequations
Replies: 3
Views: 10401

Re: Subequations

I do not think so, however I am not 100% sure (but close). The problem is that equation counter increments every time you use \begin{equation}, it will not increment if you use \begin{equation*} and the number will not appear for this equation. But to actually jump in numbers you have to set a new ...
by eimund
Wed Jul 22, 2009 3:04 am
Forum: Math & Science
Topic: Subequations
Replies: 3
Views: 10401

Subequations

This should work

\begin{subequations}\label{1}
\begin{equation}\label{1a}
\end{equation}
\end{subequations}
\begin{subequations}\label{2}
\begin{equation}\label{2a}
\end{equation}
\begin{equation}\label{2b}
\end{equation}
\end{subequations}
\begin{subequations}\label{3}
\begin{equation}\label{3a ...
by eimund
Tue Jul 21, 2009 7:30 am
Forum: Math & Science
Topic: Arrows pointing at each row in a matrix
Replies: 4
Views: 4407

Arrows pointing at each row in a matrix

Thank you very much for your feedbacks :) I have looked through Mate mode, but was unable to find something to solve this issue. I looked at \delimiterfactor, which apparently only works when you want to increase the height of the delimiter, and not to decrease it.

I also tried tikzpicture which ...
by eimund
Mon Jul 20, 2009 1:34 pm
Forum: Math & Science
Topic: Arrows pointing at each row in a matrix
Replies: 4
Views: 4407

Arrows pointing at each row in a matrix

Hello everybody!

I am trying to make a matrix with arrows pointing at each row. Something like this I want

T
|---> A \in B
\exists A ---| F
|---> A \notin B



I have made something that comes close to what I want

\newcommand{\tworightarrowsTF}[2]
{
-\hspace{-1.5mm}\left\vert
\begin ...