由买买提看人间百态

topics

全部话题 - 话题: vrule
(共0页)
c******n
发帖数: 4965
1
来自主题: _FilmPhotography版 - 贡献个lens test target
latex , produce pdf by
latex target.tex
dvips -Ppdf -t landscape target.dvi
gv target.ps
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[landscape,letterpaper]{article}
\usepackage{multido}
\begin{document}
\evensidemargin -1in
\oddsidemargin -1in
\topmargin -1in
\textwidth 15in
\textheight 12in
%
\multido{}{500}{\vrule height 30mm width 0.2mm depth 0mm\kern 0.8mm}
\multido{}{300}{\vrule height 30mm width 0.5mm depth 0mm\kern 0.5mm}
\multido{}{150}{\vrule height 30mm width 1.0mm depth 0m
V*********r
发帖数: 666
2
不要搞太花哨的。单栏,Sans-serif字体,整齐一些就行了。
贴个简单的模板
\documentclass[11pt]{article}
\usepackage[top=1in, bottom=1.2in, left=1in, right=1in]{geometry}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{xcolor}
\usepackage{tabularx}
\usepackage{marvosym}
\usepackage{verbatim} % for multiline comment blocks
\usepackage{etoolbox}
\usepackage[english]{babel}
\usepackage{setspace} %conflict with \usepackage{needspace}
\usepackage{enumitem}
\renewcommand{\rmdefault}{phv} % Arial
\renewcommand{\sfdefault}{phv} %... 阅读全帖
T*******n
发帖数: 493
3
\usepackage{array}
\newcolumntype{I}{!{\vrule width 1pt}}
\newcommand*{\Hline}[0]{%
\noalign{\global\setlength{\arrayrulewidth}{1pt}}%
\hline
\noalign{\global\setlength{\arrayrulewidth}{0.4pt}}%
}
\newcommand*{\Cline}[1]{%
\noalign{\global\setlength{\arrayrulewidth}{1pt}}%
\cline{#1}%
\noalign{\global\setlength{\arrayrulewidth}{0.4pt}}%
}
\begin{tabular}{Ic|c|cI}
\Hline
x & x & x \\
\cline{1-1}\Cline{2-2}\cline{3-3}
x & \multicolumn{1}{IcI}{x} & x \\
\cline{1-1}\Cline{2-2}\cline{3-3}
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
a****9
发帖数: 418
5
试试这个
\newcommand{\qed}{\nobreak \vrule height0.75em width0.5em depth0.25em}
如果说已经有了\qed
就把newcommand改成renewcommand
f****e
发帖数: 15
6
来自主题: 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页)