Search found 24 matches

by manojg
Wed Mar 19, 2014 6:46 pm
Forum: General
Topic: LaTeX Error: Command \AtBeginEnvironment already defined
Replies: 1
Views: 5906

LaTeX Error: Command \AtBeginEnvironment already defined

Hi,

I wanted to use mdframed for text shadow. After installing it, it required me to install l3packages, l3kernel, l3experimental and etoolbox. However, after installing etoolbox packages, I got following error:

LaTeX Error: Command \AtBeginEnvironment already defined.
Or name \end... illegal ...
by manojg
Sun Dec 22, 2013 11:18 pm
Forum: Page Layout
Topic: change paper size
Replies: 1
Views: 2953

Re: change paper size

Never mind, pdflatex does the work.
by manojg
Sun Dec 22, 2013 9:33 pm
Forum: Page Layout
Topic: change paper size
Replies: 1
Views: 2953

change paper size

Hi,

I have tried to change the paper size by:

\documentclass[letter,11pt]{article}
\usepackage{times}
\usepackage[paperwidth=1.25in, paperheight=8.5in, left=0.5in,top=2.15in, right=0.5in, bottom=0.2in]{geometry}

............
............

But it changes the print area only, the paper size does ...
by manojg
Mon Apr 22, 2013 6:00 am
Forum: Document Classes
Topic: Size of Title Block in Presentation
Replies: 3
Views: 13484

Size of Title Block in Presentation

Thank you very much tommytex for you reply.

I encountered another error in latex (not beamer) and have a question about it. I am using mdframed package to make frame around the long text. Before, I got error about pgf, so I installed new version of pgf. Now, I am getting different error like this ...
by manojg
Sun Apr 21, 2013 8:13 am
Forum: Document Classes
Topic: Size of Title Block in Presentation
Replies: 3
Views: 13484

Size of Title Block in Presentation

Hello everyone,

I want to change the title block size and its background color in beamer. Also, I want to change the vertical spacing between the title, author name and date. I searched but no luck. Any suggestions?

Thanks.
by manojg
Tue Feb 19, 2013 12:27 am
Forum: Document Classes
Topic: Animated Picture not visible
Replies: 2
Views: 3031

Re: Animated Picture not visible

Hello, any body home? Your suggestion will be greatly appreciated, it is urgent.
by manojg
Mon Feb 18, 2013 10:44 pm
Forum: Document Classes
Topic: Animated Picture not visible
Replies: 2
Views: 3031

Animated Picture not visible

Hi guys,

I am trying to create an animation using \animategraphics from the animate package in the beamer class. It compiles fine but the picture is not visible, the page is just empty. However, it works fine with the article class.

Any suggestions?

Thanks.
by manojg
Mon Feb 04, 2013 11:42 pm
Forum: Graphics, Figures & Tables
Topic: Single-columned Table after two-columned Text
Replies: 1
Views: 3297

Single-columned Table after two-columned Text

Hi,

I am trying to put a one column table after two column text (in two-columned environment) on the same page, like this:

text text ...................
text text ...................
\begin{table*}[htb]
\caption{}
\begin{tabular}{C{2cm} C{2cm} C{2cm} C{2cm} C{2.1cm} C{2.4cm ...
by manojg
Sat Jan 19, 2013 2:35 am
Forum: General
Topic: backslash
Replies: 2
Views: 4395

Re: backslash

Thanks Stefan
by manojg
Sat Jan 19, 2013 1:23 am
Forum: General
Topic: backslash
Replies: 2
Views: 4395

backslash

Hello,

I got a working latex code (got from somebody) which has this syntax:

Code: Select all

newcommand* \{\ABC} \{ABCDEFG}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
As I understood, the backslash removes the white space. But I am getting error due to the two backslashes outside {}.

Any suggestions?

Thanks.