Have you tried this code:
\documentclass[twocolumn]{article}
\usepackage{multicol}
\usepackage{graphicx}
\usepackage{graphics}
\begin{document}
aa
\begin{figure}
% \centering
\includegraphics[width=2.5cm] {cc.jpg}
\caption{s}
\label{fig:cc}
\end{figure}
\end{document}
I do not need the ...
Search found 30 matches
- Sat May 26, 2012 12:34 pm
- Forum: Graphics, Figures & Tables
- Topic: multicol | Figures inside a multi-columned Document
- Replies: 3
- Views: 39757
- Mon May 21, 2012 3:12 pm
- Forum: Graphics, Figures & Tables
- Topic: multicol | Figures inside a multi-columned Document
- Replies: 3
- Views: 39757
multicol | Figures inside a multi-columned Document
Hi there,
When I put a figure inside tow columns environment, it is not appeared and I get the following warning.
Floats and margins are not allowed inside multlcoulmns environment.
This is the code:
\documentclass{article}
\usepackage{multicol}
\usepackage{graphicx}
\usepackage{a4wide ...
When I put a figure inside tow columns environment, it is not appeared and I get the following warning.
Floats and margins are not allowed inside multlcoulmns environment.
This is the code:
\documentclass{article}
\usepackage{multicol}
\usepackage{graphicx}
\usepackage{a4wide ...
- Fri Mar 09, 2012 5:10 pm
- Forum: Graphics, Figures & Tables
- Topic: Error Report about nonexisting File
- Replies: 4
- Views: 2667
Re: Error Report about nonexisting File
My situation is like:
The father folder contains the following folders
main folder
preface folder
titlepage folder
chapter one folder.
Each folder contains its own .tex file and figures. I use subfiles,
for example in the main file I put
\subfile{../titlepage/titlepage}
\subfile{../preface ...
The father folder contains the following folders
main folder
preface folder
titlepage folder
chapter one folder.
Each folder contains its own .tex file and figures. I use subfiles,
for example in the main file I put
\subfile{../titlepage/titlepage}
\subfile{../preface ...
- Tue Mar 06, 2012 11:40 pm
- Forum: Graphics, Figures & Tables
- Topic: Error Report about nonexisting File
- Replies: 4
- Views: 2667
Re: Error Report about nonexisting File
Thank You.
Sorry, I did not understand you. Yes, I use subfolders.
Sorry, I did not understand you. Yes, I use subfolders.
- Tue Mar 06, 2012 2:17 pm
- Forum: Graphics, Figures & Tables
- Topic: Error Report about nonexisting File
- Replies: 4
- Views: 2667
Error Report about nonexisting File
Hi,
I divided my work into sub-files, each sub-file has chapter. At the title page I put a figure and it works very good, but when I compile the whole file I get an error that your figure is not exist.
Thank You
I divided my work into sub-files, each sub-file has chapter. At the title page I put a figure and it works very good, but when I compile the whole file I get an error that your figure is not exist.
Thank You
- Tue Feb 28, 2012 7:53 pm
- Forum: General
- Topic: subfiles | Files in separate Folders
- Replies: 3
- Views: 4251
Re: subfiles | Files in separate Folders
Thank you very much.
- Tue Feb 28, 2012 5:08 pm
- Forum: General
- Topic: subfiles | Files in separate Folders
- Replies: 3
- Views: 4251
Re: subfiles | Files in separate Folders
I do not if it is possible or not!
- Sun Feb 12, 2012 2:18 am
- Forum: General
- Topic: subfiles | Files in separate Folders
- Replies: 3
- Views: 4251
subfiles | Files in separate Folders
Hi,
"Subfiles" package helps us to separate our file into subfiles (chapter), but I would like to put each chapter with its figures in a separated file, and so the cammand in the main file will be
\subfile{folder name/filename}
But my question is: what things shall we write at the begining of ...
"Subfiles" package helps us to separate our file into subfiles (chapter), but I would like to put each chapter with its figures in a separated file, and so the cammand in the main file will be
\subfile{folder name/filename}
But my question is: what things shall we write at the begining of ...
- Wed Feb 01, 2012 5:25 pm
- Forum: Document Classes
- Topic: beamer | Show the previous Page
- Replies: 0
- Views: 1230
beamer | Show the previous Page
Hi there!
Once upon a time I saw an amazing Mathematical presentation. The previous page is put on the left lower corner, the presented page is at the center and the title and other information are put at the right upper corner.
My question, could some thing like that be done by beamer?
Thanks ...
Once upon a time I saw an amazing Mathematical presentation. The previous page is put on the left lower corner, the presented page is at the center and the title and other information are put at the right upper corner.
My question, could some thing like that be done by beamer?
Thanks ...
- Tue Dec 27, 2011 4:29 pm
- Forum: Graphics, Figures & Tables
- Topic: Arangement of the Table of Contents
- Replies: 2
- Views: 1805
Re: Arangement of the Table of Contents
Yes it does.
Thank you.
Thank you.