New Reply

LaTeX Help!

 
Share Thread
Apr25-12, 07:29 AM   #1
 

LaTeX Help!


Hello PF,
I am writing my Thesis Report with Latex. Facing a couple of problems.

1. I want to create my report in verdana font. However, the warning states

LaTeX Font Warning: Font Shape 'T1/verdana/m/n' undefined
(Font) using 'T1/cmr/m/n' instead

2. After trying various procedures on Nomenclature, finally had to create the Nomenclature in Tabular option. The heading of nomenclature has been written using \chapter command. This is same for Abbreviations. Now, I don't need these two chapters to be listed under Table of Contents

Please give me some suggestions

Regards
PhysOrg.com science news on PhysOrg.com

>> A robot that runs like a cat (w/ Video)
>> Global cooling as significant as global warming, research shows
>> 'Chase and run' cell movement mechanism explains process of metastasis
Apr25-12, 08:02 AM   #2

Math 2012
 
Recognitions:
Science Advisor Science Advisor
Quote by bhaazee View Post
LaTeX Font Warning: Font Shape 'T1/verdana/m/n' undefined
(Font) using 'T1/cmr/m/n' instead
You are trying to use some combination of font styles (like bold + italic) that doesn't exist in the Verdana font, so LaTeX substituted the default Computer Modern Roman (cmr) font instead.

If you look in the .log file, you will probably see numbers like like [1] [2] [3] which are printed at the end of producing each page of the document. So you can find out which page contains the substituted characters, and then decide what to do about it.

The heading of nomenclature has been written using \chapter command. This is same for Abbreviations. Now, I don't need these two chapters to be listed under Table of Contents
Try changing \chapter to \chapter* .
Apr25-12, 09:55 AM   #3
 
Thnx for the reply.

But could you please say me where can I find the log file (completely new to latex)

Also, how can I change the font of the text in a particular paragraph?

Regards
Apr25-12, 11:18 AM   #4
 

LaTeX Help!


If I may give a tiny tip: don't worry about fonts and layoutsy stuff right now. Of course, you should divide the LaTeX file into chapters and sections, and make sure all of it works, but choosing a font you like is something you can do when you're finishing writing your thesis. It's just not important in the beginning (because the default layout tends to work just fine), and tends to distract you from actually being productive. Your experience may vary.
Apr25-12, 11:36 AM   #5

Math 2012
 
Recognitions:
Science Advisor Science Advisor
When you run a file like xyz.tex through LaTeX, it should create the log file xyz.log in the same directory.

For working with fonts in LaTex, see http://tug.org/pracjourn/2006-1/schmidt/schmidt.pdf.

Presumably you selected the Verdana font with a command similar to \usepackage(verdana). That package should define compatible-looking sans-serif and "typewriter" fonts, and set up the commands \rmfamily etc described in the PDF so they work.

This is a completely different "font culture" to the way WYSIWYG software works. Not necessarily better or worse - just completely different!
New Reply

Similar Threads for: LaTeX Help!
Thread Forum Replies
LaTex in Lyx differs from LaTex on forum? Programming & Comp Sci 4
Relation between LaTeX Code: \\theta and LaTeX Code: \\mu ? Introductory Physics Homework 0
Is it possible to define in LaTeX documents Latex Help Math & Science Software 2
Latex Precalculus Mathematics Homework 1