##// END OF EJS Templates
Match the max tooltip and bottom area sizes in the notebook....
Match the max tooltip and bottom area sizes in the notebook. This prevents the tooltip from going below the bottom of the page, which makes it inaccessible by any mechanism and thus useless.

File last commit:

r1261:a818e11a merge
r5490:2c9efed5
Show More
update_version.sh
3 lines | 84 B | application/x-sh | BashLexer
#!/bin/sh
ver=`ipython -V`
sed "s/__version__/${ver}/" manual_base.lyx > manual.lyx