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".
|
|