topics

全部话题 - 话题: hskip
(共0页)
m*****l
发帖数: 55
1
来自主题: TeX版 - 请教一个符号
嗯,确实没有找到。
不过,可以自己造一个
\documentclass{article}
\def \mysymbol {\leftarrow\hskip -0.5em | \hskip -0.5em \rightarrow}
\begin{document}
$\mysymbol$
\end{document}
c*******d
发帖数: 255
2
来自主题: TeX版 - 终于还是放弃了LaTex.
easy
http://www.lyx.org/LGT/figure.php
也很容易可以在lyx中插两幅图并列, 只要按上面网址给的方法, 中间加个TeX code "\hskip 1cm"就可以了.
S********y
发帖数: 182
3
这里是学校的*.sty文档里关于文献的部分,请帮忙看看可以改一下么? 多谢了
% ****************************************
% * BIBLIOGRAPHY *
% ****************************************
%
% The thebibliography environment executes the following commands:
%
% \def\newblock{\hskip .11em plus .33em minus .07em} --
% Defines the `closed' format, where the blocks (major units of
% information) of an entry run together.
%
% \sloppy -- Used because it's rather hard to do line breaks in
% bibli
a****9
发帖数: 418
4
放到末尾只要在前面加上\hfill就好了
像这样\hfill \qedsymbol
如果要实心的 加这个到preamble:
\newcommand{\qed}{\nobreak \ifvmode \relax \else
\ifdim\lastskip<1.5em \hskip-\lastskip
\hskip1.5em plus0em minus0.5em \fi \nobreak
\vrule height0.75em width0.5em depth0.25em\fi}
然后在正文里用\qed
g*********r
发帖数: 124
5
把下面的代码加入导言区
\makeatletter
\renewcommand\l@chapter[2]{%
\ifnum \c@tocdepth >\m@ne
\addpenalty{-\@highpenalty}%
\vskip 1.0em \@plus\p@
\setlength\@tempdima{1.5em}%
\begingroup
\parindent \z@ \rightskip \@pnumwidth
\parfillskip -\@pnumwidth
\leavevmode
\advance\leftskip\@tempdima
\hskip -\leftskip
#1\nobreak\hfil \nobreak\hb@xt@\@pnumwidth{\hss #2}\par
\penalty\@highpenalty
\endgroup
\fi}
\makeatother
g*********r
发帖数: 124
6
把下面代码加入导言区
\makeatletter
\def\@dottedtocline#1#2#3#4#5{%
\ifnum #1>\c@tocdepth \else
\vskip \z@ \@plus.2\p@
{\leftskip #2\relax \rightskip \@tocrmarg \parfillskip -\rightskip
\parindent #2\relax\@afterindenttrue
\interlinepenalty\@M
\leavevmode
\@tempdima #3\relax
\advance\leftskip \@tempdima \null\nobreak\hskip -\leftskip
{#4}\nobreak
\leaders\hbox{$\m@th
\mkern \@dotsep mu\hbox{.}\mkern \@dotsep
mu$}\hfill
\nobreak
\hb@xt@\
x*z
发帖数: 1010
7
semiverbatim不接受所有的center命令,用hfill/hskip也不行,
现在整个frame全压在左边了,右边基本是空的,谢谢!
b*******t
发帖数: 33714
8
不是很明白问题
简单的想重合不用调整高度的话\hskip一个<0的长度就可以了
具体描述一下想要的符号吧
b*******t
发帖数: 33714
9
不是很明白问题
简单的想重合不用调整高度的话\hskip一个<0的长度就可以了
具体描述一下想要的符号吧
f****e
发帖数: 15
10
来自主题: Computation版 - latex一问
套用了别人的格式,想改变页边距。不知道在哪里改。
下面哪个参数呢?
\newcommand{\qed}{\nobreak \ifvmode \relax \else
\ifdim\lastskip<1.5em \hskip-\lastskip
\hskip1.5em plus0em minus0.5em \fi \nobreak
\vrule height0.75em width0.5em depth0.25em\fi}
(共0页)