gpt4 book ai didi

emacs - 组织模式题词?

转载 作者:行者123 更新时间:2023-12-04 18:09:56 24 4
gpt4 key购买 nike

我想让一段文本右对齐,它比该页面上的其余文本占用更少的水平空间。我是怎么做到的?

用文字 HTML 完成的问题是 org-mode 会自动将节外的任何文本放入 <p> 中。标签(而且它不是 block 元素,所以 float 在它里面通常不是一件好事等等)

这是我现在的样子(它显示得很好,所以我希望它或多或少像那样):

#+BEGIN_HTML
<div style="width:100%;height:84pt">
<p class="epigraph">
<em>
I have not increased nor diminished the measure,<br/>
I have not diminished the palm,<br/>
I have not encroached upon fields,<br/>
I have not added to the balance weights,<br/>
I have not tempered with the plumb bob of the balance.</em>
<br/>
<span style="text-align:right;width:100%;display:block">
<b style="line-height:24pt;font-weight:bold">
The Book of the Dead, Spell 125.</b>
</span>
</p></div>
#+END_HTML

另外我还有这个 CSS:

.epigraph {
float:right;
font-size:10pt;
font-family:serif;
line-height:12pt;
color: #aaa
}

但我宁愿它是自动的...

最佳答案

好的,我想我找到了与我想要的足够相似的东西:

#+BEGIN_VERSE
I have not increased nor diminished the measure,
I have not diminished the palm,
I have not encroached upon fields,
I have not added to the balance weights,
I have not tempered with the plumb bob of the balance.
-- The Book of the Dead, Spell 125.
#+END_VERSE

这会生成 HTML,稍后使用 CSS 可以将其格式化为看起来或多或少像题词的方式。不完美,但会做到。

关于emacs - 组织模式题词?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16712501/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com