Completed letter for final report

This commit is contained in:
2015-05-06 13:17:47 -04:00
parent 0542e022bd
commit 6661155c32
8 changed files with 53 additions and 24 deletions

View File

@@ -0,0 +1,26 @@
" ATP project vim script: Wed May 06, 2015 at 12:39 PM -0400.
let b:atp_MainFile = 'final.tex'
let g:atp_mapNn = 0
let b:atp_autex = 1
let b:atp_TexCompiler = 'pdflatex'
let b:atp_TexOptions = '-synctex=1'
let b:atp_TexFlavor = 'tex'
let b:atp_auruns = '1'
let b:atp_ReloadOnError = '1'
let b:atp_OutDir = '/Users/shyam/Dropbox/cdb/final'
let b:atp_OpenViewer = '1'
let b:atp_XpdfServer = 'final'
let b:atp_Viewer = 'okular'
let b:TreeOfFiles = {}
let b:ListOfFiles = []
let b:TypeDict = {}
let b:LevelDict = {}
let b:atp_BibCompiler = 'bibtex'
let b:atp_StarEnvDefault = ''
let b:atp_StarMathEnvDefault = ''
let b:atp_updatetime_insert = 4000
let b:atp_updatetime_normal = 2000
let b:atp_LocalCommands = []
let b:atp_LocalEnvironments = []
let b:atp_LocalColors = []