Thanks for your reply,
I have tried all that, even un-installing and re-installing MiKTeX again. I have started a new topic here which explains my problem a little better.
http://latex-community.org/forum/viewto ... =21&t=6904
It is very confusing...
Search found 10 matches
- Fri Nov 27, 2009 2:41 am
- Forum: Texmaker and TeXstudio
- Topic: Compilation fails completely
- Replies: 10
- Views: 83758
- Fri Nov 27, 2009 1:49 am
- Forum: Texmaker and TeXstudio
- Topic: Cannot find .aux file - error
- Replies: 1
- Views: 10171
Re: Cannot find .aux file - error
It turns out that I haven't fixed the problem of cannot start command. When I make a new document it still comes up with the cannot start LaTex error. I have found that by refreshing the FNDB in MikTex it gets past this error and on to the cannot find .aux file error. I have got past this error now ...
- Thu Nov 26, 2009 7:13 am
- Forum: Texmaker and TeXstudio
- Topic: Cannot find .aux file - error
- Replies: 1
- Views: 10171
Cannot find .aux file - error
I was having troubles with TexMaker 1.9.2 and upgrading to MikTex 2.8. It was saying cannot start the command when trying to LaTex a new document, old documents (before upgrade) still work fine. Reading some forum post on here it mentions that it may be a problem with MikTex being installed after ...
- Thu Nov 26, 2009 3:40 am
- Forum: Texmaker and TeXstudio
- Topic: Compilation fails completely
- Replies: 10
- Views: 83758
Re: Compilation fails completely
I am having the same error when I create new documents in TeXmaker since I have upgraded to MiKTeX 2.8.
All the documents that have compiled and displayed previously are working but the new documents do not, even if I copy the contents of the working file to the new file. I do not know what the ...
All the documents that have compiled and displayed previously are working but the new documents do not, even if I copy the contents of the working file to the new file. I do not know what the ...
- Mon Oct 26, 2009 4:25 am
- Forum: Graphics, Figures & Tables
- Topic: Figures good for .dvi wrong for .pdf
- Replies: 2
- Views: 1896
Figures good for .dvi wrong for .pdf
I solved my own problem by using dvipdfm in the document class:
and
dvips with the graphicx:
Code: Select all
\documentclass[oneside,11pt, dvipdfm]{report}
dvips with the graphicx:
Code: Select all
\usepackage[dvips]{graphicx}
- Mon Oct 26, 2009 2:52 am
- Forum: Graphics, Figures & Tables
- Topic: Figures good for .dvi wrong for .pdf
- Replies: 2
- Views: 1896
Figures good for .dvi wrong for .pdf
Hi I have just upgraded to Miktex 2.8 and now the .png's appear small and in the bottom corner as if the bounding box is the wrong size when viewing as a pdf. The pictures appear fine in yap, but not in .pdf, I have to submit in .pdf so this is a problem. It was working with the older Miktex 2.4 I ...
- Sat Oct 24, 2009 10:41 pm
- Forum: Text Formatting
- Topic: subfig package conflicting with mcode package
- Replies: 6
- Views: 8639
Re: subfig package conflicting with mcode package
Thanks Guys,
I have downloaded an upgraded version of subfig, listings and put in tex/latex directory but I dont know how to tell LaTex that the version is different? Every time I check the log file like Thorsten mentioned it still has the old version number.
Thanks, Leon.
I have downloaded an upgraded version of subfig, listings and put in tex/latex directory but I dont know how to tell LaTex that the version is different? Every time I check the log file like Thorsten mentioned it still has the old version number.
Thanks, Leon.
- Sat Oct 24, 2009 1:19 pm
- Forum: Text Formatting
- Topic: Relative reference to image
- Replies: 3
- Views: 2318
Relative reference to image
Just before \includegraphics write this, it works for me:
Look up more info if the path length is longer I think you have to write each folder in curly braces.
Then reset to the working directory directory
Code: Select all
\graphicspath{{./folder/}}
Then reset to the working directory directory
Code: Select all
\graphicspath{{../}}
- Sat Oct 24, 2009 12:56 pm
- Forum: Text Formatting
- Topic: subfig package conflicting with mcode package
- Replies: 6
- Views: 8639
subfig package conflicting with mcode package
Thanks Thorsten, Here is the mwe.
\documentclass[oneside,11pt]{report}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{graphics,appendix}
\usepackage{placeins}
\usepackage{float}
\usepackage{setspace}
\usepackage ...
\documentclass[oneside,11pt]{report}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{graphics,appendix}
\usepackage{placeins}
\usepackage{float}
\usepackage{setspace}
\usepackage ...
- Sat Oct 24, 2009 11:45 am
- Forum: Text Formatting
- Topic: subfig package conflicting with mcode package
- Replies: 6
- Views: 8639
subfig package conflicting with mcode package
I am finishing off my research project for this year and want to include a lot of Matlab code. The mcode package does a good job of representing Matlab with all colours etc, but will not load document with subfig package.
It causes the following error message:
! Undefined control sequence ...
It causes the following error message:
! Undefined control sequence ...