Search found 17 matches

by sgsawant
Wed Mar 07, 2012 1:23 am
Forum: Kile
Topic: Building to just the PDF file
Replies: 1
Views: 3428

Building to just the PDF file

When I click the "quick build" button in Kile, the following file types are created along with the PDF file:

.bbl
.blg
.aux
.log
.out

Is there a way to clear these files? They simply crowd up my folder, and at present I have no use for them. I was looking for script or some configuration ...
by sgsawant
Tue Nov 01, 2011 6:10 pm
Forum: Text Formatting
Topic: Confusing Font Rendering
Replies: 2
Views: 2021

Re: Confusing Font Rendering

Gottcha... sorry about that...
I thought that cross-posting was in reference to a single site. Won't happen again!

-sgsawant
by sgsawant
Mon Oct 31, 2011 11:10 am
Forum: Text Formatting
Topic: Confusing Font Rendering
Replies: 2
Views: 2021

Confusing Font Rendering

The rendering above the red line(zoomed in) was a result of:
\documentclass[journal]{IEEEtran}

The rendering below the red line(zoomed in) was a result of:
\documentclass[journal]{AIAA}

Why is there such a huge difference? Can I change something in the AIAA class file so that it yields results ...
by sgsawant
Sun Oct 30, 2011 2:58 am
Forum: BibTeX, biblatex and biber
Topic: Configuring "aiaa.bst"
Replies: 0
Views: 2142

Configuring "aiaa.bst"

In the .bib file I have provided the complete information.
e.g.:
@article{Smith2003,
author = "B.L. Smith and G.W. Swift",
title = "A comparison between synthetic jets and continuous jets",
journal = "Experiments in Fluids",
volume = "34",
month = ,
year = "2003",
pages = "467-472"
}

Yet it ...
by sgsawant
Sat Oct 29, 2011 4:24 am
Forum: BibTeX, biblatex and biber
Topic: cite, natbib | Which is better?
Replies: 1
Views: 2716

cite, natbib | Which is better?

\natbib vs \cite

Which is better? What are the pros and cons for each? Please share if you know...

-sgsawant
by sgsawant
Sat Oct 29, 2011 4:10 am
Forum: BibTeX, biblatex and biber
Topic: @proceedings vs @conference vs @inproceedings
Replies: 2
Views: 58027

@proceedings vs @conference vs @inproceedings

I am royally confused between the following bibtex entry types:

@proceedings
@conference
@inproceedings

When is one entry type more appropriate than the other? My current estimate is that all represent some document presented at a conference. But what is the differentiating factor between the ...
by sgsawant
Mon Oct 10, 2011 12:55 am
Forum: Graphics, Figures & Tables
Topic: Conditional Compilation of Figures
Replies: 6
Views: 3917

Conditional Compilation of Figures

Thanks a lot mate! :D

... though I wish there was an option for a local inclusion of the keyword final. :roll:

Code: Select all

\includegraphics[final,width=8cm]{fig1.png}
by sgsawant
Sun Oct 09, 2011 8:06 pm
Forum: Graphics, Figures & Tables
Topic: Conditional Compilation of Figures
Replies: 6
Views: 3917

Re: Conditional Compilation of Figures

Thanks! :D

I am editing this reply because I have one more question - how to compile just a single figure, while the graphicx package has been set to the "draft" option? Is there a way?

-sgsawant
by sgsawant
Sun Oct 09, 2011 5:09 pm
Forum: Graphics, Figures & Tables
Topic: Conditional Compilation of Figures
Replies: 6
Views: 3917

Re: Conditional Compilation of Figures

Yeah, sorry about that. I am including external image files from the adjacent folder. Say for example fig1.png.
by sgsawant
Sun Oct 09, 2011 9:37 am
Forum: Graphics, Figures & Tables
Topic: Conditional Compilation of Figures
Replies: 6
Views: 3917

Conditional Compilation of Figures

I have figures in the paper that I am writing. Compiling the .tex file to a .pdf with figures takes time and I wanted to reduce that by conditionally compiling the figures. That is, I wanted to compile the figures after I was done with writing the text, but I still want the code to include the ...