📄 texinfo.test
字号:
#! /bin/sh# Test to ensure texinfo.tex included in distribution. Bug report by# Jim Meyering.. $srcdir/defs || exit 1cat > Makefile.am << 'END'info_TEXINFOS = textutils.teximagic: @echo $(DISTFILES)ENDecho '@setfilename textutils.info' > textutils.texi: > texinfo.tex$AUTOMAKE || exit 1$MAKE -s -f Makefile.in SHELL=/bin/sh magic | grep 'texinfo\.tex'
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -