Search found 10 matches

by ankitravankar
Wed Mar 12, 2014 11:07 am
Forum: Graphics, Figures & Tables
Topic: Help with width adjustment for table using multicolumn.
Replies: 1
Views: 5591

Help with width adjustment for table using multicolumn.

Hi,

I need help with the column width adjustment for my table. The table looks too constrained. I want the text to have spaces between the lines. The text is not centered and also the lines are not aligned properly for this table. Can someone help me and teach on how to adjust width when using ...
by ankitravankar
Fri Jan 25, 2013 5:08 am
Forum: Math & Science
Topic: Equation splitting help.. IEEE two column two long equation
Replies: 1
Views: 11327

Equation splitting help.. IEEE two column two long equation

hi can someone help me splitting this equation.
I am trying to fix this in two column format IEEE ducument but dont know how. I tried align but there are too many errors ..
\begin{align}
Bel(\mathbf{m}_k^{[xy]} ) =1-
\left( 1+\frac{\mathbf{P}(\mathbf{m}_k^{[xy]}\mid \mathbf{z}_{k}, \mathbf{u}_{k-1 ...
by ankitravankar
Thu Jan 24, 2013 3:39 pm
Forum: Math & Science
Topic: Alignment for Condition inside Matrix
Replies: 4
Views: 3983

Re: Alignment for Condition inside Matrix

thanks stefan it was a simple mistake.. thanks for pointing it out..

cheers
by ankitravankar
Thu Jan 24, 2013 2:22 pm
Forum: Math & Science
Topic: Alignment for Condition inside Matrix
Replies: 4
Views: 3983

Alignment for Condition inside Matrix

This is what I've tried so far.
\begin{align}
\mathbf{P}_{k \mid k} &=
\mathbf{\begin{bmatrix}
\mathbf{P}_{xx} & \mathbf{P}_{xm} \\
\mathbf{P}^T_{xm} & \mathbf{P}_{mm}
\end{bmatrix}}_{k \mid k} \\
&= \mathbf{E}
\begin{bmatrix}
\begin{pmatrix}
\mathbf{x}_k-\hat{\mathbf{x}_k} \\
\mathbf{m ...
by ankitravankar
Thu Jan 24, 2013 1:22 pm
Forum: Math & Science
Topic: Alignment for Condition inside Matrix
Replies: 4
Views: 3983

Alignment for Condition inside Matrix

Can someone please help me writing this equation? Especially the condition part with Z_{0:k}. I am not getting how to write the condition in between the lines and still keep the size of the matrix same both sides.
by ankitravankar
Sun Jul 01, 2012 6:38 pm
Forum: Page Layout
Topic: University Logo on the Title Page
Replies: 2
Views: 6008

University Logo on the Title Page

here is the definitions for the master package
\def\makemasterthesistitle{%
\begin{titlepage}

\vspace*{0.5cm}
{\Large
\setlength{\baselineskip}{24pt}
\begin{center}
A thesis submitted in partial satisfaction of the \par
requirements for the degree of \par
Master of Computer Science and ...
by ankitravankar
Sun Jul 01, 2012 2:02 pm
Forum: Page Layout
Topic: University Logo on the Title Page
Replies: 2
Views: 6008

University Logo on the Title Page

Hello,

I am writing my masters thesis and would like to place a small university logo. Can someone tell me how to include this into the title page . I would like to place the logo right above the authors name and below the title of the thesis.
\documentclass[12pt,a4paper,twoside]{book ...
by ankitravankar
Thu Jun 21, 2012 8:42 am
Forum: Graphics, Figures & Tables
Topic: Sub-figure problem
Replies: 2
Views: 2087

Sub-figure problem

I have four figures that I need to place in the whole page. I figured out the option of using either minipage or subfigure , however when I put more than two figures using sub figure it does not put all of them on the same page. Also if someone can tell me how to adjust the space between two ...
by ankitravankar
Mon Jun 18, 2012 2:03 pm
Forum: Math & Science
Topic: Alignment for split Equation
Replies: 2
Views: 3208

Re: Alignment for split Equation

Thanks a lot Stefan_K.. that helped ...
by ankitravankar
Mon Jun 18, 2012 10:23 am
Forum: Math & Science
Topic: Alignment for split Equation
Replies: 2
Views: 3208

Alignment for split Equation

I want to write few equations one under the other. I am using the split environment to align them properly. However the equations are either getting to far left or far right side of the page on compiling. How to put these equations in center?

here is the code i used \begin{equation}
\begin{split ...