Creating a Thesis Report with LaTeX: Problems & Solutions

  • Context: LaTeX 
  • Thread starter Thread starter bhaazee
  • Start date Start date
  • Tags Tags
    Latex Report Thesis
Click For Summary

Discussion Overview

The discussion revolves around challenges faced while creating a thesis report using LaTeX, specifically focusing on font issues and the formatting of nomenclature and abbreviations. Participants share their experiences and seek solutions to these problems.

Discussion Character

  • Technical explanation
  • Debate/contested
  • Homework-related

Main Points Raised

  • One participant reports a warning when trying to use the Verdana font, indicating that LaTeX is substituting it with the default Computer Modern Roman font.
  • Another participant suggests that the warning may be due to using a combination of font styles that do not exist in Verdana.
  • A participant inquires about the location of the log file generated by LaTeX, expressing unfamiliarity with the software.
  • There is a suggestion to change the nomenclature heading from \chapter to \chapter* to prevent it from appearing in the Table of Contents.
  • One participant advises focusing on content rather than font choices at the initial stages of writing the thesis, suggesting that layout concerns can be addressed later.
  • Another participant provides a link to a resource for working with fonts in LaTeX and mentions the differences in font management compared to WYSIWYG software.

Areas of Agreement / Disagreement

Participants express various viewpoints on the importance of font selection during the thesis writing process, with some suggesting it can be deferred while others emphasize its significance. The discussion on the log file and nomenclature formatting appears to have multiple proposed solutions without clear consensus.

Contextual Notes

Participants have varying levels of experience with LaTeX, which may affect their understanding of the software's functionalities and troubleshooting processes.

Who May Find This Useful

Individuals working on thesis reports using LaTeX, particularly those encountering font-related issues or formatting challenges.

bhaazee
Messages
79
Reaction score
0
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
 
Physics news on Phys.org
bhaazee said:
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* .
 
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
 
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. :wink:
 
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!
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
7K
  • · Replies 1 ·
Replies
1
Views
14K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K