Search found 26 matches

by mahmood
Tue Oct 15, 2013 4:53 pm
Forum: BibTeX, biblatex and biber
Topic: Understanding a Bibliography Style File
Replies: 0
Views: 2404

Understanding a Bibliography Style File

Hi,

from IEEEtranS.bst file, how can I find which fields are mandatory for a given bib entry?

For example, I want to insert a web page. How many entries are needed? I mean URL, Title, Year, ...
by mahmood
Sat Aug 25, 2012 12:20 pm
Forum: BibTeX, biblatex and biber
Topic: references are gone
Replies: 2
Views: 2536

references are gone

Running bibtex shows
Command Line: bibtex.exe "template"
Startup Folder: D:\mahmood\latex-template

This is BibTeX, Version 0.99d (Web2C 2011)
The top-level auxiliary file: template.aux
The style file: IEEEtranS.bst
Database file #1: references.bib
-- IEEEtranS.bst version 1.13 (2008/09/30) by ...
by mahmood
Sat Aug 25, 2012 10:54 am
Forum: BibTeX, biblatex and biber
Topic: references are gone
Replies: 2
Views: 2536

references are gone

I don't know what mistake I made in the bib file that I can no longer see the references in the pdf file.

I undo all my changes but still the references are empty!
any idea?
by mahmood
Fri Aug 17, 2012 6:40 pm
Forum: Graphics, Figures & Tables
Topic: justifying the last columns on the last page to insert figur
Replies: 0
Views: 1423

justifying the last columns on the last page to insert figur

There is a problem with inserting figures at the end of a 2 column document. Since the text in both columns are not justified, there are some free wholes in the page.
Consider the last page looks like


-line1- -------
-line2- -------
-line3- -------
-line4- -------
-line5 ...
by mahmood
Tue Jun 26, 2012 11:28 am
Forum: Graphics, Figures & Tables
Topic: Table Cell partly without Rules
Replies: 4
Views: 2954

Re: Table Cell partly without Rules

thanks a lot. I though a code snippet is ok.
anyway
by mahmood
Tue Jun 26, 2012 11:02 am
Forum: Graphics, Figures & Tables
Topic: Table Cell partly without Rules
Replies: 4
Views: 2954

Table Cell partly without Rules

Here is the code


\begin{table}[h]
\caption{ title of Table}
\centering
\begin{tabular}{| c | c | c |}
\hline
& $a1 < 0$ & $a1 > 0$ \\
\hline
$b1 < 0$ & no & yes \\
\hline
$b1 > 0$ & yes & no \\
\hline
\end{tabular}
\label{policy}
\end{table}
by mahmood
Tue Jun 26, 2012 10:35 am
Forum: Graphics, Figures & Tables
Topic: Table Cell partly without Rules
Replies: 4
Views: 2954

Table Cell partly without Rules

I have a created a table like this:


----------------------
| | | |
----------------------
| | | |
----------------------
| | | |
----------------------


However I don't know how can i make remove part of horizontal and vertical lines in location (1,1). like this ...
by mahmood
Sun Jun 24, 2012 10:04 am
Forum: General
Topic: Unexpected Abort of Compilation
Replies: 2
Views: 2378

Re: Unexpected Abort of Compilation

Thanks.
it is now working
by mahmood
Sun Jun 24, 2012 7:30 am
Forum: General
Topic: Unexpected Abort of Compilation
Replies: 2
Views: 2378

Unexpected Abort of Compilation

I don't know what happened to my source file that no longer I can compile it. It says:
Package hyperref Warning: You have enabled option `breaklinks'.
(hyperref) But driver `hdvips.def' does not suppport this.
(hyperref) Expect trouble with the link areas of broken links.

)) (./egpaper_for_review ...
by mahmood
Fri Jun 22, 2012 3:36 pm
Forum: Conversion Tools
Topic: Conversion from DVI to PDF with a lot of Warnings
Replies: 5
Views: 19543

Conversion from DVI to PDF with a lot of Warnings

let me state more precisely.


the tool that I said generate a lot of warnings is actually
dvipdfmx.exe "egpaper_for_review.dvi"
when I run dvi2ps, there is no warning:
dvips.exe "egpaper_for_review.dvi"
also there is no problem with ps2pdf
ps2pdf.exe "egpaper_for_review.dvi"