Hi,
I am getting lots of errors when including a \cite command inside a table. I have googled it and it seems that it does not always occurs, I also tried to use \protect before the \cite command without being successful. Any ideas?
Search found 7 matches
- Tue Jul 05, 2011 6:31 pm
- Forum: Graphics, Figures & Tables
- Topic: Include '\cite' Command inside Table
- Replies: 1
- Views: 1426
- Fri Mar 04, 2011 5:29 pm
- Forum: Text Formatting
- Topic: \Lowercase inside algorithm
- Replies: 0
- Views: 1298
\Lowercase inside algorithm
Hi,
I am writing an algorithm and I would like to name the function with some lowercase letters. I tried the \lowercase command as follows but it did't work
\begin{algorithm}\caption{my algorithm}\label{myAlgorithm}
\begin{algorithmic}[1]
\Function{This\lowercase{and}That}
\If{a}
\State $b ...
I am writing an algorithm and I would like to name the function with some lowercase letters. I tried the \lowercase command as follows but it did't work
\begin{algorithm}\caption{my algorithm}\label{myAlgorithm}
\begin{algorithmic}[1]
\Function{This\lowercase{and}That}
\If{a}
\State $b ...
- Thu Aug 12, 2010 6:22 pm
- Forum: Graphics, Figures & Tables
- Topic: EPS Figure does not resize
- Replies: 6
- Views: 10106
Re: EPS Figure does not resize
I found a work around that works for me in order to produce a figure from Visio in high quality so it can be embedded in Latex.
1) Visio to pdf using PDF printer
2) PDF export to EPS using Acrobe Pro
3) Automatically resize bounding box using GSView
If anybody has a quicker way please let me know ...
1) Visio to pdf using PDF printer
2) PDF export to EPS using Acrobe Pro
3) Automatically resize bounding box using GSView
If anybody has a quicker way please let me know ...
- Thu Aug 12, 2010 5:22 pm
- Forum: Graphics, Figures & Tables
- Topic: EPS Figure does not resize
- Replies: 6
- Views: 10106
EPS Figure does not resize
Ok, an update..
I saw the same problem at http://programming.itags.org/tex/128579/ and the solution is to convert the file to PS in GSView using epswrite instead of the PS to EPS option. However the maximum resoultion allowed is 300 which decreases a lot the quality of the figure (see it attached ...
I saw the same problem at http://programming.itags.org/tex/128579/ and the solution is to convert the file to PS in GSView using epswrite instead of the PS to EPS option. However the maximum resoultion allowed is 300 which decreases a lot the quality of the figure (see it attached ...
- Thu Aug 12, 2010 4:57 pm
- Forum: Graphics, Figures & Tables
- Topic: EPS Figure does not resize
- Replies: 6
- Views: 10106
EPS Figure does not resize
This is strange. Your example does not work for me. The generated postscript does not show the figure. Although I can see it appear and disappear when I zoom in or out :?
The code used and the file are attached.
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\begin{figure ...
The code used and the file are attached.
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\begin{figure ...
- Thu Aug 12, 2010 4:10 pm
- Forum: Graphics, Figures & Tables
- Topic: EPS Figure does not resize
- Replies: 6
- Views: 10106
Re: EPS Figure does not resize
Thanks for this.
I used the PS to EPS option in GSView and it automatically calculated a new boundary box for me. Now I do not see any warnings when compiling and the caption appears in the Postscript output where the figure should be but not the figure itself (I only see a white space)
Any ideas?
I used the PS to EPS option in GSView and it automatically calculated a new boundary box for me. Now I do not see any warnings when compiling and the caption appears in the Postscript output where the figure should be but not the figure itself (I only see a white space)

- Thu Aug 12, 2010 1:29 pm
- Forum: Graphics, Figures & Tables
- Topic: EPS Figure does not resize
- Replies: 6
- Views: 10106
EPS Figure does not resize
Hi,
I created a figure in visio. After that I printed it with the printer Apple LaserWriter 12/640 PS for inclusion in Latex. The resulting EPS figure comes right and can be seen with GSview.
However, the problem comes when including it in Latex. It gives me the warnings "Overfull \hbox" and ...
I created a figure in visio. After that I printed it with the printer Apple LaserWriter 12/640 PS for inclusion in Latex. The resulting EPS figure comes right and can be seen with GSview.
However, the problem comes when including it in Latex. It gives me the warnings "Overfull \hbox" and ...