由买买提看人间百态

topics

全部话题 - 话题: normalsize
1 (共1页)
l****u
发帖数: 4
1
多谢版主提示!
我把class文件删减了一下,以下是可以编译但仍存在问题的部分
问题可能在List of References部分
还请麻烦帮忙看一下,多谢!
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Defining Class options and loading required packages %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\RequirePackage{ifthen}[1996/08/02 v1.0m Standard LaTeX ifthen package (DPC)]
%% Declaring Options \& Initializing Flags
\newcommand{\QZ@ptsize}{}%%define a null command for font-size
\newcounter{QZ@ptcnt}%%define a ... 阅读全帖
T*******n
发帖数: 493
2
来自主题: TeX版 - 修改行间距
After you change \baselinestretch, you need to say \normalsize or
\small or \footnotesize, etc. to force a recalculation of
\baselineskip for whatever font size you are using. The line
spacing is actually controlled by \baselineskip, but it can be
tricky to modify \baseline stretch if you don't know what you
are doing, so you modify \baselinestretch first, then say
\normalsize to put the change into effect.
T*******n
发帖数: 493
3
来自主题: TeX版 - 问两个footnote的问题

To control space between footnotes:
\setlength\footnotesep{10pt} % might need larger number
doublespace.sty is really bad code, and its replacement setspace.sty doesn't
change footnotes and captions. What you can do is copy size10.clo (or
size11.clo
or size12.clo) into your own directory, and modify the \@setfontsize
commands.
For example in size10.clo, make these changes:
in \normalsize: \@setfontsize\normalsize\@xpt{20}%
in \small: \@setfontsize\small\@ixpt{18}%
in \footnotesize: \@
q**j
发帖数: 10612
4
没有回答。sorry,也许是我写的不清楚。
让我再试试。
我觉得section title 的字太大。就用了:
\section{\normalsize Mytitle}
把字变小了。但是这个section title 前面有个数字编号,比如
“2 Mytitle”
这个样子的。这个2还是很大。于是大侠建议用
\titleformat{\section}{\normalsize\bfseries}{\thesection}{1em}{}
就可以了。当然大侠是非常正确的。
现在我打算给subsection做同样的事情,于是我照猫画虎:
\titleformat{\subsection}{\smallsize\bfseries}{\thesubsection}{0.8em}{}
确不成功。请问哪里错掉了?多谢哦。
p*l
发帖数: 1359
5
我的模版
\ProvidesPackage{beamerthemeclassnote}
\mode
\setbeamertemplate{caption}[numbered]
\setlength\parindent{28pt}
\setlength{\parskip}{0.75\baselineskip}
\setbeamersize{text margin left=0.5in,text margin right=0.5in}
\setbeamercolor{structure}{fg=black}
\setbeamercolor{palette primary}{fg=black,bg=white}
\setbeamertemplate{section in toc}{\vspace{12pt}\textbf{\inserttocsection}\}
\setbeamertemplate{subsection in toc}{\vspace{12pt}\hspace{18pt}\textbf{\
inserttocsubsectionnumber.}~... 阅读全帖
o*z
发帖数: 2491
6
来自主题: NBA版 - 急问
为什么那个表老实底下有一块儿打不出来呀。。。
pdf的,有什么办法嘛。。。
我没有看到哪里有设置margin的。。。
然后试了normalsize和fit to page都打不全。。。
是不是只能用scale缩小了啊。。。
谢谢
q*****g
发帖数: 1568
7
来自主题: TeX版 - LaTeX Table 缩放解决了
【 以下文字转载自 Linux 讨论区 】
发信人: qiuxing (球星), 信区: Linux
标 题: LaTeX Table 缩放解决了
发信站: BBS 未名空间站 (Wed Aug 3 12:29:45 2005), 转信
试了几个方案,下面的感觉效果最好。谢谢termi!
我最后用了 \scriptsize (=8pt). 下面是一个可选的字体列表:
\tiny
\scriptsize
\footnotesize
\small
\normalsize
\large
\Large
\LARGE
\huge
\Huge
T*******n
发帖数: 493
8
Assuming that you are still referring to amsbook.cls,
do you want to get rid of the small caps in the caption
or do you really want a bigger font size?
The font size for the captions used by amsbook.cls is
the LaTeX default of \normalsize (i.e., amsbook.cls
doesn't change the font size for captions). If you want
to change this to something bigger (I suggest you don't
because your caption text will end up larger than the
regular text), add the following to the style file in my
previous post:
\le
h*s
发帖数: 574
9
字体调小很简单啊
比如就用
/small
结束的时候在改回正常大小
/normalsize
N**D
发帖数: 10322
10
\documentclass{article}
\begin{document}
\renewcommand{\baselinestretch}{1}\small\normalsize
The things here will be SINGLE spaced. The things here will be SINGLE spaced
. The things here will be SINGLE spaced. The things here will be SINGLE
spaced. The things here will be SINGLE spaced. The things here will be
SINGLE spaced. The things here will be SINGLE spaced. The things here will
be SINGLE spaced. The things here will be SINGLE spaced. The things here
will be SINGLE spaced. The things here
N**D
发帖数: 10322
11
try
\renewcommand{\baselinestretch}{1}\small\normalsize
\tableofcontents
not sure though.
J*******r
发帖数: 379
12
\normalsize
BR
发帖数: 4151
13
it doesn't work. I got the template from someone else, which has the
following in the preamble
\setbeamerfont{frametitle}{parent=structure, size=\small}
I tried to change size from small to normalsize. Nothing happened.
any clue? thanks.
s**c
发帖数: 1247
14
3x
这是文件最开始的几行设置
\documentclass[11pt]{article}
\def\spacingset#1{\def\baselinestretch{#1}\small\normalsize}
\parskip=1pt
\usepackage{amssymb,boxedminipage}
\usepackage{latexsym}
\usepackage{epsf,epsfig,graphics}
\usepackage{psfig}
\usepackage{amsmath}
\usepackage{bm}
\include{com}
\addtolength{\topmargin}{-0.9in}
\addtolength{\oddsidemargin}{-0.9in}
\addtolength{\textwidth}{1.9in}
\addtolength{\textheight}{2.0in}
\newtheorem{lemma}{Lemma}
\newtheorem{definition}{Definition}
\newtheorem{claim}
T*******n
发帖数: 493
15
If \normalsize is 10pt, then \scriptsize is 7pt.
g*********r
发帖数: 124
16
参考文献字体的设置一般和 .bst 文件没有关系,而是通过 .cls 文件修改。
具体到你的问题,在导言区加入:
\renewcommand{\bibliofont}{\normalsize}
q**j
发帖数: 10612
17
比如我用 \section{\normalsize Introduction}可以把intorduction变小了。但是现
实的时候是:
1 Introduction
麻烦在于那个"1"还是很大。请问有没有办法把它也搞小了去?多谢。
S**I
发帖数: 15689
18
\usepackage{titlesec}
\titleformat{\section}{\normalsize\bfseries}{\thesection}{1em}{}
S**I
发帖数: 15689
19
来自主题: TeX版 - 如何改变标题字体大小
改变section标题的字体大小需要调用底层命令:
\makeatletter
\renewcommand\section{\@startsection
{section}{1}{0mm}%
{-\baselineskip}%
{\baselineskip}%
{\normalfont\normalsize\scshape}}%
\makeatother
把倒数第二行改成想要的字体和大小即可。
e******d
发帖数: 310
20
来自主题: TeX版 - questions about evironment
%interline spaceing and title font for section
\def\section{\@startsection {section}{1}{\z@}{20pt plus 2pt minus 2pt}
{10pt plus 1pt minus 1pt}{\centering\normalsize\sc
\edef\@svsec{\thesection.\ }}}
能否解释一下各行的含义, 以及一些command的含义,如
\z@,
\@svsec
\sc,
谢谢
S**I
发帖数: 15689
21
图片后加上\normalsize试试。
I***i
发帖数: 14557
22
You might want to try the following commands:
\tiny \small \large \huge \scriptsize \normalsize \Large \Huge \
footnotesize \LARGE
In your case, you could start by trying \tiny, \small, \scriptsize, \
footnotesize
I***i
发帖数: 14557
23
OK, here they are listed in the increasing order:
\tiny
\scriptsize
\footnotesize
\small
\normalsize
\large
\Large
\LARGE
\huge
\Huge
z*y
发帖数: 1311
24
below is a partial list of .toc file auto-generated
\select@language {english}
\contentsline {schapter}{Preface}{vii}
\gdef \the@ipfilectr {@-1}
\contentsline {chapter}{Chapter\ 1: Introduction}{1}
\contentsline {section}{Network Design}{4}
\contentsline {section}{Methodology}{5}
\contentsline {section}{General Problem Statement}{6}
\contentsline {section}{Definitions}{8}
\contentsline {section}{Literature Review}{9}
...
When the pdf is generated, only Preface and Chapter are shown, but
not sect... 阅读全帖
1 (共1页)