由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - beamer里面的字是白色的?
相关主题
A quick question about page margin谁知道latex怎么把连着的文献用‘-’联起来
texnicCenter问题求助关于Latex插入图表之我见
LaTeX 2.09 question导入图形的时候, 那个图形文件应该要放在什么目录下
linux下编译latex的时候怎么指定为letter size啊?怎么在foils里插入eps图片?
a problem of page layout如何用tex导入ps图片?
pdflatex下的图形一问请问怎么把两幅图并排放?用不同的标题?
how to write copyleft character ???请教 bibliography 字体和正文不同的问题
几个关于WinEdt, MikTex, Revtex4的问题求助,毕业论文格式
相关话题的讨论汇总
话题: usepackage话题: dvips话题: beamer话题: file话题: proof
进入TeX版参与讨论
1 (共1页)
j******a
发帖数: 1599
1
我如果用 block, lemma, thereom什么的都没有问题,字是黑色的,白底.
但是如果不用这些enviroments,居然现出来时白底白字.
我已经用了setback fg=black还是不对.
那位知道怎么回事?
T*******n
发帖数: 493
2
Post a short LaTeX source file (one slide) that shows this problem when
compiled.

【在 j******a 的大作中提到】
: 我如果用 block, lemma, thereom什么的都没有问题,字是黑色的,白底.
: 但是如果不用这些enviroments,居然现出来时白底白字.
: 我已经用了setback fg=black还是不对.
: 那位知道怎么回事?

j******a
发帖数: 1599
3
here we go
\begin{frame}
\frametitle{Random Initial State}
\begin{block}{Exponential Decay of the State Trajectory}
xxx sss
\end{block}
\pause Proof:
\end{frame}
这个 Proof:就是白底白字.

【在 T*******n 的大作中提到】
: Post a short LaTeX source file (one slide) that shows this problem when
: compiled.

T*******n
发帖数: 493
4
I need the whole file, starting with \documentclass[...]{beamer} all the
way to \end{document}, so I know what color and font themes you use.

【在 j******a 的大作中提到】
: here we go
: \begin{frame}
: \frametitle{Random Initial State}
: \begin{block}{Exponential Decay of the State Trajectory}
: xxx sss
: \end{block}
: \pause Proof:
: \end{frame}
: 这个 Proof:就是白底白字.

j******a
发帖数: 1599
5
this maybe slighter longer, sorry
\documentclass[dvips, mathserif]{beamer}
% [dvips] allows use of latex->dvips->ps2pdf instead of pdflatex
%\documentclass[handout,xcolor=pdftex,dvipsnames,table]{beamer}
\usepackage{beamerthemesplit}
\usepackage{color}
\usepackage{graphicx}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{geometry}
\usepackage[english]{babel}
\usepackage{epic}
\usepackage{eepic}
\usepackage{color}
\usepackage{epsfig}
\usepackage{bm}
\usepackage{amscd}

【在 T*******n 的大作中提到】
: I need the whole file, starting with \documentclass[...]{beamer} all the
: way to \end{document}, so I know what color and font themes you use.

T*******n
发帖数: 493
6
I took your file, didn't change it, and ran it through latex and dvips
and the PS file looked fine. The word "Proof" does not appear on p. 3,
and it appear black on white on p. 4.
I also removed the "dvips," from line 1 of the file and ran it through
pdflatex, and the PDF file also looks correct.
I am not able to reproduce your problem of a white-on-white "Proof".

【在 j******a 的大作中提到】
: this maybe slighter longer, sorry
: \documentclass[dvips, mathserif]{beamer}
: % [dvips] allows use of latex->dvips->ps2pdf instead of pdflatex
: %\documentclass[handout,xcolor=pdftex,dvipsnames,table]{beamer}
: \usepackage{beamerthemesplit}
: \usepackage{color}
: \usepackage{graphicx}
: \usepackage{amsfonts}
: \usepackage{amssymb}
: \usepackage{amsmath}

T*******n
发帖数: 493
7
The attached GIF file shows what I get on p. 4.

【在 T*******n 的大作中提到】
: I took your file, didn't change it, and ran it through latex and dvips
: and the PS file looked fine. The word "Proof" does not appear on p. 3,
: and it appear black on white on p. 4.
: I also removed the "dvips," from line 1 of the file and ran it through
: pdflatex, and the PDF file also looks correct.
: I am not able to reproduce your problem of a white-on-white "Proof".

j******a
发帖数: 1599
8
umm, that's weird,
actaully, I used this template last time and everything was fine,
this time it is just weird, on my Acer LCD, I can't even seen anything,
totally white. But on my x61, I can see the white on white characters,
Also, I was not able to use pdflatex since eps files are used.
Anyway, thanks for help! adding \textcolor is not that bad.

【在 T*******n 的大作中提到】
: I took your file, didn't change it, and ran it through latex and dvips
: and the PS file looked fine. The word "Proof" does not appear on p. 3,
: and it appear black on white on p. 4.
: I also removed the "dvips," from line 1 of the file and ran it through
: pdflatex, and the PDF file also looks correct.
: I am not able to reproduce your problem of a white-on-white "Proof".

1 (共1页)
进入TeX版参与讨论
相关主题
求助,毕业论文格式a problem of page layout
xfig上面如何输入数学公式pdflatex下的图形一问
参考文献格式how to write copyleft character ???
metapost画图在miktex中显示问题。几个关于WinEdt, MikTex, Revtex4的问题
A quick question about page margin谁知道latex怎么把连着的文献用‘-’联起来
texnicCenter问题求助关于Latex插入图表之我见
LaTeX 2.09 question导入图形的时候, 那个图形文件应该要放在什么目录下
linux下编译latex的时候怎么指定为letter size啊?怎么在foils里插入eps图片?
相关话题的讨论汇总
话题: usepackage话题: dvips话题: beamer话题: file话题: proof