📄 makefile
字号:
#TEX4HT_OPTIONS="xhtml,frames,refcaption,info"TEX4HT_OPTIONS="index,xhtml,3,frames,refcaption"TARGET=index#all:$(TARGET).tex# latex $(TARGET)# latex $(TARGET)# latex $(TARGET)# tex4ht $(TARGET) # t4ht $(TARGET)all:$(TARGET).en xhlatex $(TARGET).en $(TEX4HT_OPTIONS)# mv $(TARGET)*.html $(TARGET)*.html.ru clean: rm -f $(TARGET).lg rm -f *.html rm -f *.html.en rm -f $(TARGET).dvi rm -f $(TARGET).lg rm -f $(TARGET).xref rm -f $(TARGET).idv rm -f $(TARGET).toc rm -f $(TARGET).otc rm -f $(TARGET).4tc rm -f $(TARGET).4ct rm -f $(TARGET).tmp rm -f $(TARGET).aux rm -f $(TARGET).css rm -f $(TARGET).log rm -f $(TARGET).out rm -f $(TARGET).idxcleantex: rm -f $(TARGET).lg rm -f $(TARGET).dvi rm -f $(TARGET).lg rm -f $(TARGET).idv rm -f $(TARGET).toc rm -f $(TARGET).otc rm -f $(TARGET).4tc rm -f $(TARGET).4ct rm -f $(TARGET).tmp rm -f $(TARGET).aux rm -f $(TARGET).log rm -f $(TARGET).out rm -f $(TARGET).idx
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -