Friday, April 13, 2018

older FIJI Jython scripts won't execute

see full explanation: http://forum.imagej.net/t/jython-isssue-with-if---name-----main--/5544/2

workaround: replace
 
if __name__=='__main__':

with

if __name__ in ['__builtin__', '__main__']:
    run_script()

Monday, April 2, 2018

How to keep a figure on the same page as its caption in Microsoft Word

 Insert caption in a separate paragraph.

On the Home tab, in the Paragraphs group, click the dialog launcher at the bottom right corner of the Paragraphs group to display the Paragraph dialog box. On the Line and Page Breaks tab, tick "Keep with next".

https://shaunakelly.com/word/layout/keep-with-caption.html