瀏覽代碼

Correct error in documentation

Barry Steyn 12 年之前
父節點
當前提交
457604623f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      latex/Readme.md

+ 1 - 1
latex/Readme.md

@@ -31,7 +31,7 @@ between the `<head>` parameters (for the NotMyIdea template, this file is base.h
         {{ article.latex }}
     {% endif %}
     {% if page and page.latex %}
-        {{ article.latex }}
+        {{ page.latex }}
     {% endif %}
 
 Usage