📄 texinfo2.test
字号:
#! /bin/sh# Test to ensure that a ".info~" file doesn't end up in the# distribution. Bug report from Greg McGary.. $srcdir/defs || exit 1cat > Makefile.am << 'END'info_TEXINFOS = textutils.teximagic: @echo $(DISTFILES)END: > texinfo.texecho '@setfilename textutils.info' > textutils.texi: > textutils.info~$AUTOMAKE || exit 1test -z "`$MAKE -s -f Makefile.in magic | grep '~'`"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -