你如何模仿标签式空白? [英] How do you imitate tabbed whitespace?

查看:57
本文介绍了你如何模仿标签式空白?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想以HTML格式显示联盟集体协议,并且

尽可能保持对pdf版本的真实。


该文件使用文章编号如1.01,1.02在列表编号中没有



但确实使用带有字母和罗马编号的子列表应该很容易

足以代码。


我想做的是这种模式的代码


< pre>

< - 左边距----------------------------------------- -Right Margin - >

------>第一缩进(字母列表或文字)

----------- --->第二个缩进(罗马字典或文字)

---------------------->第三个缩进(文字)


2.02 ____ Lorem ipsum dolor sit amet,consectetuer adipiscing elit,

tincidunt ut laoreet dolore magna aliquam erat volutpat。


2.03 ____ a_____Lorem ipsum dolor sit amet,consectetuer adipiscing elit,

________sed diam nonummy nib h euismod tincidunt ut laoreet dolore magna

________aliquam erat volutpat。


________b_____Lorem ipsum dolor sit amet,consectetuer adipiscing elit。


2.04 ____ a_____i_____Lorem ipsum dolor sit amet,consectetuer adipiscing

______________elit,sed diam nonummy nibh euismod tincidunt ut laoreet

______________dolore magna aliquam erat volutpat。


______________ii____Lorem ipsum dolor sit amet,consectetuer adipiscing

______________elit,sed diam nonummy nibh euismod。


etc

< / pre>


我如何将文章编号保留在左边距并开始

同一行的alpha和roman列表以及文本。文本

应该回到之前的缩进。


我遇到的问题是希望在下一行开始的列表

不是同一个,并且让文本包回一个缩进级别,没有

它起始于什么级别。


任何人都可以建议一种实现目标的方法。

I would like to display a Union Collective Agreement in HTML format and
keep it as true as possible to the pdf version.

The document uses Article Numbers such as 1.01, 1.02 which are not
available in list numbering.
but does use sublists with alpha and roman numbering that should be easy
enough to code.

What I want to do, is code to this pattern

<pre>
<--Left Margin------------------------------------------Right Margin-->
------>1st Indent (alpha list or text)
-------------->2nd Indent (roman list or text)
---------------------->3rd Indent (text)

2.02____Lorem ipsum dolor sit amet, consectetuer adipiscing elit,
tincidunt ut laoreet dolore magna aliquam erat volutpat.

2.03____a_____Lorem ipsum dolor sit amet, consectetuer adipiscing elit,
________sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna
________aliquam erat volutpat.

________b_____Lorem ipsum dolor sit amet, consectetuer adipiscing elit.

2.04____a_____i_____Lorem ipsum dolor sit amet, consectetuer adipiscing
______________elit, sed diam nonummy nibh euismod tincidunt ut laoreet
______________dolore magna aliquam erat volutpat.

______________ii____Lorem ipsum dolor sit amet, consectetuer adipiscing
______________elit, sed diam nonummy nibh euismod.

etc
</pre>

How would I keep the article number against the left margin and start
the alpha and roman lists on the same line along with the text. The text
should wrap back to the previous indent.

The problem I have is with the lists wanting to start on the next line
not the same one, and getting the text to wrap back one indent level, no
matter what level it starts at.

Can anyone suggest a method of approach to achieve my goal.

推荐答案

2006年9月21日星期四,gil写道:
On Thu, 21 Sep 2006, gil wrote:

我想以HTML格式显示联盟集体协议,并且

尽可能保持对pdf版本的真实性。
I would like to display a Union Collective Agreement in HTML format and
keep it as true as possible to the pdf version.



"我想写一本书并尽可能保持原价

到原始电影。"


习惯了有不同格式和

的想法,你不能保持尽可能真实。

"I would like to write a book and keep it as true as possible
to the original movie."

Get used to the idea that there are different formats and
that you cannot "keep it as true as possible".


在大约2006/09/21 11:49,Andreas Prilop键入了这些字符:
At approximately 2006/09/21 11:49, Andreas Prilop typed these characters:

> 9月21日星期四2006年,gil写道:
>On Thu, 21 Sep 2006, gil wrote:

>>我想以HTML格式显示联盟集体协议,并尽可能保持真实。 pdf版。

>>I would like to display a Union Collective Agreement in HTML format and
keep it as true as possible to the pdf version.


我想写一本书并尽可能保持原始电影的真实性。

习惯于有不同的格式和
你不能尽可能保持真实的想法。


"I would like to write a book and keep it as true as possible
to the original movie."

Get used to the idea that there are different formats and
that you cannot "keep it as true as possible".



我是愿意承认一些事情可能无法实现,但是直到他们被尝试了,我们怎么知道呢?

I am willing to concede that some things may not be possible, but until
they are attempted, how can we know for sure?




gil写道:

gil wrote:

我想以HTML格式显示联盟集体协议,并且

尽可能保持对pdf版本的真实性。
I would like to display a Union Collective Agreement in HTML format and
keep it as true as possible to the pdf version.



如果重要,那么你已经写了一份对布局敏感的合同。

这些在法律上是可疑的并且没有结束问题,特别是

如果accessibiltiy对您来说是一个具有法律意义的问题。通过始终以独立于演示文稿的方式对文本进行措辞来避免这样的事情,并避免引用相邻段落。等

If it matters, then you''ve written a contract that is layout sensitive.
Those are legally dubious and create no end of problems, particularly
if accessibiltiy is a legally significant issue for you. Avoid such
things by always wording the text in a presentation-independent manner
and avoiding references to "the adjacent paragraph" etc.


该文件使用的商品编号如1.01,1.02在清单编号中不是



但确实使用了具有alpha和roman编号的子列表,这些编号应该很容易

足以编码。
The document uses Article Numbers such as 1.01, 1.02 which are not
available in list numbering.
but does use sublists with alpha and roman numbering that should be easy
enough to code.



使用直接输入HTML的显式列表编号。 CSS中的列表

编号选项很广泛,但支持非常差 -

肯定不能用于合同目的。

Use explicit list numbers, entered directly into the HTML. The list
numbering options in CSS are broad, but very poorly supported -
certainly not usable for contractual purposes.


如何将文章编号保留在左边距并开始

同一行的alpha和roman列表以及文本。
How would I keep the article number against the left margin and start
the alpha and roman lists on the same line along with the text.



大左填充和带负值的文本缩进。阅读关于drop capitals的

教程

Big left padding and a text-indent with a negative value. Read a
tutorial on "drop capitals"


这篇关于你如何模仿标签式空白?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆