diff options
author | Karl Berry <karl@freefriends.org> | 2018-02-07 22:16:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-02-07 22:16:30 +0000 |
commit | 5c555b0602026d3916d5d9ecea2a49ad41d8bf2f (patch) | |
tree | 3f1c296165ee76ad1b4419a767ceb3c202bf825a /Master/texmf-dist/doc/latex/hithesis/back | |
parent | e3d7bb8e67c5354ebf925a8bc0af418dd84d2d16 (diff) |
hithesis (7feb18)
git-svn-id: svn://tug.org/texlive/trunk@46564 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hithesis/back')
-rw-r--r-- | Master/texmf-dist/doc/latex/hithesis/back/appA.tex | 45 |
1 files changed, 40 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/hithesis/back/appA.tex b/Master/texmf-dist/doc/latex/hithesis/back/appA.tex index 45cb667accb..29721d3ccc1 100644 --- a/Master/texmf-dist/doc/latex/hithesis/back/appA.tex +++ b/Master/texmf-dist/doc/latex/hithesis/back/appA.tex @@ -23,12 +23,47 @@ E & = m c^2 \end{align} \chapter{这个星球上最好的免费Linux软件列表}[List of the Best Linux Software in our Planet] -\section*{系统} +\section{系统} -\href{http://fvwm.org/}{FVWM 星球最强大的窗口管理器}——推荐 +\href{http://fvwm.org/}{FVWM 自从上世纪诞生以来,此星球最强大的窗口管理器。} +推荐基于FVWM的桌面设计hifvwm:\href{https://github.com/dustincys/hifvwm}{https://github.com/dustincys/hifvwm}。 -\section*{其他} +\subsection{hifvwm的优点} -\href{https://github.com/goldendict/goldendict}{goldendict 星球最强大的桌面字典}——推荐 +\begin{enumerate} + \item 即使打开上百个窗口也不会“蒙圈”。计算机性能越来越强大,窗口任务的管理必须要升级到打怪兽级别。 + \item 自动同步Bing搜索主页的壁纸。每次电脑开机,午夜零点自动更新,用户 + 也可以手动更新,从此审美再也不疲劳。 + \item 切换窗口自动聚焦到最上面的窗口。使用键盘快捷键切换窗口时候,减少 + 操作过程,自动聚焦到目标窗口。这一特性是虚拟窗口必须的人性化设 + 计。 + \item 类似window右下角的功能的最小化窗口来显示桌面的功能此处类似 + win7/win10,实现在一个桌面之内操作多个任务。 + \item 任务栏结合标题栏。采用任务栏和标题栏结合,节省空间。 + \item 同类窗口切换。可以在同类窗口之内类似alt-tab的方式切换。 + \item …… +\end{enumerate} -\href{http://www.mutt.org/}{mutt 星球最强大的邮件客户端}——推荐 +\section{其他} + +\href{https://github.com/goldendict/goldendict}{goldendict 星球最强大的桌面字典。} + +\href{https://github.com/yarrick/iodine}{iodine,“HIT-WLAN + 锐捷”时代的福音。} + +\href{http://www.aircrack-ng.org/}{aircrack,Wifi“安全性评估”工具。} + +\href{https://www.ledger-cli.org/}{ledger,前“金融区块链”时代最好的复式记账系统。} + +\href{https://orgmode.org/}{orgmode,最强大的笔记系统,从来没有之一。} + +\href{https://www.jianguoyun.com/}{坚果云,国内一款支持WebDav的云盘系统,国内真正的云盘没有之一。} + +\href{http://www.mutt.org/}{mutt, ``All mail clients suck. This one just sucks less.''} + +\section{vim} +实现中英文每一句一行,以及实现每一句折叠断行的简单正则式,tex源码更加乖乖。 +\begin{lstlisting} +vnoremap <leader>fae J:s/[.!?]\zs\s\+/\="\r".matchstr(getline('.'), '^\s*')/g<CR> +vnoremap <leader>fac J:s/[。!?]/\=submatch(0)."\n".matchstr(getline('.'), '^\s*')/g<CR> +vnoremap <leader>fle :!fmt -80 -s<CR> +\end{lstlisting} |