mirror of
				https://github.com/adityatelange/hugo-PaperMod.git
				synced 2025-11-04 10:22:44 +01:00 
			
		
		
		
	add papermod specific instructions in math-typesetting
This commit is contained in:
		@@ -15,7 +15,8 @@ In this example we will be using [KaTeX](https://katex.org/)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
-   Create a partial under `/layouts/partials/math.html`
 | 
					-   Create a partial under `/layouts/partials/math.html`
 | 
				
			||||||
-   Within this partial reference the [Auto-render Extension](https://katex.org/docs/autorender.html) or host these scripts locally.
 | 
					-   Within this partial reference the [Auto-render Extension](https://katex.org/docs/autorender.html) or host these scripts locally.
 | 
				
			||||||
-   Include the partial in your templates like so:
 | 
					-   Include the partial in your templates ([`extend_head.html`](../papermod/papermod-faq/#custom-head--footer)) like so:
 | 
				
			||||||
 | 
					-   refer [ISSUE #236](https://github.com/adityatelange/hugo-PaperMod/issues/236)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
{{ if or .Params.math .Site.Params.math }}
 | 
					{{ if or .Params.math .Site.Params.math }}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user