File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ if(MGIS_HAVE_PANDOC)
7777 mgis_pandoc_generate_html_page (release-notes-2.0 "--toc" "--toc-depth=3" )
7878 mgis_pandoc_generate_html_page (release-notes-2.0.1 "--toc" "--toc-depth=3" )
7979 mgis_pandoc_generate_html_page (release-notes-2.1 "--toc" "--toc-depth=3" )
80+ mgis_pandoc_generate_html_page (release-notes-2.1.1 "--toc" "--toc-depth=3" )
8081 mgis_pandoc_generate_html_page (release-notes-2.2 "--toc" "--toc-depth=3" )
8182 mgis_pandoc_generate_html_page (release-notes-2.2.1 "--toc" "--toc-depth=3" )
8283 mgis_pandoc_generate_html_page (release-notes-2.2.2 "--toc" "--toc-depth=3" )
Original file line number Diff line number Diff line change 107107 < li > < a > Version 2.1.x</ a >
108108 < ul >
109109 < li > < a href ="release-notes-2.1.html "> Version 2.1</ a > </ li >
110+ < li > < a href ="release-notes-2.1.1.html "> Version 2.1.1</ a > </ li >
110111 </ ul >
111112 < li > < a > Version 2.2.x</ a >
112113 < ul >
Original file line number Diff line number Diff line change 1+ ---
2+ title : MFrontGenericInterfaceSupport Version 2.1.1
3+ author : Thomas Helfer
4+ date : 2025
5+ lang : en-EN
6+ numbersections : true
7+ documentclass : article
8+ from : markdown+tex_math_single_backslash
9+ geometry :
10+ - margin=2cm
11+ papersize : a4
12+ link-citations : true
13+ colorlinks : true
14+ figPrefixTemplate : " $$i$$"
15+ tabPrefixTemplate : " $$i$$"
16+ secPrefixTemplate : " $$i$$"
17+ eqnPrefixTemplate : " ($$i$$)"
18+ bibliography : bibliography.bib
19+ ---
20+
21+ # Issues fixed
22+
23+ ## Issue #193 : fix math error handling in ` LoadMaterialPropertyTest `
24+
25+ For more details, see < https://github.com/thelfer/MFrontGenericInterfaceSupport/issues/193 > .
You can’t perform that action at this time.
0 commit comments