Die Dateinamen für ghostscript, die `thumbpdf` erwartet, hängen davon ab, was `perl` als Architektur meldet. Bei `mswin32c` versucht es beispielsweise `gswin32c` zu starten, bei `mswin64c` entsprechend `gswin64c`. Im Zweifelsfall erwartet es, dass ghostscript als `gs` verfügbar ist. Was es erwartet, erfährt man beispielsweise mit
<pre>thumbpdf --help</pre>
Dabei werden die Einstellungen für alle Optionen angezeigt, beispielsweise:
<pre>``THUMBPDF 3.15, 2012/04/18 - Copyright (c) 1999-2012 by Heiko Oberdiek.
Syntax: thumbpdf [options] <jobname[.pdf|.ps]>
Function: Support of thumbnails for pdfTeX or dvips/ps2pdf (pdfmark).
Thumbnails are generated by Ghostscript and the result is
written to data files for package `thumbpdf.sty':
`<jobname>.tpt' (pdfTeX), `<jobname>.tpm' (pdfmark)
Options: (defaults:)
--help print usage
--version print version number
--(no)quiet suppress messages (false)
--(no)verbose verbose printing (false)
--(no)debug debug informations (false)
--(no)makepng make thumbnails `thb*.png' (true)
--(no)makepdf make `thumbpdf.pdf' with thumbnails as images (true)
--(no)makedata make data file(s) for package `thumbpdf.sty' (true)
--(no)clean clear temp files (true)
--(no)useps `makepng' uses `.ps' instead of `.pdf' file (false)
--(no)level2 `<jobname>.tpm' with ps level 2 features (false)
--(no)greek text in greek style (experimental) (false)
--gscmd <name> call of ghostscript (gs)
--antialias <num1>[num2] anti-aliasing, 0 = disable, 4 = max (4)
--device|png [png]<;dev> Ghostscript device for thumbnails,
dev = mono, gray, 16, 256, 16m (png16m)
--resolution <res> thumbnail resolution for makepng (9)
--compress <n> thumbnail compress level, n = 0..10 (10)
--modes <mode>[,mode] mode=pdftex|pdfmark|dvips|ps2pdf|
vtexpdfmark|all (pdftex)
--password <password> for an encrypted pdf file ()``</pre>
Hier wird also erwartet, dass ghostscript unter dem Namen `gs` verfügbar ist.
Man erfährt dabei nebenbei auch, dass man den Namen des ghostscript-Programms mit
<pre>thumbpdf --gscmd <i>name</i></pre>
ändern kann.
Du solltest also einmal
<pre>thumbpdf --gscmd gswin32</pre>
ausprobieren. Falls `C:\texlive\2013\tlpkg\tlgs\bin` nicht im Suchpfad ist, kannst Du auch den gesamten Pfad angeben.
Einen weiteren Tipp für Probleme beim Aufruf von ghostscript liefert übrigens die Anleitung zu `thumbpdf`, die man mit `texdoc thumbpdf` auf der Kommandozeile erhält:
> * If Ghostscript cannot be started by perl because
> of serious problems (segmentation faults, ...),
> option `printgscmd' can be used: Thumbpdf prints the command line
> arguments for the ghostscript call in the file `thumbpdf.gs'
> and finishes. Then Ghostscript can manually be invoked to
> create the png files, e.g.:
> <pre>`gs386/gswin32c @thumbpdf.gs` (DOS/Win3.1)</pre>
> You need a Ghostscript executable that contains the png devices.
> For example version 5.50 can be run under Win3.1/Win32s by making
> a program icon with the correct working directory and
> the command `PATH/gswin32(c) @thumbpdf.gs', @thumbpdf.gs`, e.g:
> <pre>`c:\gstools\gs5.50\gswin32 -Ic:\gstools\gs5.50 @thumbpdf.gs`</pre>
> In the next call of thumbpdf the Ghostscript step is omitted by
> option `nomakepng'.
>
> Example command sequence:
> <pre> thumbpdf --printgscmd test
> gswin32c @thumbpdf.gs
> thumbpdf --nomakepng test</pre>
Statt `gswin32c` hättest Du in dem Beispiel `gswin32` bzw. `C:\texlive\2013\tlpkg\tlgs\bin\gswin32.exe` zu verwenden.
Ob das Mini-Ghostscript für `thumbpdf` dann ausreicht, kann ich Dir allerdings nicht sagen. Garantiert ist das nicht. Ebenso ist nicht garantiert, dass das Mini-Perl von TeX Live für Windows für die Ausführung von `thumbpdf` genügt. Generell würde ich daher empfehlen, ein richtiges Perl und ein richtiges Ghostscript zu installieren. Letzteres am besten gleich mit einem PostScript-Viewer wie GSView.