This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set nocompatible " be iMproved, required | |
filetype off " required | |
syntax on | |
" set the runtime path to include Vundle and initialize | |
set rtp+=~/.vim/bundle/Vundle.vim | |
call vundle#begin() | |
" alternatively, pass a path where Vundle should install plugins | |
" let path = '~/some/path/here' | |
" call vundle#rc(path) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sub ConvertWordsToPdfs() | |
Dim directory As String | |
directory = "PATH\TO\DESIRED\DIR" ' The starting directory | |
Dim fso, newFile, folder, files | |
Set fso = CreateObject("Scripting.FileSystemObject") | |
Set folder = fso.GetFolder(directory) | |
Set files = folder.files |
- 建议使用10.0版本的Mobaxterm(下简称Moba), 10.2版本的有少许问题,
比如用
apt-get
或者apt-cyg
不能用 C-c 停止, 不能使用gist-vim
插件,git clone
也出现各种不能名状的问题. - 配置
Persistent home directory
以及Persistent root (/) directory
, 个人的路径为F:\WorkingDirectory\Cygwin\home
,F:\WorkingDirectory\Cygwin
. 关闭Moba, 修改/etc/fstab
文件, 加上行:
- 清华: https://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/Images/
- 兰大: https://mirror.lzu.edu.cn/CTAN/systems/texlive/Images/
- 阿里: https://mirrors.aliyun.com/CTAN/systems/texlive/Images/
- 科大: http://mirrors.ustc.edu.cn/CTAN/systems/texlive/Images/
Tips:
- 两个「版本」TeXLive的iso文件层面上是无差别的(md5值相同), 下载其中一个即可
在同一目录下新建如下文件:
-
ezftp.c
#include <stdlib.h> #include <stdio.h> #include <time.h> #include <string.h>