Search found 14 matches

by ahmedsalahais
Sat Jun 09, 2012 11:47 am
Forum: Page Layout
Topic: fncychap | Application to ToC, LoF and LoT
Replies: 2
Views: 3745

Re: fncychap | Application to ToC, LoF and LoT

Thanks a lot. That was the solution, Brilliant!
by ahmedsalahais
Fri Jun 08, 2012 10:02 pm
Forum: Page Layout
Topic: fncychap | Application to ToC, LoF and LoT
Replies: 2
Views: 3745

fncychap | Application to ToC, LoF and LoT

Hi all,

I'm trying to use the fncychap package to decorate titles. It works well but not for ToC, LoF, and LoT which I use tocloft for them. Is there any way to get around it?

Here's my MWE:
\documentclass[a4paper, 12pt]{book}
\usepackage{tocloft}
\usepackage{algorithm2e}
\usepackage[Sonny ...
by ahmedsalahais
Thu Jun 07, 2012 8:58 pm
Forum: Graphics, Figures & Tables
Topic: Word "Algorithm" in LoA Entries
Replies: 4
Views: 4315

Re: Word "Algorithm" in LoA Entries

That did the trick, Thank you so much Stefan.
by ahmedsalahais
Thu Jun 07, 2012 8:19 pm
Forum: Graphics, Figures & Tables
Topic: Word "Algorithm" in LoA Entries
Replies: 4
Views: 4315

Word "Algorithm" in LoA Entries

Thanks for the reply. Here's my MWE:
\documentclass[a4paper, 12pt, openany]{book}
\usepackage{tocloft}
\usepackage{algorithmic}
\usepackage[algochapter, algoruled, vlined]{algorithm2e}

\begin{document}
\listofalgorithms

\chapter{Test}

\begin{algorithm}[htpb]
\caption{Test Algorithm}
\label ...
by ahmedsalahais
Thu Jun 07, 2012 7:52 pm
Forum: Graphics, Figures & Tables
Topic: Word "Algorithm" in LoA Entries
Replies: 4
Views: 4315

Word "Algorithm" in LoA Entries

Hi all,

my document contains a lot of figures, tables, and algorithms. I'm able to produce LoF, LoT, and LoA. The problem is that I made it possible to have the word "Table" before any entry in LoT using \cfttabpresnum , the same with LoF using \cftfigpresnum . Now the question is how to do the ...
by ahmedsalahais
Sat Sep 03, 2011 8:35 pm
Forum: Page Layout
Topic: Package Conflict of 'ltxgrid' and 'algorithm' Package
Replies: 3
Views: 2215

Package Conflict of 'ltxgrid' and 'algorithm' Package

Okay, sorry guys. I, alhamdulellah, was able to get the design without any package at all. Simply using the command \twocolumn wherever i would like it to be.

Thanks.
by ahmedsalahais
Sat Sep 03, 2011 8:28 pm
Forum: Page Layout
Topic: Package Conflict of 'ltxgrid' and 'algorithm' Package
Replies: 3
Views: 2215

Package Conflict of 'ltxgrid' and 'algorithm' Package

Damn this package ltxgrid it ruined my overall design.

Does anyone knows an alternative? i want to split a specific page, Reference, into two columns. Any ideas??
by ahmedsalahais
Fri Sep 02, 2011 8:51 am
Forum: General
Topic: New Command for a 'minipage' within a Frame
Replies: 2
Views: 6039

New Command for a 'minipage' within a Frame

I wounder why do you want to specify the height of the box? it doesn't make any sense as the box will automaticly stretch vertically to contain whatever it holds. In such case, you only need to pass the box position {t, h, ... etc.}, the box width, and the equation itself. Although i'm still ...
by ahmedsalahais
Thu Sep 01, 2011 6:07 pm
Forum: Page Layout
Topic: Package Conflict of 'ltxgrid' and 'algorithm' Package
Replies: 3
Views: 2215

Package Conflict of 'ltxgrid' and 'algorithm' Package

Ok guys, I fixed the problem by using the package algorithm2e instead of algorithm.

The next code typeset correctly without any errors:

Code: Select all

\documentclass[10pt,a4paper]{book}
\usepackage{ltxgrid}
\usepackage{algorithm2e}
\begin{document}
\begin{algorithm}

\end{algorithm}
\end{document}
by ahmedsalahais
Thu Sep 01, 2011 3:25 pm
Forum: Page Layout
Topic: Package Conflict of 'ltxgrid' and 'algorithm' Package
Replies: 3
Views: 2215

Package Conflict of 'ltxgrid' and 'algorithm' Package

Hi all. i have a problem. I want to make a specific chapter in two columns layout. After searching i found that i could use the command \twocolumngrid from the package ltxgrid . That worked very well for a test document. But it didn't work in my main document where i use the package algorithm . Here ...