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

Get sizes from image files for better LaTeX output #222

Merged
merged 4 commits into from
Nov 2, 2018
Merged

Conversation

mgeier
Copy link
Member

@mgeier mgeier commented Oct 18, 2018

See #12.

This mostly works, but there are a few remaining problems:

@rddaz2013
Copy link
Contributor

rddaz2013 commented Nov 17, 2018

For a normal Image the with command within markdown image helps.

.[Bild P01(IMG_20180619_140351208.jpg){ width=280px }

but the { width=280px } shows up in the html output as text^^ in latex it is working.

@mgeier
Copy link
Member Author

mgeier commented Nov 18, 2018

@rddaz2013 With my current solution (see 3f2a29c) the image size is taken from the file itself, no need to explicitly specify it.

The syntax you are mentioning would be a Markdown extension, you can try to ask the Jupyter people if such a thing is planned.

Alternatively, HTML syntax could be used, see #52.

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.

2 participants