I was working on a figure in Adobe Illustrator today. The ai file had 32 embedded TIFF files (we tend to embed images rather than linking them for portability reasons). I wanted to change all of the images, but to do this I needed to know where the originals were. Clicking on the file shows […]
Tag: tftb
Tips From The Blog XIII: siunitx, Helvetica and LaTeX
I searched several times in vain to solve this problem. After finding a solution, I thought i’d put it up here. The problem Formatting of units using siunitx in LaTeX does not match the typeface of the body text. We like to use the helvet package to get a close approximation to Helvetica in LaTeX. […]
Find The Answer Within: using grep to find lost code
A short tech-tip this week. How can you find a line of code somewhere on your computer? I often find that I need to write a line of code and I can’t remember the exact syntax. To add to the frustration, I can remember writing a similar line before, but can’t remember in which file […]
Tips From The Blog XII: Improving your Twitter experience
This is a quick set of tips to improve your Twitter experience. YMMV on these tips. Plus I can see Twitter changing things so that they no longer work, but this advice is correct as of today. I see a lot of people on Twitter complaining about two things: These things seem to plague Twitter […]
Tips from the blog XI: docx to pdf
A long time ago I posted a little Automator routine to convert Word doc/docx files to PDF. Not long after that, this routine ceased to work due to changes in Microsoft Word (I think). It’s still very useful to convert a whole folder of docx files to PDF in order to avoid Word and just […]
In a Word: LaTeX to Word and vice versa
Here’s a quick tech tip. We’ve been writing papers in TeX recently, using Overleaf as a way to write collaboratively. This works great but sometimes, a Word file is required by the publisher. So how do you convert from one to the other quickly and with the least hassle? If you Google this question (as […]
Tips from the blog X: multi-line commenting in Igor
This is part-tip, part-adventures in code. I found out recently that it is possible to comment out multiple lines of code in Igor and thought I’d put this tip up here. Multi-line commenting in programming is useful two reasons: writing comments (instructions, guidance) that last more than one line the ability to temporarily remove a […]
Tips from the blog IX: running route
University of Warwick is a popular conference destination, with thousands of visitors per year. Next time you visit and stay on campus, why not bring your running shoes and try out these routes? Route 1 This is just over 10K and it takes you from main campus out towards Cryfield Pavilion. A path goes to […]
Tips from the blog VIII: Time Machine on QNAP NAS
This is just a quick tip as it took me a little while to sort this out. In the lab we have two QNAP TS-869 Pro NAS devices. Each was set up with a single RAID6 storage pool and I ran them as a primary and replicant via rsync. We recently bought a bigger server […]
Tips from the blog VII: Recolour Z-stack and Save Projection
I’m putting this up here in case it is useful for somebody. We capture Z-stacks on a Perkin Elmer Spinning Disk microscope system. I wanted to turn each stack into a single image so that we could quickly compare them. This simple macro does the job. We import the images straight from the *.mvd2 library using […]