Search found 6 matches

by kajal
Thu May 10, 2012 5:51 am
Forum: Math & Science
Topic: Control Spacing of Comments in aligned Equations
Replies: 3
Views: 3492

Control Spacing of Comments in aligned Equations

Hi,
Just use \hspace and set the values (I use -2.7cm)

\documentclass[11pt]{article}
\usepackage{mathtools}
\begin{document}
\begin{align*}
3+x &=4 && \hspace{-2.7cm}\text{comment}\\
x &=4-3 && \hspace{-2.7cm}\text{another comment}\\
x &=1 && \hspace{-2.7cm}\text{yet another comment}\\
\end ...
by kajal
Wed May 09, 2012 2:16 pm
Forum: Page Layout
Topic: Particular Position for Page Number
Replies: 9
Views: 10773

Particular Position for Page Number

Thank you very much...
Yes, I solve the solution using fancyhdr...

For one page, I set the page number as bellow.. So, I write partially

\begin{tikzpicture}[overlay, remember picture]
\path (current page.north east) ++(-1.1,-1.1) node[below left] {\thepage};
\end{tikzpicture}

Thank you very ...
by kajal
Wed May 09, 2012 10:40 am
Forum: Page Layout
Topic: Particular Position for Page Number
Replies: 9
Views: 10773

Particular Position for Page Number

The tikz package solve my problem partially. Final solution for my problem as below
% Shifting 1cm horizontally
\fancyheadoffset[RE,RO]{1cm}
\fancyhead[RE,RO]{\thepage}

% Shifting 1cm vertically
\addtolength{\headheight}{8pt}
\newlength{\headshift}
\setlength{\headshift}{30pt}
\addtolength ...
by kajal
Tue May 08, 2012 9:04 pm
Forum: Page Layout
Topic: Particular Position for Page Number
Replies: 9
Views: 10773

Re: Particular Position for Page Number

Thank you very much for your reply...
I solved the problem using tikz package

Thanks once again
by kajal
Tue May 08, 2012 7:40 pm
Forum: Page Layout
Topic: Particular Position for Page Number
Replies: 9
Views: 10773

Re: Particular Position for Page Number

thank you for your reply..
1. Document always printed single sided..
2. No other specifications regarding header.. But I use fancyhdr to set chapter name in the top left and page number top right (2cm from top and 2cm from right). That 2cm I want make 1cm from top and 1cm from right..
3. I set the ...
by kajal
Tue May 08, 2012 2:03 pm
Forum: Page Layout
Topic: Particular Position for Page Number
Replies: 9
Views: 10773

Particular Position for Page Number

Hi
Myself Kajal, Senior Research Fellow from India. I want to write my thesis in LaTeX. But I face on problem. Here is the problem.

Margin for my PhD thesis set by my university is 4cm from left, 2cm from right, and 3cm from top and the bottom. This one I have done using geometry package. But my ...