Author Topic: LaTeX and Autolisp  (Read 1404 times)

0 Members and 1 Guest are viewing this topic.

dgpuertas

  • Newt
  • Posts: 80
LaTeX and Autolisp
« on: May 04, 2017, 01:01:51 PM »
Someone has experience with Latex and Autolisp to create documents with good appearance?
I think that its easy to create a ASCII file and convert to a good document through LaTeX.
I have no code its only one idea.

Sorry for my english.

d2010

  • Bull Frog
  • Posts: 326
Re: LaTeX and Autolisp
« Reply #1 on: May 24, 2017, 06:32:57 AM »
First step is , you must have converter.exe.
This converter.exe tranform graph.lex into   (graph.lispm, graph.lsp...).
(Input file   graph.lex)
(OutPut file graph.lispm, graph.lsp and graph.debug))
 ^-^
(if (you_are "autolisp-developer")
  (then (+ you us) (can_(work togheter at your-project)))
).
(thank you  (if contact_us   (yousee "readme.txt")   (from .zip)))

« Last Edit: May 24, 2017, 06:38:09 AM by d2010 »

dgpuertas

  • Newt
  • Posts: 80
Re: LaTeX and Autolisp
« Reply #2 on: May 30, 2017, 06:39:04 AM »

I was thinking of creating a file in ascii with the tex encoding from autolisp with the write functions. Then convert it to pdf through some converter. This way you could generate calculation documents formatted correctly with graphic equations etc.