octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Update - LaTeX markup project


From: Andrej Lojdl
Subject: Re: Update - LaTeX markup project
Date: Mon, 15 Jul 2013 13:38:44 +0200

It seems that everything you proposed looks okay to me. There is only one thing. As Patrick stated in his question number four.
Should font and color influence latex_renderer? Latex support colors of text and different fonts. Implementing this would be additional job. 
Maybe is best to enable text coloring, just adding /usepackage { color } and if user want he just add inline coloring with  \textcolor{define-color}{text} or any inline text coloring. 

So this part is maybe problematic. Should set_font and set_color be implemented and never used or how this should be handled

  void set_font (...) { rep->set_font (...); }
  void set_color (...) { rep->set_color (...); }

  void text_to_pixel (...) { rep->text_to_pixel (...); }
  ...

 There is still open question regarding interpreter. When is it set? 

--
Andrej


reply via email to

[Prev in Thread] Current Thread [Next in Thread]