📄 end.awk
字号:
BEGIN { print ".bp" > "endnotes" print ".nr # 0 1" >> "endnotes" print ".ds # \\\\n+#." >> "endnotes" print ".TL" >> "endnotes" print "ENDNOTES" >> "endnotes" print ".sp" >> "endnotes" }{ if ($1 == ".FS") { inNote = 1 print ".IP \\*#" >> "endnotes" } else if ($1 == ".FE") inNote = 0; else if (inNote) print $0 >> "endnotes" else print}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -