I am trying to use the swabfamily font, though I am getting this warning:
Warning: pdflatex (file yswab): Font yswab at 1493 not found
I have installed the yfont package that is assoicated with it, though when I open the PDF it gives me Error while reading the pdf and does not show the font I want ...
Search found 9 matches
- Sat Apr 19, 2008 12:53 am
- Forum: General
- Topic: Font Usage
- Replies: 1
- Views: 2380
- Fri Apr 18, 2008 11:48 pm
- Forum: General
- Topic: How to make Table captions bold?
- Replies: 19
- Views: 55543
How to make Table captions bold?
Ok I think I figured how to use my own directory for LATEX to search for new packages etc...
I just did this:
setenv TEXINPUTS= ~/texmf
I got this in my listfiles call:
*File List*
report.cls 2001/04/21 v1.4e Standard LaTeX document class
size11.clo 2001/04/21 v1.4e Standard LaTeX file (size ...
I just did this:
setenv TEXINPUTS= ~/texmf
I got this in my listfiles call:
*File List*
report.cls 2001/04/21 v1.4e Standard LaTeX document class
size11.clo 2001/04/21 v1.4e Standard LaTeX file (size ...
- Fri Apr 18, 2008 11:02 pm
- Forum: General
- Topic: How to make Table captions bold?
- Replies: 19
- Views: 55543
How to make Table captions bold?
One other question, if I place the package is another directory not in the one I am running LATEX in, how can I point to it?
Such as the example for the caption?
Do I invoke the \usepackage in a different manner?
Such as the example for the caption?
Code: Select all
\usepackage[format=hang,font=small,labelfont=bf]{caption}
- Fri Apr 18, 2008 10:46 pm
- Forum: General
- Topic: How to make Table captions bold?
- Replies: 19
- Views: 55543
How to make Table captions bold?
Obviously we hit the problem. You need at least version 2 of the caption package. The current version is 3.1h, which is available on CTAN .
But the caption package is not the only one in an obsolete version. I strongly recommend to upgrade your whole LaTeX system. Unfortunately you didn't mention ...
But the caption package is not the only one in an obsolete version. I strongly recommend to upgrade your whole LaTeX system. Unfortunately you didn't mention ...
- Fri Apr 18, 2008 10:08 pm
- Forum: General
- Topic: How to make Table captions bold?
- Replies: 19
- Views: 55543
How to make Table captions bold?
@Stefan
Thanks for the suggestion. I did try what Thorsten, but using those initial options such as
format=hang
As apposed to just
hang
Gave me an error. Maybe because of the version I have.
@Thorsten
Here are the files being used.
*File List*
report.cls 2001/04/21 v1.4e Standard ...
Thanks for the suggestion. I did try what Thorsten, but using those initial options such as
format=hang
As apposed to just
hang
Gave me an error. Maybe because of the version I have.
@Thorsten
Here are the files being used.
*File List*
report.cls 2001/04/21 v1.4e Standard ...
- Thu Apr 17, 2008 12:59 am
- Forum: General
- Topic: How to make Table captions bold?
- Replies: 19
- Views: 55543
How to make Table captions bold?
@std00088 I tried the command it worked halfway in the sense it bolded the Table name but not the corresponding number like so:
Table 3.1
@localghost This is the version I am running on, from the log file. I believe it is a higher version:
This is pdfTeX, Version 3.14159-1.10b (Web2C 7.4.5 ...
Table 3.1
@localghost This is the version I am running on, from the log file. I believe it is a higher version:
This is pdfTeX, Version 3.14159-1.10b (Web2C 7.4.5 ...
- Wed Apr 16, 2008 10:24 pm
- Forum: General
- Topic: How to make Table captions bold?
- Replies: 19
- Views: 55543
How to make Table captions bold?
I was wondering how can I make table captions bold, as I have tried to use the captions package, but for some reason the table captions heading are not changing. I do see the Figure captions becoming formatted, but to no avail in regards to the tables. This is the code I used:
\usepackage[hang ...
\usepackage[hang ...
- Wed Apr 09, 2008 5:58 pm
- Forum: General
- Topic: table caption for a figure?
- Replies: 2
- Views: 2083
Re: table caption for a figure?
Thanks alot, that worked.
- Tue Apr 08, 2008 11:06 pm
- Forum: General
- Topic: table caption for a figure?
- Replies: 2
- Views: 2083
table caption for a figure?
I was wondering is there a way to place a table caption on a figure that was included? Such that I would get table indexing, as apposed to figure indexing.
Meaning that the graphic that I placed is itself a table though not generated by LATEX.
Any help would be great.
Graphic input code for the ...
Meaning that the graphic that I placed is itself a table though not generated by LATEX.
Any help would be great.
Graphic input code for the ...