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)을 제거해야 합니다. 그렇지 않으면 출력은 다음과 같습니다.

여기에 이미지 설명을 입력하세요.

관련 정보