Search found 4 matches

by sminacapelli
Thu Nov 10, 2016 11:13 am
Forum: LyX
Topic: How to convert a CWEB TeX document into a PDF document ?
Replies: 8
Views: 5881

Re: How to convert a CWEB TeX document into a PDF document ?

SOLVED

I was able to convert my TeX document to a PDF using pdftex, as suggested by Stefan.

I realized that "pdftex" program was already installed in my Linux system and I just execute "pdftex dlx1.tex" (after putting both TeX files in the same directory) getting "dlx1.pdf".

(What about LyX ...
by sminacapelli
Wed Nov 09, 2016 9:12 pm
Forum: LyX
Topic: How to convert a CWEB TeX document into a PDF document ?
Replies: 8
Views: 5881

Re: How to convert a CWEB TeX document into a PDF document ?

Hi Stefan.

I know that LyX is based on TeX, so I imported the TeX document "dlx1.tex" in LyX via "File -> Import -> LaTeX (plain)".
LyX let me search for a LaTeX (plain) file to import of type "*.tex" and I imported the file above without problems.
The TeX file was displayed in the editor window ...
by sminacapelli
Tue Nov 08, 2016 8:17 pm
Forum: LyX
Topic: How to convert a CWEB TeX document into a PDF document ?
Replies: 8
Views: 5881

Re: How to convert a CWEB TeX document into a PDF document ?

Thank you Johannes_B for your reply.
1) I need details on one of Knuth's algorithms, and such algorithm was "coded" in CWEB by Knuth.
2) Sorry, may be due to my lack of knowledge on LyX I don't understand your statements about "pdflatex" and "plain". Usually I use LyX to convert a ".lyx" document to ...
by sminacapelli
Tue Nov 08, 2016 6:19 pm
Forum: LyX
Topic: How to convert a CWEB TeX document into a PDF document ?
Replies: 8
Views: 5881

How to convert a CWEB TeX document into a PDF document ?

Hello.
Sorry in advance for my scarce knowledge of LyX.

I'm trying without success to convert the attached TeX file "dlx1.tex" into a PDF document, with my LyX version 1.6.10 in a Linux environment.
I know that also the attached TeX file "cwebmac.tex" must be processed, that defines some used ...