A questo link, le indicazioni per disattivare Adobe Updater.
In breve, lanciare (win xp) "C:\Programmi\File comuni\Adobe\Updater5\AdobeUpdater.exe", cliccare su Preferenze e togliere la spunta 'Ricerca automaticamente gli aggiornamenti di Adobe'.
Visualizzazione post con etichetta Software. Mostra tutti i post
Visualizzazione post con etichetta Software. Mostra tutti i post
martedì 26 gennaio 2010
sabato 7 novembre 2009
Sent to... pdfLaTeX (Vista)
Ho scritto un mini-script batch per Windows che esegue pdfLaTeX su un file cliccandovi sopra con il tasto destro del mouse e selezionando Send to.
Questo è lo script:
Va salvato con il nome pdfLaTeX.bat e (per Windows Vista) messo nella cartella:
C:\Users\[UserName]\AppData\Roaming\Microsoft\Windows\SendTo\
Riferimenti:
http://blogs.ugidotnet.org/marcom/archive/2007/01/10/65903.aspx
http://www.guit.sssup.it/phpbb/viewtopic.php?t=5295
http://www.guit.sssup.it/phpbb/viewtopic.php?t=5761
http://it.wikipedia.org/wiki/Lista_di_comandi_di_MS-DOS
http://ss64.com/nt/echo.html
Questo è lo script:
@echo off
FOR %%A IN (%*) DO (
pdflatex -interaction=nonstopmode %%A
echo.
echo pdfLaTeX eseguito su %%A
pause
)
Va salvato con il nome pdfLaTeX.bat e (per Windows Vista) messo nella cartella:
C:\Users\[UserName]\AppData\Roaming\Microsoft\Windows\SendTo\
Riferimenti:
http://blogs.ugidotnet.org/marcom/archive/2007/01/10/65903.aspx
http://www.guit.sssup.it/phpbb/viewtopic.php?t=5295
http://www.guit.sssup.it/phpbb/viewtopic.php?t=5761
http://it.wikipedia.org/wiki/Lista_di_comandi_di_MS-DOS
http://ss64.com/nt/echo.html
Etichette
LaTeX,
Software,
Windows Vista
lunedì 12 ottobre 2009
LaTeX: installing editor & pdf viewer
Once you've installed TeXLive on your Windws Vista PC, the game is not over, yet.
In fact, LaTeX itself is the "engine" (the compiler), but to produce and see/print your documents you will need*:
- a specific LaTeX Editor;
- a (specific) PDF viewer.
*Please Note: actually, you don't need a specific LaTeX editor; in fact, you can type your LaTeX document wherever you want (i.e. Notepad) and save them with *.tex extension (not *.txt). Nonetheless, a specific editor would help you in a such numerous things... so... Why not?
I'll describe you TeXnicCenter editor and SumatraPDF-TeX viewer.
TeXnicCenter is an Open Source editor, really customizable, available for download at http://www.texniccenter.org/.
The installation process is a Windows standard one (you just have to run a exe file).
The first time you run TeXnicCenter, the software will ask you about your LaTeX distribution path, your default viewer path, etc.
You'll early learn using TeXnicCenter. Just a couple of tips and tricks.
First of all, the spelling.
TeXnicCenter can spell your documents in real time - if you give him a dictionary (language_DIALECT.dic and language_DIALECT.aff). To do this, click Tools - Options - Spelling, in Default Language select a dictionary and a dialect, in Personal Dictionary field type the path of your dictionaries folder. Clicking Download Dictionaries (and being connected to internet), an OpenOffice wiki services web pages with links to all dictionaries available will open - just download the *.zip file and uncompress the two previously cited files in the appropriate folder).
For Italian people, download "Italian dictionary (dizionario italiano)" in Spelling submenu, unzip it_IT.dic and it_IT.aff.
One more interesting thing; auto-completation.
While typing your LaTeX document in TeXnicCenter, you'll se a small yellow tips window appear every time you're typing a LaTeX command that TeXnicCenter recognize - just press ctrl + space to accept the suggestion. May be you want to edit / customize the autocompletation: see here (in Italian only).
With the third tip, we'll get inside the second argument of this post: a pdf viewer.
Every Windows user feels comfortable with Acrobat Reader - and that's OK. But, others pdf viewer are more suitable while your document preparation is a WIP. This means: you can get forward and inverse search from the output pdf and the source tex file.
Quoting http://william.famille-blum.org/
SumatraPDF is a PDF reader which supports two synchronization technologies: pdfsync and the more recent SyncTeX. To use the first one you just need to load the 'pdfsync' package in your latex document as follows: \usepackage{pdfsync} When compiling your source file, LaTeX will generate a .pdfsync file along with the .pdf output file. This file can then be used by SumatraPDF to perform synchronization. With SyncTeX it is not necessary to load any package. However you need to specify the 'synctex' switch when compiling your document with pdflatex: pdflatex -synctex=-1 document.tex Also make sure you have updated your TeX installation as only recent releases of pdftex support this feature (TeXLive 2008 and MikTex 2.7).
We'll talk about SyncTeX.
Quoting again:
SyncTex is directly integrated in pdftex. This has many benefits: there is no need to load a special package in your .tex document, there is no more incompatibilities with latex packages, and the synchronization is more precise. One disadvantage is that the generated synchronization file can be huge, and for that reason it has an option to zip it. One disadvantage is that the generated synchronization file can be huge, and for that reason it has an option to zip it.
So, download SumatraPDF-tex.exe from this page: http://william.famille-blum.org/software/sumatra/index.html
The file you download is the executable files yet (no installation required): move the file (for i.e.) in C:\Program Files\SumatraPDF\ and everytihing is done.
OK, now. Having installed TeXLive 2008 (or MikTeX 2.7 and followers), you won't need anything but compiling with the option -synctex=-1*, so:
pdflatex -synctex=-1 test.tex
*Please Note: -synctex=1 will produce the zipped version of synctex file.
Let's go back to TeXnicCenter: select Build - Definse Output profiles... and set in (La)TeX tab the field as follows (eventually in a new profile copied from LaTeX -> PDF):

Again in Viewer tab:

I quote one more time for the textual part to copy - paste:
1- Menu 'Build\Define output profiles...'
2- Select the profile "Latex=>PDF"
3- Select the tab '(La)TeX'
4- In the field 'Command line arguments to pass to the compiler' add -synctex=-1.
Forward search
To setup forward-search with TeXnicCenter proceed as follows:
1- Menu 'Build\Define output profiles...'
2- Select the profile "Latex=>PDF"
3- Select the tab 'Viewer'
4- Fill the options as follows:
Path of executable: c:\tools\SumatraPDF-sync.exe -reuse-instance
Forward search: select DDE command
Command: [ForwardSearch("%bm.pdf","%Wc",%l,0,0,0)]
Server: SUMATRA
Topic: control
View project's output: select DDE command
Command: [Open("%bm.pdf",0,1,1)]
Server: SUMATRA
Topic: control
Close document before running (La)TeX: Do not close
OK, we're near at the end - we only have to set up the inverse search.
Now just open SumatraPDF, click con Sttings - Options and in the field "Set inverse search command line" the string to start TeXnicCenter is:
"C:\Program Files\TeXnicCenter\TEXCNTR.EXE" /ddecmd "[goto('%f', '%l')]"
Done!
In fact, LaTeX itself is the "engine" (the compiler), but to produce and see/print your documents you will need*:
- a specific LaTeX Editor;
- a (specific) PDF viewer.
*Please Note: actually, you don't need a specific LaTeX editor; in fact, you can type your LaTeX document wherever you want (i.e. Notepad) and save them with *.tex extension (not *.txt). Nonetheless, a specific editor would help you in a such numerous things... so... Why not?
I'll describe you TeXnicCenter editor and SumatraPDF-TeX viewer.
TeXnicCenter is an Open Source editor, really customizable, available for download at http://www.texniccenter.org/.
The installation process is a Windows standard one (you just have to run a exe file).
The first time you run TeXnicCenter, the software will ask you about your LaTeX distribution path, your default viewer path, etc.
You'll early learn using TeXnicCenter. Just a couple of tips and tricks.
First of all, the spelling.
TeXnicCenter can spell your documents in real time - if you give him a dictionary (language_DIALECT.dic and language_DIALECT.aff). To do this, click Tools - Options - Spelling, in Default Language select a dictionary and a dialect, in Personal Dictionary field type the path of your dictionaries folder. Clicking Download Dictionaries (and being connected to internet), an OpenOffice wiki services web pages with links to all dictionaries available will open - just download the *.zip file and uncompress the two previously cited files in the appropriate folder).
For Italian people, download "Italian dictionary (dizionario italiano)" in Spelling submenu, unzip it_IT.dic and it_IT.aff.
One more interesting thing; auto-completation.
While typing your LaTeX document in TeXnicCenter, you'll se a small yellow tips window appear every time you're typing a LaTeX command that TeXnicCenter recognize - just press ctrl + space to accept the suggestion. May be you want to edit / customize the autocompletation: see here (in Italian only).
With the third tip, we'll get inside the second argument of this post: a pdf viewer.
Every Windows user feels comfortable with Acrobat Reader - and that's OK. But, others pdf viewer are more suitable while your document preparation is a WIP. This means: you can get forward and inverse search from the output pdf and the source tex file.
Quoting http://william.famille-blum.org/
SumatraPDF is a PDF reader which supports two synchronization technologies: pdfsync and the more recent SyncTeX. To use the first one you just need to load the 'pdfsync' package in your latex document as follows: \usepackage{pdfsync} When compiling your source file, LaTeX will generate a .pdfsync file along with the .pdf output file. This file can then be used by SumatraPDF to perform synchronization. With SyncTeX it is not necessary to load any package. However you need to specify the 'synctex' switch when compiling your document with pdflatex: pdflatex -synctex=-1 document.tex Also make sure you have updated your TeX installation as only recent releases of pdftex support this feature (TeXLive 2008 and MikTex 2.7).
We'll talk about SyncTeX.
Quoting again:
SyncTex is directly integrated in pdftex. This has many benefits: there is no need to load a special package in your .tex document, there is no more incompatibilities with latex packages, and the synchronization is more precise. One disadvantage is that the generated synchronization file can be huge, and for that reason it has an option to zip it. One disadvantage is that the generated synchronization file can be huge, and for that reason it has an option to zip it.
So, download SumatraPDF-tex.exe from this page: http://william.famille-blum.org/software/sumatra/index.html
The file you download is the executable files yet (no installation required): move the file (for i.e.) in C:\Program Files\SumatraPDF\ and everytihing is done.
OK, now. Having installed TeXLive 2008 (or MikTeX 2.7 and followers), you won't need anything but compiling with the option -synctex=-1*, so:
pdflatex -synctex=-1 test.tex
*Please Note: -synctex=1 will produce the zipped version of synctex file.
Let's go back to TeXnicCenter: select Build - Definse Output profiles... and set in (La)TeX tab the field as follows (eventually in a new profile copied from LaTeX -> PDF):

Again in Viewer tab:

I quote one more time for the textual part to copy - paste:
1- Menu 'Build\Define output profiles...'
2- Select the profile "Latex=>PDF"
3- Select the tab '(La)TeX'
4- In the field 'Command line arguments to pass to the compiler' add -synctex=-1.
Forward search
To setup forward-search with TeXnicCenter proceed as follows:
1- Menu 'Build\Define output profiles...'
2- Select the profile "Latex=>PDF"
3- Select the tab 'Viewer'
4- Fill the options as follows:
Path of executable: c:\tools\SumatraPDF-sync.exe -reuse-instance
Forward search: select DDE command
Command: [ForwardSearch("%bm.pdf","%Wc",%l,0,0,0)]
Server: SUMATRA
Topic: control
View project's output: select DDE command
Command: [Open("%bm.pdf",0,1,1)]
Server: SUMATRA
Topic: control
Close document before running (La)TeX: Do not close
OK, we're near at the end - we only have to set up the inverse search.
Now just open SumatraPDF, click con Sttings - Options and in the field "Set inverse search command line" the string to start TeXnicCenter is:
"C:\Program Files\TeXnicCenter\TEXCNTR.EXE" /ddecmd "[goto('%f', '%l')]"
Done!
giovedì 23 luglio 2009
Poweroff 3.0.1.3
Citando direttamente da http://poweroff.softonic.it/
“Programma lo spegnimento del tuo PC”
di Alessandro Licitra
Sei in ritardo a una cena ma non puoi spegnere adesso il tuo computer? Con Poweroff, che può agire in locale o su un PC remoto, potrai pianificare come e quando disconnettere, spegnere, riavviare o mettere in stand-by il tuo sistema.
Deciderai se fare eseguire l'operazione in un giorno esatto e a un'ora prestabilita (con la possibilità di mostrare un messaggio sul monitor prima che l'azione venga compiuta) oppure alla fine di un processo (ad esempio alla chiusura del tuo browser). Con lo stesso principio potrai stabilire quando, al contrario, far partire una determinata applicazione.
Giudizio complessivo
Dall'interfaccia chiara ma esteticamente migliorabile, questa utility occupa poche risorse, è di pronto utilizzo e gestisce in modo efficace le operazioni di chiusura del tuo PC.
Sistema operativo richiesto per Poweroff:
* Sistema: Win95/98/98SE/Me/2000/NT/XP/Vista
“Programma lo spegnimento del tuo PC”
di Alessandro Licitra
Sei in ritardo a una cena ma non puoi spegnere adesso il tuo computer? Con Poweroff, che può agire in locale o su un PC remoto, potrai pianificare come e quando disconnettere, spegnere, riavviare o mettere in stand-by il tuo sistema.
Deciderai se fare eseguire l'operazione in un giorno esatto e a un'ora prestabilita (con la possibilità di mostrare un messaggio sul monitor prima che l'azione venga compiuta) oppure alla fine di un processo (ad esempio alla chiusura del tuo browser). Con lo stesso principio potrai stabilire quando, al contrario, far partire una determinata applicazione.
Giudizio complessivo
Dall'interfaccia chiara ma esteticamente migliorabile, questa utility occupa poche risorse, è di pronto utilizzo e gestisce in modo efficace le operazioni di chiusura del tuo PC.
Sistema operativo richiesto per Poweroff:
* Sistema: Win95/98/98SE/Me/2000/NT/XP/Vista
Etichette
Poweroff 3.0.1.3,
Software,
Windows
Formattare penna usb
Nella fretta di installare una Live Debian su una penna usb, si dà OK senza pensarci troppo al messaggio che avvisa che la penna, da quel momento in avanti, non sarà più letta da Windows. Quello che in realtà dice il messaggio è: attenzione, sto partizionando la tua bellissima penna da 2GB e mi piglio 1.2GB per metterci su il file system ext3 che piace a linux, ma che Windows non legge nemmeno.
Così, quando, qualche tempo dopo, si rimette mano alla propria penna con l'intento di salvarci dei grossi file, si scopre che Windows legge la penna come una dai soli 600MB precedentemente non formattati. E non c'è modo (da Windows, si intende) di ri-arrangiare la partizione primaria sovrascrivendo quella da 1.2GB con filesystem EXT3!
Io ho fatto così: opensuse 11 kde live cd, lanciato il sistema operativo, aperto l'applicativo YaST's disk partitioner, il quale vede sia tutta la penna con i suoi due giga, sia la sola partizione con i 600MB in FAT32. Si cancella la partizione, si crea una nuova partizione primaria grande al massimo, con file system fat e si avvia.
Ora la penna ha una sola partizione da due giga (1.8, in realtà), formattata con FAT32. Per noti motivi, è cosa buona e giusta formattare la penna in NTFS, ma il classico right click sulla penna, Formatta, permette di scegliere solo tra FAT e FAT32.
Allora (Windows Vista): Pannello di controllo - Strumenti di amministrazione - Gestione computer - Gestione disco, selezione del disco removibile, click col destro, Formatta e... formattazione in NTFS avvenuta con successo!
Ben tornata pennina!
Così, quando, qualche tempo dopo, si rimette mano alla propria penna con l'intento di salvarci dei grossi file, si scopre che Windows legge la penna come una dai soli 600MB precedentemente non formattati. E non c'è modo (da Windows, si intende) di ri-arrangiare la partizione primaria sovrascrivendo quella da 1.2GB con filesystem EXT3!
Io ho fatto così: opensuse 11 kde live cd, lanciato il sistema operativo, aperto l'applicativo YaST's disk partitioner, il quale vede sia tutta la penna con i suoi due giga, sia la sola partizione con i 600MB in FAT32. Si cancella la partizione, si crea una nuova partizione primaria grande al massimo, con file system fat e si avvia.
Ora la penna ha una sola partizione da due giga (1.8, in realtà), formattata con FAT32. Per noti motivi, è cosa buona e giusta formattare la penna in NTFS, ma il classico right click sulla penna, Formatta, permette di scegliere solo tra FAT e FAT32.
Allora (Windows Vista): Pannello di controllo - Strumenti di amministrazione - Gestione computer - Gestione disco, selezione del disco removibile, click col destro, Formatta e... formattazione in NTFS avvenuta con successo!
Ben tornata pennina!
Etichette
formattare,
OpenSuse,
penna usb,
Software,
Windows Vista,
YaST's disk partitioner
lunedì 20 luglio 2009
VLC
WIP
VLC 1.0.0 Goldeneye presenta, tra le altre, le quattro funzionalità avanzate:
Per accedervi, Visualizza - Controlli avanzati.
VLC 1.0.0 Goldeneye presenta, tra le altre, le quattro funzionalità avanzate:
- registra - per registrare il flusso audio/video visualizzato e lo salva nella cartella Documenti dell'utente attivo;
- cattura una schermata - per eseguire uno snapshot della schermata visualizzata;
- cicla continuamente dal punto A al punto B - al primo click fissa il punto A, al secondo click il punto B e riproduce in loop lo spezzone audio/video A-B;
- Fotogramma per fotogramma (o frame by frame) - riproduce il video attivo scorrendo di fotogramma in fotogramma
Per accedervi, Visualizza - Controlli avanzati.
Etichette
Software,
VLC Mediaplayer
sabato 23 maggio 2009
Inkscape 1/??
Su Windows Vista, la cartella in cui viene salvato il file preferences.dat, che modifica le impostazioni di default di inkskape, è:
C:\Users\NomeUtente\AppData\Roaming\Inkscape
Etichette
Inkscape,
Software,
Windows Vista
lunedì 11 maggio 2009
20 Vector Graphics Editors Reviewed
Compatibility and Price Chart of Vector Programs | ||||
Windows | Mac | Unix | Price | |
---|---|---|---|---|
Inkscape | Yes | Yes | Yes | Free |
Ipe | Yes | Yes | Yes | Free |
VRR | No | No | Yes | Free |
ConceptDraw | Yes | Yes | No | $299 |
Drawit | No | Yes | No | $40 |
Jfig | Yes | Yes | Yes | $30 |
ZeusDraw | No | Yes | No | $90 |
Xara Xtreme | Yes | No | Yes | Free |
MagicTracer | Yes | No | No | $60 |
Karbon14 | No | No | Yes | Free |
Nodebox | No | Yes | No | Free |
Scribus | Yes | Yes | Yes | Free |
SK1 | No | Yes | Yes | Free |
Skencil | No | No | Yes | Free |
Synfig | Yes | No | Yes | Free |
Tfig | No | No | Yes | Free |
Tplot | Yes | No | No | Free |
Whiteboardmeeting | Yes | No | No | Free |
Zcubes | Web Based | Free | ||
Xfig | No | No | Yes | Free |
Sodipodi | Yes | No | Yes | Free |
20 Vector Graphics Editors Reviewed
Etichette
Software
martedì 28 aprile 2009
domenica 19 aprile 2009
Customizing TeXnicCenter
Per modificare le auto-completion di TeXnicCenter,
trovare la cartella di installazione del programma, aprire
Lì sono listati tutti i completamenti automatici del programma.
Nota bene:
in un comando, "a capo" si ottiene con la sequenza
trovare la cartella di installazione del programma, aprire
packagese trascinare in un editor il file
TeX.xml
Lì sono listati tutti i completamenti automatici del programma.
Nota bene:
in un comando, "a capo" si ottiene con la sequenza
& # x A ;senza spazi intermedi.
mercoledì 18 marzo 2009
venerdì 6 marzo 2009
martedì 17 febbraio 2009
Floola - iPod Manager
"Floola is a freeware application to efficiently manage your iPod. It's a standalone application that can be run directly from your iPod and needs no installation under Linux (any GTK2 distro), Mac OS X (10.3.9 or newer!) and Windows (98 or newer, including Vista)."
Web:
Web:
- sito ufficiale: floola.com
- tabella comparativa tra iPod managers (Wikipedia en): qui
- Cercalo su google: faccio io!
Etichette
Software
domenica 1 febbraio 2009
Immagini vettoriali
Salvare un'immagine in formato vettoriale (PDF, PS, ...) in Windows?
Irfanview + PlugIns!
In un'immagine:
Irfanview + PlugIns!
In un'immagine:
- PER INSERIRE UN TESTO: Selezione con tasto sinistro, Edit - Insert text in selection (CTRL + T);
- PER DISEGNARE: Edit - Show Paint dialog (F12).
Etichette
Software
Iscriviti a:
Post (Atom)
Per scrivere con caratteri a spaziatura fissa
questo è il codice
And what about this one?