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

Adding LaTeX support #86

Closed
jfparisi opened this issue Oct 2, 2020 · 3 comments
Closed

Adding LaTeX support #86

jfparisi opened this issue Oct 2, 2020 · 3 comments

Comments

@jfparisi
Copy link

jfparisi commented Oct 2, 2020

Dear Minimal theme,

I would love to see LaTeX support for the theme; this would be extremely helpful for writing equations in text. I have attempted to write code in my own branch of minimal to implement MathJax, as per the instructions here: http://sgeos.github.io/github/jekyll/2016/08/21/adding_mathjax_to_a_jekyll_github_pages_blog.html

Unfortunately, my implementation was not successful; I am a GitHub novice, so that might be why it failed. It should only be a few lines of code.

Best wishes,

Jason

@pedrominicz
Copy link

Hello. I've successfully added MathJax support to my blog yesterday. All I did was add a custom /_layouts/default.html which imports MathJax. You can see it here.

I don't believe LaTeX support is in line with the philosophy behind this theme. As stated in the README:

The theme should meet the vast majority of users' needs out of the box, erring on the side of simplicity rather than flexibility, and provide users the opportunity to opt-in to additional complexity if they have specific needs or wish to further customize their experience (such as adding custom CSS or modifying the default layout).

@stale
Copy link

stale bot commented Dec 19, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Dec 19, 2020
@settings settings bot removed the wontfix label Jul 15, 2021
@parkr
Copy link
Contributor

parkr commented Jul 28, 2021

Hi! You can now add MathJax by copying _includes/head-custom.html into your site at _includes/head-custom.html and customizing it as you wish! This will all be added to the <head> tag.

@parkr parkr closed this as completed Jul 28, 2021
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

No branches or pull requests

3 participants