Search found 48 matches

by hbaromega
Thu Feb 12, 2015 3:38 pm
Forum: Graphics, Figures & Tables
Topic: Removing extra white Space around Figure
Replies: 2
Views: 51237

Removing extra white Space around Figure

Actually trim doesn't have any control. It cuts some non-white part of one figure and height of two figures don't match (see my MWE).

Like I used to do in dvi, clip is supposed to automatically remove the unnecessary white spaces around the figure. My MWE is given below.

\documentclass[xcolor ...
by hbaromega
Wed Mar 12, 2014 10:39 am
Forum: Math & Science
Topic: CircuiTikz: Redefining circuit element and other issues
Replies: 1
Views: 4360

CircuiTikz: Redefining circuit element and other issues

I am trying to use CircuiTikz to draw resistor network circuits. For example, I am using the following latex code.

\documentclass{article}
\usepackage[american voltages, american currents,siunitx]{circuitikz}
\begin{document}



\begin{circuitikz}
% Node syntax: (X,Y)

%%% From top :
%% 1st row ...
by hbaromega
Mon Mar 03, 2014 3:38 pm
Forum: General
Topic: Alphabetical Section Arrangement
Replies: 1
Views: 4241

Alphabetical Section Arrangement

Can I arrange my sections or chapters in that way that they will appear alphabetically irrespective of their continuation in writing in the source file?

For example, I want to write a book or encyclopedia for several countries' cultures and economies in the world. So my section/chapter named ...
by hbaromega
Tue Oct 15, 2013 8:27 pm
Forum: Math & Science
Topic: Continuous Comments in the Middle of Equations
Replies: 0
Views: 3309

Continuous Comments in the Middle of Equations

I can use the comment environment from the package verbatim for commenting continuous multiple lines in text mode.

However, the environment seems to fail inside the math mode. Any way out?

Thanks.
by hbaromega
Thu Jun 20, 2013 8:23 am
Forum: Page Layout
Topic: Control over Area and Position of Frame Title
Replies: 0
Views: 2986

Control over Area and Position of Frame Title

In beamer I want the following.

I need to adjust the position of the frame title in the frame title area according to whatever I wish.

Is it possible to control the area, where the frame title appears, as well?


As a typical theme, for example, one can consider the "Copenhagen" theme, where ...
by hbaromega
Tue May 21, 2013 10:08 am
Forum: Page Layout
Topic: Adjustments for Frame Title Area in Presentation
Replies: 0
Views: 2568

Adjustments for Frame Title Area in Presentation

I want to adjust the area around the text in the frame title in beamer presentation. The text is appearing at the bottom of the frame title area. I want it to be at the center of the vertical space. Also I do not want to compromise with the font size.

Is it possible to change the area of frame ...
by hbaromega
Mon May 20, 2013 5:02 pm
Forum: Graphics, Figures & Tables
Topic: Removing extra white Space around Figure
Replies: 2
Views: 51237

Removing extra white Space around Figure

We used to use clip format in normal documents with \includegraphics environment to get rid of the extra white space around a figure.

However, it does not work while using the beamer class. Could be there a way out?
by hbaromega
Sun May 19, 2013 9:31 pm
Forum: Graphics, Figures & Tables
Topic: Using figures in Beamer
Replies: 1
Views: 2755

Using figures in Beamer

I am using many figures which have been named with several parameter values
in my beamer presentation.

For the convenience I have named the figures with the values of the parameter, e.g. Resistivity_sample_length_1.5cm.jpg , Resistivity_sample_length_2.0cm.jpg , etc.

However, pdflatex considers ...
by hbaromega
Fri Feb 01, 2013 4:49 pm
Forum: Math & Science
Topic: empheq | Coloring all Equations in an aligned System
Replies: 4
Views: 8370

Re: empheq | Coloring all Equations in an aligned System

Thanks, Clemens.

But for every coloring (suppose, next time I want to color in blue) I have to define a new environment. Isn't it? Could be there an alternative/simpler way?
by hbaromega
Fri Feb 01, 2013 2:10 pm
Forum: Math & Science
Topic: empheq | Coloring all Equations in an aligned System
Replies: 4
Views: 8370

empheq | Coloring all Equations in an aligned System

Suppose I'm using the empheq package with the corresponding environment and have the following code.
\begin{empheq}[box=\widefbox]{align}
{\color{red}
A}
&=B+C\nonumber\\
&=D \nonumber\\
&=E+F
\end{empheq}
This paints A in red. I want to color all of the equations, e.g. like this.
\begin{empheq ...