diff --git a/scripts/config/SumatraPDF-settings.txt b/scripts/config/SumatraPDF-settings.txt new file mode 100644 index 0000000..cbfe907 --- /dev/null +++ b/scripts/config/SumatraPDF-settings.txt @@ -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 diff --git a/scripts/unpack-zipfiles.cmd b/scripts/unpack-zipfiles.cmd index 5cc3d26..9f3eda8 100644 --- a/scripts/unpack-zipfiles.cmd +++ b/scripts/unpack-zipfiles.cmd @@ -138,6 +138,7 @@ echo. echo SumatraPDF move /Y %T%\sumatrapdf\*.exe %TOOLS%\SumatraPDF.exe rd /S /Q %T%\sumatrapdf +copy /Y config\SumatraPDF-settings.txt %TOOLS% echo. echo TCP-optimize script