Text{,Parser}.vala: plain<->tex #1

Closed
opened 2018-05-31 16:07:04 +03:00 by kolan · 1 comment
Owner

TextParser.vala: parse() {... new Text(tex_to_plain(contents.compress()));}
main.vala:plain_to_tex() -> Text.vala: generate() { return plain_to_tex(text); }
Then we can remove plain_to_tex calls from Core.vala.

TextParser.vala: parse() {... new Text(tex_to_plain(contents.compress()));} main.vala:plain_to_tex() -> Text.vala: generate() { return plain_to_tex(text); } Then we can remove plain_to_tex calls from Core.vala.
kolan added the
enhancement
wontfix
labels 2018-05-31 16:30:09 +03:00
kolan self-assigned this 2018-05-31 16:30:26 +03:00
Author
Owner

too difficult, tex_to_plain should be very intelligent, wontfix

too difficult, tex_to_plain should be very intelligent, wontfix
kolan closed this issue 2018-05-31 16:31:43 +03:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kolan/LAview.LaTeX-Struct#1
No description provided.