Hi all,
I am trying to create bibliography using bibtex.
When executed I get the an error.
This is what I am doing
latex thesis
bibtex thesis
This is BibTeX, Version 0.99c (Web2C 7.5.4)
The top-level auxiliary file: thesis.aux
I couldn't open style file seg.bst
---line 2 of file thesis.aux ...
Search found 2 matches
- Sun Feb 24, 2008 4:41 am
- Forum: General
- Topic: Problem in creating bibliography
- Replies: 2
- Views: 63297
- Fri Jan 04, 2008 1:32 am
- Forum: General
- Topic: Problem in inserting figures
- Replies: 1
- Views: 23837
Problem in inserting figures
Hi,
I am quite new to latex. I am trying to insert few figures into my tex file but had no success.
Here is the file
\documentclass[12pt]{article}
\usepackage[pdftex]{graphicx}
\DeclareGraphicsExtensions{.pdf,.png,.gif,.jpg}
\begin{document}
\begin{figure}
\includegraphics{theory.png}
\end{figure ...
I am quite new to latex. I am trying to insert few figures into my tex file but had no success.
Here is the file
\documentclass[12pt]{article}
\usepackage[pdftex]{graphicx}
\DeclareGraphicsExtensions{.pdf,.png,.gif,.jpg}
\begin{document}
\begin{figure}
\includegraphics{theory.png}
\end{figure ...