Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various fixes to the LATEX printer #406

Merged
merged 5 commits into from
Apr 4, 2023
Merged

Various fixes to the LATEX printer #406

merged 5 commits into from
Apr 4, 2023

Conversation

vbgl
Copy link
Member

@vbgl vbgl commented Apr 3, 2023

No description provided.

Copy link
Contributor

@bgregoir bgregoir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Else I am agree with the other change

F.fprintf fmt "%a %s " kw "from" (L.unloc name)) in
F.fprintf fmt "%a%a " pp_from from kw "require";
List.iter (fun s -> F.fprintf fmt "%S " (L.unloc s)) s;
F.fprintf fmt eol
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you change this code?
I have the impression that replacing ""%s"" by "%S" is equivalent to your change.
Did I miss something?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing kw and eol; better layout of the output.
I’m no longer sure about the %S

@bgregoir bgregoir merged commit a5e7e1d into main Apr 4, 2023
@bgregoir bgregoir deleted the jazz2tex-2023-03 branch April 4, 2023 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants