Search found 5 matches

by rajaijah
Wed Apr 02, 2008 2:52 am
Forum: General
Topic: inserting JPEG image in MIKTEX
Replies: 6
Views: 26002

inserting JPEG image in MIKTEX

Hi rajaijah,

I just want to annotate you may use \centering inside the figure environment instead of \begin{center} ... \end{center}. The latter may cause unwanted vertical space before and after.

Btw. you can read in the graphicx manual about inclusion of images.

Stefan

stefan

the pdf file ...
by rajaijah
Tue Apr 01, 2008 11:22 pm
Forum: General
Topic: inserting JPEG image in MIKTEX
Replies: 6
Views: 26002

inserting JPEG image in MIKTEX

Avoid blank spaces in both the name and the path of file. You can omit the pdftex driver option for the graphicx package (not related to the problem).


Best regards
Thorsten¹

I tried avoiding the blank spaces in the file path. i just changed the path from
\includegraphics[scale=0.5]{C ...
by rajaijah
Tue Apr 01, 2008 10:58 pm
Forum: General
Topic: inserting JPEG image in MIKTEX
Replies: 6
Views: 26002

inserting JPEG image in MIKTEX

I am trying to insert images in jpeg format and I am able to get the images in the document but cannot place them right. The image is placed at the center of the document and cropped on the right side.

Here is my latex file commands

\documentclass{article}
\usepackage[pdftex]{graphicx}
\begin ...
by rajaijah
Thu Mar 27, 2008 2:45 am
Forum: General
Topic: bibtex help
Replies: 2
Views: 2122

Re: bibtex help

Thanks for the help. the link was useful.
by rajaijah
Wed Mar 26, 2008 11:08 pm
Forum: General
Topic: bibtex help
Replies: 2
Views: 2122

bibtex help

Hi,
I am new to Latex. Just started to learn about it yesterday. I have texniccenter installed and figured out how writing works in latex to a little extent. I understood how to create a bibliography at end of the document but would like to learn and do bibtex. Is Bibtex embedded in Latex program I ...