TROFFをpdfまたはdocxに変換しますか?

TROFFをpdfまたはdocxに変換しますか?

私は部分的に完了したTROFF形式の博士論文(?)を持っています。したがって、その時点でUNIXステーションでレーザー印刷できます。タイトルにはまだある可能性があるAtari 1stWordラッパーレイヤーがありますが、大学のSunワークステーションから離れた家で使用するためのテキストエディタであるため、本質的には関係ありません。

誰でもこれをWYSIWYG形式に変換するのに役立ちますか? PDF?文書?

¬066010303050000132002006006010000
¬1¬¬¬1
¬2¬#¬¬1
¬F0110000001
¬9[............................................................]0010
 Ç
.\" pic
.\" tbl
.\" eqn
.\" roff -ms
.\"
.EQ
delim $$
global
.EN
.ND
.nr PO 1.5i
.nr LL 6.0i
.nr PS 9
.nr VS 18
.fp 1 H
.TL
.ps 14
CHAPTER 7
.AU
.ps 14
KNOWLEDGE ENGINEERING
.PP
.ps 9
.NH
Introduction
.PP
In the previous chapter we outlined a system which may be used to
handle uncertainty in a domain, using probabilities
on a causal network.
In this chapter we will to discuss how the knowledge within
a domain may be acquired and manipulated into the form
of a probabilistic causal network - with specific reference to
the two domains which represent
the process of dating 
timber-framed buildings, using
(i) architectural/historical
and
(ii) dendrochronological evidence.
Our ultimate goal here is to
ascertain, as best we may, the correct date of construction of
vernacular buildings.
As mentioned in Chapter 2,
one of the main problems we face is the resolution of
the potential conflict between
dendrochronological and archaeological predictions for the date of
a building.
If the two
bodies of knowledge produce results which are totally
in agreement, we are left with no other conclusion than that
the predicted date-range/period is the correct one,
however there is rarely complete agreement and this disagreement
may be very difficult to resolve.
.PP
We will derive networks on the two domains and give numerical
 Çexamples of propagation of evidence through these networks,
closing the chapter with a short exposition of
how we may use probabilistic methods in conjunction with
causal networks to resolve this mentioned conflict.
This use of probabilistic methods is contrary
to widely adhered to
notions concerning the unsuitability of this approach - from
the general concerns over the epistemological adequacy of
probabilistic methods in artificial intelligence expressed by
McCarthy and Hayes (1969 p.490), to recent doubts about the implementational
mechanics of probabilistic formalisms to be found in Graham and
Llewelyn-Jones (1988 p.88 et seqq.).

ベストアンサー1

現在、ほとんどのLinuxではTroffのGNUバージョン

私のLinux Mintシステムにはこのgroff-baseパッケージがすでにインストールされていますが、gropdf出力ユーティリティを介してPDFを生成するには、groffこのパッケージもインストールする必要があります。 Solarisではソースからインストールする必要があるかもしれませんが、このトピックのマニュアルは少し不足しています。ソースコードは次のアドレスからダウンロードできます。ここ

インストール後、以下を実行できます。

groff -pet -ms -Tpdf in.troff > out.pdf

(入力があると仮定in.troff)、最初の単語タイトルの内容(前.\" pic)を削除する必要があります。それ以外の場合、出力は次のようになります。

ここに画像の説明を入力してください。

おすすめ記事