diff --git "a/_posts/2022-12-13-latex\346\220\236\345\205\254\345\274\217.md" "b/_posts/2022-12-13-latex\346\220\236\345\205\254\345\274\217.md" index be5d1de..add08e1 100644 --- "a/_posts/2022-12-13-latex\346\220\236\345\205\254\345\274\217.md" +++ "b/_posts/2022-12-13-latex\346\220\236\345\205\254\345\274\217.md" @@ -198,4 +198,9 @@ l\widetilde a {\overline{A \cup B}} $$ +### 除法 + +$$ +\frac{\alpha \cup \beta}{b} +$$ diff --git "a/_posts/2023-03-04-github\351\222\210\345\257\271yekyll\347\216\251\345\221\275\346\212\245\345\256\211\345\205\250\350\255\246\345\221\212.md" "b/_posts/2023-03-04-github\351\222\210\345\257\271yekyll\347\216\251\345\221\275\346\212\245\345\256\211\345\205\250\350\255\246\345\221\212.md" index 77404fe..4e8758c 100644 --- "a/_posts/2023-03-04-github\351\222\210\345\257\271yekyll\347\216\251\345\221\275\346\212\245\345\256\211\345\205\250\350\255\246\345\221\212.md" +++ "b/_posts/2023-03-04-github\351\222\210\345\257\271yekyll\347\216\251\345\221\275\346\212\245\345\256\211\345\205\250\350\255\246\345\221\212.md" @@ -183,4 +183,13 @@ bundle exec jekyll serve --livereload ### 20240208 > github再次报错, 报jquery的错误 +* 但是我找不到引入jquery的地方 + +```sh +bundle update # 这个报一堆问题 +bundle update github-pages # pages官方建议这个 https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll#keeping-your-site-up-to-date-with-the-github-pages-gem +# 然后报错 +Installing commonmarker 0.23.10 with native extensions Gem::Ext::BuildError: ERROR: Failed to build gem native extension. +# copilot建议安装command-tools, 但是, 本身command-tools已经安装好了. 至此, 走到了死胡同 +```