由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - 如何把显示的定理、定义变成正体、粗体格式?
相关主题
求救:reference list不按照作者名字排序a problem of page layout
请问lemma,remark之类的,如果不想用斜体请问tabular里面的一个格子里如何能够换行呢?谢谢!
怎样 undefine 一个 newcommandA quick question about page margin
Latex 会对delete 掉的package 有记忆?[合集] 问个latex的问题(关于fancyheader)
请教:怎样让段落里面的某一行顶格开始请教化学分子式的写法
格式问题求教how to write copyleft character ???
问个公式标准的问题几个关于WinEdt, MikTex, Revtex4的问题
what is the problem?哪位老大用过Adobe Garamond的字体库
相关话题的讨论汇总
话题: definition话题: newtheorem话题: theorem话题: 粗体话题: assumption
进入TeX版参与讨论
1 (共1页)
w****h
发帖数: 212
1
如果定义定理定义如下:
\newtheorem{Theorem}{Theorem}[section]
\newtheorem{Definition}{Definition}
\newtheorem{Assumption}{Assumption}
\begin{Definition} \label{T:defgms} xxxx
\end{Definition}
结果显示的definition为斜体、非粗,我想要正体、粗体格式,该如何设置?
s****u
发帖数: 5
2
\newtheorem{Theorem}{Theorem}[section]
\theoremstyle{definition}
\newtheorem{Definition}{Definition}
这样,定理是斜体的,定义是正体的,但是一般不会粗体的吧

【在 w****h 的大作中提到】
: 如果定义定理定义如下:
: \newtheorem{Theorem}{Theorem}[section]
: \newtheorem{Definition}{Definition}
: \newtheorem{Assumption}{Assumption}
: \begin{Definition} \label{T:defgms} xxxx
: \end{Definition}
: 结果显示的definition为斜体、非粗,我想要正体、粗体格式,该如何设置?

w****h
发帖数: 212
3
如何改为粗体显示Theorem, Corollary呢?

【在 s****u 的大作中提到】
: \newtheorem{Theorem}{Theorem}[section]
: \theoremstyle{definition}
: \newtheorem{Definition}{Definition}
: 这样,定理是斜体的,定义是正体的,但是一般不会粗体的吧

s***a
发帖数: 1676
4
这个取决于你用哪个class吧,如果class没有定义为粗体,你需要修改cls文件。
或者你直接用\bf来改成粗体的吧

【在 w****h 的大作中提到】
: 如何改为粗体显示Theorem, Corollary呢?
w****h
发帖数: 212
5
如何给\newtheorem{Theorem}{Theorem}[section]
\theoremstyle{definition}
\newtheorem{Definition}{Definition}添加\bf?在哪里添加?
s***a
发帖数: 1676
6
as i said, you need to change the definition of the class you are using,
typically a .cls file. i am assuming that you do not want to add \bf each
time you add a new theorem.

【在 w****h 的大作中提到】
: 如何给\newtheorem{Theorem}{Theorem}[section]
: \theoremstyle{definition}
: \newtheorem{Definition}{Definition}添加\bf?在哪里添加?

w****h
发帖数: 212
7
你可以看看如下:
\documentclass[10pt,conference,letterpaper,twocolumn]{IEEEtran}
\usepackage{amsfonts}
\pagestyle{plain}
\pagenumbering{arabic}
\usepackage{amsmath,multirow} % for subequations
\usepackage{subfigure,graphics,psfig,epsfig,wrapfig}
\newtheorem{Theorem}{Theorem}
\newtheorem{Definition}{Definition}
\newtheorem{Assumption}{Assumption}
\newtheorem{Corollary}{Corollary}
显示的是斜体、非粗;
奇怪的是,但我在\documentclass[a4paper, 12pt]{article}下面,就能够显示正常的
粗体、正体定理、定义。
我不会change the definition of the class
1 (共1页)
进入TeX版参与讨论
相关主题
哪位老大用过Adobe Garamond的字体库请教:怎样让段落里面的某一行顶格开始
数学公式一问格式问题求教
\sin,\cos,\sup,\inf,\lim 等是怎么实现的?问个公式标准的问题
How to type a box as the end of a proofwhat is the problem?
求救:reference list不按照作者名字排序a problem of page layout
请问lemma,remark之类的,如果不想用斜体请问tabular里面的一个格子里如何能够换行呢?谢谢!
怎样 undefine 一个 newcommandA quick question about page margin
Latex 会对delete 掉的package 有记忆?[合集] 问个latex的问题(关于fancyheader)
相关话题的讨论汇总
话题: definition话题: newtheorem话题: theorem话题: 粗体话题: assumption