Search found 15 matches

by hjbahirat
Sat Apr 29, 2017 11:43 pm
Forum: Page Layout
Topic: Two Column Layout and Two Column Thank You note
Replies: 1
Views: 2037

Two Column Layout and Two Column Thank You note

Hello,
I am preparing a document for a conference and using IEEEtran class.
The document is two column format and conference requires a thanks note which is in both columns.
Please see the attached file for more clarity.
It will be great if someone can help me format this easily.

regards Document1 ...
by hjbahirat
Mon Aug 12, 2013 1:10 am
Forum: Graphics, Figures & Tables
Topic: Spurious Lines in Cells spanning multiple Columns and Rows
Replies: 1
Views: 3224

Spurious Lines in Cells spanning multiple Columns and Rows

Hello,

I am trying to create a table that uses the following line of code.
\multicolumn{2}{|c|}{\multirow{2}{*}{Technology}}
I get a spurious line in the table output. I am not sure how to eliminate this line.

The following is the MWE.

\documentclass[11pt]{report}
\usepackage{multirow}

\begin ...
by hjbahirat
Sun Nov 25, 2012 1:40 am
Forum: General
Topic: Generating a List of Symbols
Replies: 4
Views: 60741

Generating a List of Symbols

Thanks a ton!

I figure out all the questions I posted last time.

It was a simple \renewcommand only that I didn't know the entry to rename. Spacing reduced and the ToC entry updated.

Regards,
by hjbahirat
Sat Nov 24, 2012 3:15 am
Forum: General
Topic: Generating a List of Symbols
Replies: 4
Views: 60741

Generating a List of Symbols

Thanks a lot!

I tried both the suggestions and all worked fine. Now I have few more questions.


How to include List of Symbols entry in the ToC?
How to rename "Nomenclature" to "List of Symbols"?
There are some symbols that are used in different locations in the document and their meanings are ...
by hjbahirat
Fri Nov 23, 2012 6:05 am
Forum: General
Topic: Generating a List of Symbols
Replies: 4
Views: 60741

Generating a List of Symbols

Hello all,

I want to create a list of symbols used in my thesis. The list has to be pretty much like the list of figures or tables. I looked around and found out that a nomenclature can be used
for this purpose. But I couldn't create a file. I was wondering if anyone could me a minimal example and ...
by hjbahirat
Tue Dec 08, 2009 9:01 am
Forum: Fonts & Character Sets
Topic: Embed all fonts in PDF using PDFlatex
Replies: 2
Views: 3168

Embed all fonts in PDF using PDFlatex

Hi,
I am wanting to embed all fonts in pdf file (120 page document) created using
pdflatex.
I am using Miktex 2.7.
Can someone please direct me how to do this.
I have lots of figures and formating also in the dcoument.
I appreciate all help.

Thanks,
by hjbahirat
Tue Aug 25, 2009 6:23 am
Forum: Page Layout
Topic: Formatting Table of contents
Replies: 5
Views: 4443

Re: Formatting Table of contents

Hi ,
Thank you so much.
I tried it and it works just fine.

regards,
Himanshu
by hjbahirat
Fri Aug 07, 2009 1:23 am
Forum: Page Layout
Topic: Formatting Table of contents
Replies: 5
Views: 4443

Re: Formatting Table of contents

Thanks for the suggestion.
I got the formatted entries but those are with the command \titlecontents.
I couldn't add the word Appendix to the labels, so completely dropped the label and created the entry. Something like this

1............
...........
2............
...........

Appendix A ...
by hjbahirat
Thu Aug 06, 2009 6:52 am
Forum: Page Layout
Topic: Adding a single 11x17 page to letter document
Replies: 8
Views: 8988

Adding a single 11x17 page to letter document

Thanks everyone!!
I figured out the use of pdfpages and have been able to include the file my file.
Also found that the I can create references and put a content line in list of figures.

I am so glad ..um one down on problems and have one to go .
But once again thanks a lot.
The working code is ...
by hjbahirat
Thu Aug 06, 2009 12:02 am
Forum: Page Layout
Topic: Formatting Table of contents
Replies: 5
Views: 4443

Formatting Table of contents

Hello,
I am trying to format my table of contents in the following way :-
1 Intro
2 Second Chapter
3 Third Chapter
.
.
.
Appendix A ...
Appendix B ....
.
.
.
I tried all the options suggested in the tocloft package discussions.
I couldn't change the \cftchapnumwidth value just before the appendix.
I ...