Visualizzazione post con etichetta Windows Vista. Mostra tutti i post
Visualizzazione post con etichetta Windows Vista. Mostra tutti i post

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:
@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

sabato 10 ottobre 2009

How to install TexLive 2008 on Windows Vista Home Premium

Probably, Windows user will feel more comfortable with MikTeX, but I prefer TeX Live, and the following is:

How to install TexLive 2008 on Windows Vista Home Premium

The official web page of TeX Live 2008 is:
http://www.tug.org/texlive/

There, you can find whatever you need about TeX Live 2008 (including the TeX Live 2009 pretesting - update: today, Saturday 10th October 2009).

I'll try to give you the briefest instruction to install the distribution in Windows Vista using text mode - it is really easy!

First of all, download the zip file install-tl.zip from this website:
http://www.tug.org/texlive/acquire.html
and unzip the archive wherever you like.

Than click Start - Run and enter cmd: this will open the command line (don't be worried, everything is ok!).

Digit:
cd (unzippedfolderpath)
where (unzippedfolderpath) is the path of the folder where install-tl.bat is.

Now, if you type
install-tl -help
you can read the help screen, with a complete listing of the options available.

In particular, simply digiting install-tl the installer will run with all default option and with the graphical user interface (GUI). For each option you want to specify, the syntax, as always, is -optionname (optionargument), where (optionargument) can not be defined for some options.

In this how to, we'll use two options. The first one is -no-gui (which does not requires any option argument), and runs the installer in text mode. The second one is -location (url): if you don't specifies this option, the installer will download all file (more than 1800 file for almost 1.5GB) from the nearest official mirror from where you are. In Italy, the official mirror is ftp.uniroma2.it, but the bit-rate in download is really astonishing. So, from (the north of) Italy you can choose, for example, http://bo.mirror.garr.it/mirrors/CTAN/systems/texlive/tlnet/2008/
Actually, you will enter
install-tl -no-gui -location http://bo.mirror.garr.it/mirrors/CTAN/systems/texlive/tlnet/2008/
* UPDATE: sometimes bologna mirror doesn't work; you can use ftp://mirror.switch.ch/mirror/tex/systems/texlive/tlnet/ instead. *
There are other two option I'd like to talk about: -non-admin allows you to install Tex Live 2008 only for current user (with windows Vista); the second, if you need download files through a proxy, please look at this page: http://www.gnu.org/software/wget/manual/html_node/Proxies.html.

At this point, you will see a window like this one.


A (small) problem occurs: even if running the installer as a Windows Vista administrator, install-tl can't write inside Program files\ folder. So, you will create another texlive folder (in this example c:\tl2008\) and digit D and again change the TEXDIR with the your new path. Then, you can return to the previous menu and all TXMF folder - but TEXMFHOME - will install inside the specify directory.

OK, if you don't want to change any other option, you can now digit I and wait (also for a long time, depending to your internet connection speed - the whole installation took me almost 3 hours). The installation process ends with a message which informs you of a install-tl.log file stored inside the TeX Live main folder. A this point, inside Start menu a new folder texlive will be present.

Congratulations! TeX Live 2008 is now ready to run in your Windows Vista PC!

Oh, just the last thing: TeX Live 2008 takes care to install a *.ps viewer (PS_View) and a *.dvi viewer (DVIOUT). You will probably look for a *.pdf and, obviously, a LaTeX specific editor.

giovedì 30 luglio 2009

Cartella webcam HP + Quick Play

Dove vengono salvati i video acquisiti con la web cam integrata nei notebook HP dal programma Quick Play sotto Windows Vista?
Nella cartella
C:\Users\Public\Videos\Webcam HP

giovedì 23 luglio 2009

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!

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

martedì 27 gennaio 2009

Attivare "Ibernazione" in Fine della sessione di lavoro (Windows Vista)

Se l'opzione di ibernazione non è disponibile nella finestra di dialogo Fine della sessione di lavoro (ad esempio in seguito a "Eliminazione file ibernazione del sistema" durante l'utilità di pulizia dei dischi):
  • Start
  • Programmi
  • Accessori
  • Prompt dei comandi (click col DESTRO)
  • Esegui come amministratore
  • (Continua)
  • digitare:
powercfg /hibernate on
  • Invio

Fonte: Microsoft Aiuto&Supporto
Google

in tutto il web in 16marzo
Per scrivere con caratteri a spaziatura fissa
  questo è il codice 
And what about this one?