Search found 17 matches

by hzmonte
Thu Mar 06, 2014 11:20 am
Forum: Graphics, Figures & Tables
Topic: subcaption | 2 side-by-side subfigures do not align
Replies: 0
Views: 5291

subcaption | 2 side-by-side subfigures do not align

I use the subcaption package in a 2-column document (specifically \documentclass[journal,twoside]{IEEEtran}) to create an overall figure that occupies one column and that consists of two side-by-side subfigures. I cannot get the two subfigures aligned; subfig(a) is on the lower left corner and ...
by hzmonte
Sat Feb 16, 2013 10:52 am
Forum: General
Topic: Installed but got an error using subcaption package
Replies: 13
Views: 17059

Installed but got an error using subcaption package

In case it helps resolve the "caption" warning message, here is the "pdflatex -v" output:
% pdflatex -v
pdfTeX using libpoppler 3.141592-1.40.3-2.2 (Web2C 7.5.6)
kpathsea version 3.5.6
Copyright 2007 Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX).
Kpathsea is copyright 2007 Karl Berry and Olaf ...
by hzmonte
Sat Feb 16, 2013 10:16 am
Forum: General
Topic: Installed but got an error using subcaption package
Replies: 13
Views: 17059

Re: Installed but got an error using subcaption package

I do not know what TeX distribution the system administrator installed on my system. Is there a way to find out?
Is it related to the "caption" warning message?
by hzmonte
Sat Feb 16, 2013 9:44 am
Forum: General
Topic: Installed but got an error using subcaption package
Replies: 13
Views: 17059

Re: Installed but got an error using subcaption package

Yes, I did use copy-and-paste to save a couple dtx files!
Now that there is no error, I'd set aside the package manager issue.
Now I notice that the following message appears when I latex my .tex file:
"Package caption Warning: Unsupported document class (or package) detected,
(caption) usage of the ...
by hzmonte
Fri Feb 15, 2013 11:18 am
Forum: General
Topic: Installed but got an error using subcaption package
Replies: 13
Views: 17059

Re: Installed but got an error using subcaption package

I re-installed it, using "latex caption.ins" and now there is no error. I don't know how to use "the package manager of [my] TeX distribution".
by hzmonte
Fri Feb 15, 2013 10:51 am
Forum: General
Topic: Installed but got an error using subcaption package
Replies: 13
Views: 17059

Re: Installed but got an error using subcaption package

I installed the package by "latex caption.ins". And I reviewed the caption.log after installation and it does not indicate any error.
I am going to re-install it. Thanks.
by hzmonte
Fri Feb 15, 2013 10:17 am
Forum: General
Topic: Installed but got an error using subcaption package
Replies: 13
Views: 17059

Installed but got an error using subcaption package

I read that subfig is deprecated and one should use the subcaption package. I installed it and have the following files in my working directory:
% ls *sty
bicaption.sty caption2.sty caption3.sty caption.sty
ltcaption.sty newfloat.sty subcaption.sty

I also have them in ~/texmf/tex
I also did a ...
by hzmonte
Sun Feb 10, 2013 8:23 am
Forum: General
Topic: Simpler Combination of Boxes
Replies: 1
Views: 2325

Simpler Combination of Boxes

I have a my_fig.tex as follows:
\begin{figure}[tp]
\centering
\mbox{\input{my_code.tex}}
\caption[...]{....}
\end{figure}
and a my_code.tex as follows:
\fbox{\footnotesize
\parbox{1.5in}{\tt
\begin{tabbing}
...
\end{tabbing}
}}
I suspect that the combination of mbox , [url=http://latex-community ...
by hzmonte
Fri Jan 09, 2009 10:07 am
Forum: General
Topic: How to adjust fbox separation spacing?
Replies: 1
Views: 24470

How to adjust fbox separation spacing?

I tried \setlength{\fboxsep}{1pt} for example but it affects only the horizontal spacing, i.e., the spacing between the text and the box border on the left and right sides, but not the vertical spacing, i.e. top and bottom.
My figure is written as follows:

\begin{figure*}[!ht]
\begin{center ...
by hzmonte
Wed Dec 03, 2008 6:16 am
Forum: General
Topic: math mode embeded in a text paragraph runs away into margin
Replies: 1
Views: 1955

math mode embeded in a text paragraph runs away into margin

It is a common occurrence that text formatted in math mode in a regular text paragraph runs into the right margin. That is, it does not start in a new line. How to fix it? Thanks.