This website works better with JavaScript.
首頁
說明
登入
cacalabs
/
libcaca
镜像来自
https://github.com/cacalabs/libcaca.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
7
Wiki
Activity
瀏覽代碼
* Support Debian's texlive installation. Will sneak this fix in beta12.
tags/v0.99.beta14
Sam Hocevar
sam
17 年之前
父節點
2b6b68d7c5
當前提交
513d856426
共有
1 個文件被更改
,包括
2 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
configure.ac
+ 2
- 0
configure.ac
查看文件
@@ -354,6 +354,8 @@ if test "${enable_doc}" != "no"; then
AC_MSG_RESULT(yes)
elif test -f /usr/share/texmf-tetex/tex/latex/a4wide/a4wide.sty; then
AC_MSG_RESULT(yes)
elif test -f /usr/share/texmf-texlive/tex/latex/ltxmisc/a4wide.sty; then
AC_MSG_RESULT(yes)
else
LATEX="no"
AC_MSG_RESULT(no)
Write
Preview
Loading…
取消
儲存