BhallaLab / moose

MOOSE simulator.
http://moose.ncbs.res.in
GNU General Public License v3.0
26 stars 19 forks source link

`hidden_code_block` support in pdf and epub #232

Closed dilawar closed 6 years ago

dilawar commented 6 years ago

While hidden_code_block working great (PR #225) with HTML docs, it is not properly configured for pdf (and possibly) epub. Commit https://github.com/BhallaLab/moose/commit/22eb3d1a995d8e8024699b685d31ba42532985f6 fixes build issue by simply writing a visitor for this type of node. This node needs to class Latex code class node.

dilawar commented 6 years ago

@Dhruva-Storz Are gif required in html documentation?

In PDF they wont be visible by default. If they can be replaced by png; I'd replace them with PNG. If they are required for showing animation; I'll think of something else.

Dhruva-Storz commented 6 years ago

They are required to show what happens at each time step of the simulation.

On 20 January 2018 at 12:39, Dilawar Singh notifications@github.com wrote:

@Dhruva-Storz https://github.com/dhruva-storz Are gif required in html documentation?

In PDF they wont be visible by default. If they can be replaced by png; I'd replace them with PNG. If they are required for showing animation; I'll think of something else.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/BhallaLab/moose/issues/232#issuecomment-359151657, or mute the thread https://github.com/notifications/unsubscribe-auth/ATMkZXkPSOhgPfZvx1ua300FM26VQSl0ks5tMZEqgaJpZM4Rkc70 .

dilawar commented 6 years ago

Ok. PDF just shows the first frame of gif animation.