Sumatrapdfcache writes in c:\tools! #108
This commit is contained in:
parent
88a57da130
commit
8486480346
84
scripts/config/SumatraPDF-settings.txt
Normal file
84
scripts/config/SumatraPDF-settings.txt
Normal file
@ -0,0 +1,84 @@
|
|||||||
|
# For documentation, see https://www.sumatrapdfreader.org/settings/settings3-4-6.html
|
||||||
|
FixedPageUI [
|
||||||
|
TextColor = #000000
|
||||||
|
BackgroundColor = #ffffff
|
||||||
|
SelectionColor = #f5fc0c
|
||||||
|
WindowMargin = 2 4 2 4
|
||||||
|
PageSpacing = 4 4
|
||||||
|
HideScrollbars = false
|
||||||
|
]
|
||||||
|
ComicBookUI [
|
||||||
|
WindowMargin = 0 0 0 0
|
||||||
|
PageSpacing = 4 4
|
||||||
|
CbxMangaMode = false
|
||||||
|
]
|
||||||
|
ChmUI [
|
||||||
|
UseFixedPageUI = false
|
||||||
|
]
|
||||||
|
|
||||||
|
SelectionHandlers [
|
||||||
|
]
|
||||||
|
ExternalViewers [
|
||||||
|
]
|
||||||
|
|
||||||
|
ZoomLevels = 8.33 12.5 18 25 33.33 50 66.67 75 100 125 150 200 300 400 600 800 1000 1200 1600 2000 2400 3200 4800 6400
|
||||||
|
ZoomIncrement = 0
|
||||||
|
|
||||||
|
PrinterDefaults [
|
||||||
|
PrintScale = shrink
|
||||||
|
]
|
||||||
|
ForwardSearch [
|
||||||
|
HighlightOffset = 0
|
||||||
|
HighlightWidth = 15
|
||||||
|
HighlightColor = #6581ff
|
||||||
|
HighlightPermanent = false
|
||||||
|
]
|
||||||
|
Annotations [
|
||||||
|
HighlightColor = #ffff00
|
||||||
|
UnderlineColor = #00ff00
|
||||||
|
TextIconColor = #ffff00
|
||||||
|
TextIconType =
|
||||||
|
DefaultAuthor =
|
||||||
|
]
|
||||||
|
|
||||||
|
RememberOpenedFiles = false
|
||||||
|
RememberStatePerDocument = false
|
||||||
|
RestoreSession = false
|
||||||
|
UiLanguage = en
|
||||||
|
EnableTeXEnhancements = false
|
||||||
|
DefaultDisplayMode = automatic
|
||||||
|
DefaultZoom = fit page
|
||||||
|
Shortcuts [
|
||||||
|
]
|
||||||
|
EscToExit = false
|
||||||
|
ReuseInstance = false
|
||||||
|
ReloadModifiedDocuments = true
|
||||||
|
|
||||||
|
MainWindowBackground = #80fff200
|
||||||
|
FullPathInTitle = false
|
||||||
|
ShowMenubar = true
|
||||||
|
ShowToolbar = true
|
||||||
|
ShowFavorites = false
|
||||||
|
ShowToc = true
|
||||||
|
TocDy = 0
|
||||||
|
SidebarDx = 331
|
||||||
|
ToolbarSize = 18
|
||||||
|
TabWidth = 300
|
||||||
|
TreeFontSize = 0
|
||||||
|
SmoothScroll = false
|
||||||
|
ShowStartPage = true
|
||||||
|
CheckForUpdates = true
|
||||||
|
WindowState = 2
|
||||||
|
WindowPos = 1122 0 795 1030
|
||||||
|
UseTabs = true
|
||||||
|
UseSysColors = false
|
||||||
|
CustomScreenDPI = 0
|
||||||
|
|
||||||
|
FileStates [
|
||||||
|
]
|
||||||
|
SessionData [
|
||||||
|
]
|
||||||
|
TimeOfLastUpdateCheck = 0 0
|
||||||
|
OpenCountWeek = 640
|
||||||
|
|
||||||
|
# Settings below are not recognized by the current version
|
@ -138,6 +138,7 @@ echo.
|
|||||||
echo SumatraPDF
|
echo SumatraPDF
|
||||||
move /Y %T%\sumatrapdf\*.exe %TOOLS%\SumatraPDF.exe
|
move /Y %T%\sumatrapdf\*.exe %TOOLS%\SumatraPDF.exe
|
||||||
rd /S /Q %T%\sumatrapdf
|
rd /S /Q %T%\sumatrapdf
|
||||||
|
copy /Y config\SumatraPDF-settings.txt %TOOLS%
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
echo TCP-optimize script
|
echo TCP-optimize script
|
||||||
|
Loading…
Reference in New Issue
Block a user