Search found 12 matches

by moh-thabit
Fri Nov 22, 2013 9:43 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: No Output of Nomenclature
Replies: 3
Views: 9210

No Output of Nomenclature

All right, I don't know how can make it simple but I'll try:

I have a problem with nomencl package in my thesis. I will simplify this to the this example:

\documentclass{article}
\usepackage{nomencl}
\makenomenclature
\renewcommand{\nomname}{List of abbreviations}

\begin{document}

\nomenclature ...
by moh-thabit
Fri Nov 22, 2013 6:32 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: No Output of Nomenclature
Replies: 3
Views: 9210

No Output of Nomenclature

Dear all,

I*m working on write my master thesis. I'm writing using the university format but I have faced a problem in writing the abbreviations using nomencl package. I'm working on Windows Vista with TeXnicCenter (TXC) editor.

I*m calling all chapters of thesis from one file with include command ...
by moh-thabit
Tue Jun 04, 2013 9:17 pm
Forum: Graphics, Figures & Tables
Topic: Table Lines and Caption Position
Replies: 6
Views: 23174

Re: Table Lines and Caption Position

Thank very much for both of you Johannes_B and localghost.

It works now but the table is span to the other column, how I control the size of table?
by moh-thabit
Tue Jun 04, 2013 5:48 pm
Forum: Graphics, Figures & Tables
Topic: Table Lines and Caption Position
Replies: 6
Views: 23174

Table Lines and Caption Position

Before I put my question, I searched in forum to find solution, I didn't get the answer. I am using a conference, IEEEtran document class as in this code.
\documentclass[conference]{IEEEtran}
\usepackage{graphicx}
\usepackage{tabularx}
\usepackage{setspace}
\usepackage{hyperref}
\usepackage{float ...
by moh-thabit
Thu May 02, 2013 11:47 am
Forum: Graphics, Figures & Tables
Topic: File Name instead of Figure
Replies: 8
Views: 8536

File Name instead of Figure

I replaced your jpg with my testbild.jpg and your code works fine for me.
Maybe you could upload your pdf (compiled from the above example), so we can verify the problem.

Thank you a lot for all of you. My problem is solved by just change the name of the figure which I downloaded from internet ...
by moh-thabit
Thu May 02, 2013 8:50 am
Forum: Graphics, Figures & Tables
Topic: File Name instead of Figure
Replies: 8
Views: 8536

File Name instead of Figure

Thank alot for help. This my latex simple document including class and packages:
\documentclass[11pt]{article}
\title{Over flow on steams}
\usepackage{graphicx}
\usepackage{setspace}
\usepackage{hyperref}
\usepackage{float}
\usepackage[switch, modulo]{lineno} % line numbering
\floatstyle{boxed ...
by moh-thabit
Wed May 01, 2013 2:32 pm
Forum: Graphics, Figures & Tables
Topic: File Name instead of Figure
Replies: 8
Views: 8536

File Name instead of Figure

In your first codeline ( \documentclass[options]{something} ), there might be the word draft in the option list, it could also be in the line where you are loading graphicx .

Furthermore, you should delete the file name suffix, meaning "overflow" instead of "overflow.jpg".

Additionally, you ...
by moh-thabit
Sat Apr 27, 2013 5:39 pm
Forum: Graphics, Figures & Tables
Topic: File Name instead of Figure
Replies: 8
Views: 8536

File Name instead of Figure

sommerfee wrote:Drop the option "draft".
I am new in latex, excuse me what do you mean by "draft"
by moh-thabit
Sat Apr 27, 2013 3:53 am
Forum: Graphics, Figures & Tables
Topic: File Name instead of Figure
Replies: 8
Views: 8536

File Name instead of Figure

When I import my figure, the name of figure showed in figure itself. The concerned code is this.
\begin{figure}[!ht]
\centering
\includegraphics[scale=0.5]{overflow1.jpg}
\caption{Principle of overflow.}
\label{fig:overflow}
\end{figure}
The figure appear with "overflow1.jpg" inside the figure ...
by moh-thabit
Fri Mar 15, 2013 10:38 pm
Forum: BibTeX, biblatex and biber
Topic: Author replaced by Dash
Replies: 4
Views: 15546

Re: Author replaced by Dash

Thank you very much kaiserkarl13