Cite as:
Saad, T. "OriginLab Settings for High Quality Graphs".
Weblog entry from
Please Make A Note.
http://pleasemakeanote.blogspot.com/2009/06/originlab-settings-for-high-quality.html
Please Make a Note is a collection of science & technology tips and derivations that will make it easier for research scientists & engineers to perform the various tasks they are faced with. These notes cover a wide range of scientific topics, software, media, and data analysis utilities.
Thursday, June 25, 2009
OriginLab Settings for High Quality Graphs
Wednesday, June 24, 2009
Flashget Script Error/Flashget Recommends bar
In Flashget, go to:
View/Recommendation
and uncheck it.
Obviously, the ads displayed by flashget are generating an internet explorer script error. I never liked that recommend bar anyway.
Cite as:
Saad, T. "Flashget Script Error/Flashget Recommends bar".
Weblog entry from
Please Make A Note.
http://pleasemakeanote.blogspot.com/2009/06/flashget-script-errorflashget.html
Thursday, June 4, 2009
hyperref and pdfdraftcopy
There seems to be a problem when these two packages are used together. Try adding the following to your preamble – it worked well on my end
\makeatletter
\def\@DRAFTdimen{% copied from pdfdraftcopy.sty
\setlength\LLY{\paperheight}
\addtolength\LLY{-\textheight}
\addtolength\LLY{-\headheight}
\addtolength\LLY{-\headsep}
\addtolength\LLY{-1in}
\addtolength\LLY{-3pt}
\setlength\LLX{1in}
\ifodd\value{page}% was \thepage
\addtolength\LLX{\oddsidemargin}\else
\addtolength\LLX{\evensidemargin}\fi
\setlength\URX{\textwidth}
\setlength\URY{\textheight}
}
\makeatother
Voila!
Cite as:
Saad, T. "hyperref and pdfdraftcopy".
Weblog entry from
Please Make A Note.
http://pleasemakeanote.blogspot.com/2009/06/hyperref-and-pdfdraftcopy.html
Wednesday, June 3, 2009
Make Nomenclature in WinEdt
First, you need to download this file
http://www.winedt.org/Macros/LaTeX/MakeNomencl.php
Save it in the “Exec/MiKTeX” folder under your WinEdt path, e.g.
C:\Program Files\Winedt Team\WinEdt\Exec\MiKTeX
in WinEdt, do the following
- Right click on the Menu bar
- Select “Menu Steup”
- Double click on any of the menus where you would like your make nomenclature command to go (Accessories would be a good candidate)
- On your upper left, choose Insert->Macro
- Name the new command (Make Nomenclature)
- Under Macro, type the following: Exe('%b\Exec\MiKTeX\MakeNomencl.edt');
Voila!
Cite as:
Saad, T. "Make Nomenclature in WinEdt".
Weblog entry from
Please Make A Note.
http://pleasemakeanote.blogspot.com/2009/06/make-nomenclature-in-winedt.html