Search found 11 matches

by adnaniut
Wed May 22, 2013 12:03 am
Forum: Text Formatting
Topic: Footnote number not showing as superscript
Replies: 4
Views: 13239

Footnote number not showing as superscript

Thank you very much. It solved the problem.

But you defined them not be be superscripted:

\makeatletter
\renewcommand\@makefntext[1]%
{\noindent\makebox[0pt][r]{\@thefnmark}#1}


By adjusting this definition of removing it completely you should get what you want. By the way: you don't need to ...
by adnaniut
Mon May 20, 2013 12:44 pm
Forum: Text Formatting
Topic: Footnote number not showing as superscript
Replies: 4
Views: 13239

Footnote number not showing as superscript

Thanks for your quick reply. Here is an example of my script

\documentclass[12pt]{report}

\usepackage[symbol]{footmisc}
\DefineFNsymbols{blank}[text]{} \setfnsymbol{blank}
\makeatletter
\renewcommand\@makefntext[1]%
{\noindent\makebox[0pt][r]{\@thefnmark}#1}

\begin{document}
In this chapter ...
by adnaniut
Mon May 20, 2013 11:45 am
Forum: Text Formatting
Topic: Footnote number not showing as superscript
Replies: 4
Views: 13239

Footnote number not showing as superscript

In my thesis I need to include number of footnotes. But the numbers are not showing as superscript at the bottom of page, rather showing inline with text. Here is the code I am using:

Sections of this chapter\footnote{reference a}$^{,}$\footnote{reference b} discusses blahblah.

It writes at the ...
by adnaniut
Thu Dec 23, 2010 1:06 am
Forum: Math & Science
Topic: Problem with align and array
Replies: 3
Views: 1917

Re: Problem with align and array

Thanks very much. It solved my problem. It was a part of long code, for which counter was used.
by adnaniut
Wed Dec 22, 2010 10:54 pm
Forum: Math & Science
Topic: Problem with align and array
Replies: 3
Views: 1917

Problem with align and array

I am getting a warning for the following part of code. Can anyone help me in it,

Thanks,
Adnan

\begin{align*}
\setcounter{MaxMatrixCols}{20}
\left[
\displaystyle \begin{array}{ccccccccccccc}
\frac{1-q_2^}{q_2^n} & \frac{1-q_2}{q_2^{n-1}} & \frac{1-q_2}{q_2^{n-2}} &\cdots & \frac{1-q_2}{q_2 ...
by adnaniut
Fri Oct 01, 2010 12:23 am
Forum: Math & Science
Topic: Matrix power
Replies: 2
Views: 6037

Matrix power

I want to write a matrix raised to some power; and error in the other part of code. Can anyone help me please

Adnan


\left[
\begin{array}{c | c}
A & B \\ \hline
C & D
\end{array}
\right]^{-1}

\begin{align*}
& \left[
\displaystyle \begin{array}{c c c c c c c c c c c}
\frac{1-q_2^}{q_2^n ...
by adnaniut
Thu Aug 19, 2010 12:30 am
Forum: Math & Science
Topic: Vertical Alignment of Text When Using Multiple Underbraces
Replies: 5
Views: 9105

Vertical Alignment of Text When Using Multiple Underbraces

Hi guys,

I have a similar problem of vertical alignment in array. Could you please suggest me how can I align n and m in same level.

Thanks
Adnan

$$ =\left[
\underbrace{
\begin{array}{ccccc}
\displaystyle\frac{\displaystyle \sum_{i=0}^{n-1} q_2^i + q_2^n}{q_2^n} &
\displaystyle \frac ...
by adnaniut
Wed Aug 18, 2010 11:36 pm
Forum: Math & Science
Topic: Array dimension problem
Replies: 6
Views: 4269

Re: Array dimension problem

Just for consistency in coding, can you guys please advise me on if there is any way of doing the first part of problem similar to that in 2nd part specifying underbrace length.

Thanks
Adnan
by adnaniut
Wed Aug 18, 2010 9:10 pm
Forum: Math & Science
Topic: Array dimension problem
Replies: 6
Views: 4269

Re: Array dimension problem

Gmedina and Herbert,

Thanks very much for helping me out.

Adnan
by adnaniut
Tue Aug 17, 2010 12:19 am
Forum: Math & Science
Topic: Array dimension problem
Replies: 6
Views: 4269

Re: Array dimension problem

Hi Thorsten,

Thanks a lot for your reply. Actually I am new into these things and thats why was a little confused about the whole matter.

Your reply solved my problem partially; for the underbrace part. The other part is,
as you divided the whole row vector into two underbraces - n and m, I want ...