Search found 9 matches

by Kareem
Tue Dec 14, 2021 12:33 pm
Forum: Text Formatting
Topic: Define Another Command Like Aboxed but with a Different Colorbox
Replies: 1
Views: 1232

Define Another Command Like Aboxed but with a Different Colorbox

The following commands define Aboxed but with a yellow coloured box.

\def\@Aboxed#1&#2&#3\ENDDNE{%
\ifnum0=`{}\fi \setbox \z@
\hbox{$\displaystyle#1{}\m@th$\kern\fboxsep \kern\fboxrule }%
\edef\@tempa {\kern \wd\z@ &\kern -\the\wd\z@ \fboxsep
\the\fboxsep \fboxrule \the\fboxrule }\@tempa ...
by Kareem
Tue Dec 14, 2021 11:52 am
Forum: Math & Science
Topic: Fill \Aboxed With Color
Replies: 3
Views: 8048

Fill \Aboxed With Color

Is there a way to define another environment like Aboxed but with a different colour other than yellow?
by Kareem
Sun Nov 28, 2021 12:52 pm
Forum: Math & Science
Topic: bold italic number
Replies: 1
Views: 4499

bold italic number

How to show the number 1 in bold italics math font? I tried using \bm{1} but the looks seems ain't any different from \bf{1}.
by Kareem
Fri Aug 14, 2020 7:19 pm
Forum: Math & Science
Topic: Fill \Aboxed With Color
Replies: 3
Views: 8048

Fill \Aboxed With Color

Great answer. It works like a charm!
by Kareem
Fri Aug 14, 2020 3:31 pm
Forum: Math & Science
Topic: Fill \Aboxed With Color
Replies: 3
Views: 8048

Fill \Aboxed With Color

Is there a simple way to fill \Aboxed with color inside an align environment? Below is my code

\begin{align}
\Aboxed{f(x) &= \frac{{{a_0}}}{2} + \sum\limits_{n = 1}^\infty {\left[a_n \cos{\left( {{\displaystyle{\frac{2n\pi x}{p}}}} \right) + {b_n}\sin \left( {{\displaystyle{\frac{2n\pi x}{p ...
by Kareem
Fri Aug 10, 2012 5:47 pm
Forum: Document Classes
Topic: beamer | Labeled Equations in an Overlay Area
Replies: 5
Views: 8167

beamer | Labeled Equations in an Overlay Area

Hi All,

Got it. There is a bug in beamer :( unfortunately which requires deep attention from those who know about its internals. Finally, the cause of the problem has nothing to do with \only. In fact, the cause is: "THE LENGTH OF THE LABEL NAME MUST NOT BE SUFFICIENTLY LONG IF \label<.> IS TO BE ...
by Kareem
Wed Aug 08, 2012 4:22 pm
Forum: Document Classes
Topic: beamer | Labeled Equations in an Overlay Area
Replies: 5
Views: 8167

beamer | Labeled Equations in an Overlay Area

Dear All,

I have removed almost the entire preamble...still having the same issue...There is something really wrong here and it's driving me crazy :x ! Here is the reduced code:

\documentclass[t,xcolor=dvipsnames]{beamer}
\usetheme{Madrid}

\begin{document}
%
\section{Introduction}
%
\begin ...
by Kareem
Tue Aug 07, 2012 3:58 pm
Forum: Document Classes
Topic: beamer | Labeled Equations in an Overlay Area
Replies: 5
Views: 8167

beamer | Labeled Equations in an Overlay Area

Hi All,
I removed many parts of the code, yet still facing the same issue :shock:. Here is a very short code of my problem:

\documentclass[t,xcolor=dvipsnames]{beamer}
\usetheme{Madrid}
\setbeamercovered{invisible}
\setbeamertemplate{navigation symbols}{}
\usepackage{multicol}
\usepackage ...
by Kareem
Sat Aug 04, 2012 5:02 pm
Forum: Document Classes
Topic: beamer | Labeled Equations in an Overlay Area
Replies: 5
Views: 8167

beamer | Labeled Equations in an Overlay Area

Hi,

I use TeXnicCenter 2.0 Alpha 4 and beamer for my presentations. Inside the \only environment, I want to activate the label of a certain equation. So I use \label<1> , for instance, if the equation was in the first overlay " \only<1>{} ". The problem is: the equations in the slide become flushed ...