Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/configure.ac b/configure.ac | |
| index 81249bd..c76f394 100644 | |
| --- a/configure.ac | |
| +++ b/configure.ac | |
| @@ -24,10 +24,12 @@ AC_PROG_CXX | |
| AC_PROG_INSTALL | |
| AC_PROG_FC | |
| AC_PROG_F77 | |
| +#AC_F77_WRAPPERS | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def usage(): | |
| print """ | |
| Usage: python CompileFiguresTables.py --figlist <FILE> --nb <FILE>[,<FILE>,<file...] --out <STRING> | |
| This script compiles figures and tables with legends for a paper from an ipython notebook. | |
| Main text figures are compiled to A4 sized PDFs, with a specified layout, | |
| giving "A", "B", "C", etc. Figure legends and tables written to a .docx file. | |
| Supplemental figures and tables are compiled to a .docx file, with one |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.