Search found 11 matches

by mathfeel
Sat Aug 20, 2011 10:58 am
Forum: Document Classes
Topic: resume | BibTeX Problems
Replies: 0
Views: 1379

resume | BibTeX Problems

I am trying to use bibtex with resume.cls from

http://ctan.org/tex-archive/macros/latex/contrib/resume

It is essentially a customized article class:
\PassOptionsToClass{11pt,12pt}{article}
\LoadClassWithOptions{article}

I have two problems.


I am trying to customize the biblabl, but ...
by mathfeel
Sat Aug 20, 2011 10:11 am
Forum: Document Classes
Topic: modencv | No 'figure' Enviroment available
Replies: 3
Views: 12196

Re: modencv | No 'figure' Enviroment available

Thanks! Guys.
by mathfeel
Thu Aug 18, 2011 6:58 am
Forum: Document Classes
Topic: modencv | No 'figure' Enviroment available
Replies: 3
Views: 12196

modencv | No 'figure' Enviroment available

I try to insert a figure to a moderncv document using:
\usepackage{graphics}
...
\begin{figure}[tb]
...
\end{figure}


and got this error:
! LaTeX Error: Environment figure undefined.

See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...

l.142 ...
by mathfeel
Fri Aug 06, 2010 9:46 pm
Forum: LyX
Topic: lyx math display problem
Replies: 4
Views: 4475

lyx math display problem

frabjous wrote:To be clear, the exported PDF looks fine, it's just the display on LyX? Does changing LyX's display fonts help (or at least make a difference)?
Yes, exported PDF is fine. Messing with fonts--three options Romans, Sans Serif, and Typewriter--changes fonts of the text, but do not help.
by mathfeel
Fri Aug 06, 2010 4:04 am
Forum: LyX
Topic: lyx math display problem
Replies: 4
Views: 4475

lyx math display problem

I have some problem with font display in math mode. Hopefully it's summed up in this screen capture (how do you resize the img using the BBCode?):
http://i4.photobucket.com/albums/y103/mathfield/Lyx_problem.png

Symbols like $\partial, \star, \diamond$ are displayed incorrectly, replaced by @, ? etc ...
by mathfeel
Sun Oct 25, 2009 2:23 am
Forum: Graphics, Figures & Tables
Topic: setting size for epslatex
Replies: 1
Views: 10005

setting size for epslatex

When I include a eps/latex combo generated by, say, gnuplot or xfig using \input{*} command, how do I set the width analogous to \includegraphic[width=0.8\textwidth]{*}?

I know one way is to edit the \includegraphic line in the generated latex file, but if the same eps/latex combo is to be used in ...
by mathfeel
Wed Oct 21, 2009 3:08 am
Forum: Fonts & Character Sets
Topic: mathbb font at size 11 (TFM file not found)
Replies: 0
Views: 3131

mathbb font at size 11 (TFM file not found)

I use two computers. A Gentoo Linux one with texlive-2008 and an Ubuntu one with texlive-2007.

In the Ubuntu computer only, latex with package mathbbol or bbold fails if the font size is set at 11:
! Emergency stop.
<*> ...=ljfour; mag:=1; nonstopmode; input bbold11

Output written on bbold11 ...
by mathfeel
Tue Jun 30, 2009 9:38 am
Forum: Document Classes
Topic: trying out examdesign...
Replies: 0
Views: 2543

trying out examdesign...

I am looking for a class that help me generates randomized multiple choice quizzes. The only one I found to claim such capability is examdesign. I am following the manual to create the following minimal tex (mostly copy-and-pasted from manual.pdf):
\documentclass{examdesign}
\begin{document}
\begin ...
by mathfeel
Mon Jun 29, 2009 11:04 pm
Forum: Document Classes
Topic: Beamer: Block width?
Replies: 10
Views: 75064

Re: Beamer: Block width?

Yes, but this would defeat the purpose of reusing code. Suppose I want some new environment called "cvarbox", I cannot just stick the \begin{center} and \begin{minipage} into the \newenvironment<>, can I?

I am not familiar with TeX, so I am not sure how to do this. Thanks.

[EDIT]:GOT IT. Simply ...
by mathfeel
Mon Jun 29, 2009 9:17 am
Forum: Document Classes
Topic: Beamer: Block width?
Replies: 10
Views: 75064

Beamer: Block width?

Hi Pebo,

you could define your own block environment with an optional parameter for its width. Have a look at this example:
\documentclass{beamer}
\usetheme{Warsaw}
\usepackage[english]{babel}
\title{Variable block demo}
\author{Stefan Kottwitz}

\newenvironment<>{varblock}[2][\textwidth ...