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

use image title as short cation listing in lof #177

Closed
wants to merge 1 commit into from

Conversation

MArpogaus
Copy link

I happen to have very long captions in my thesis, so i made a simple modification to MMDs LaTeX mode, to use the image title as short cation listing in the list of figures:

![Very very looooooooooooong caption](/path/to/img.jpg "Optional lof caption")

generates

\caption[Optional lof caption]{Very very looooooooooooong caption}

in LaTeX mode.

fletcher added a commit that referenced this pull request Dec 11, 2019
…n list of figures and list of tables. Addresses #177 -- thanks, 	MArpogaus
@fletcher
Copy link
Owner

@MArpogaus -- thanks for this. I implemented it for figures and also tables, which is why I did not use your pull request, but I did use your code suggestion!!

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