Refaat Y Yakoub

Results 4 comments of Refaat Y Yakoub

This is also another [article](https://www2.mathematik.uni-halle.de/reports/sources/2016/01-2016.pdf) that touches on such methods.

Thank you for your reply, here are my findings to your questions: - Yes the javascript console shows an error that it couldn't load the file (latex_envs: error loading /nbextensions/latex_envs/envsLatex.json)...

Thank you. Removing the "/" fixed the problem. To your first question, I tried 3 different browsers, Chrome, Safari and IE. On Tue, Mar 28, 2017 at 12:04 PM, Jean-François...

Thank you. This worked. One suggestion though on: ```CMAKE if(TARGET ZLIB::ZLIB) target_link_libraries(HDF5::HDF5 INTERFACE ZLIB::ZLIB) endif() if(TARGET SZIP::SZIP) target_link_libraries(HDF5::HDF5 INTERFACE SZIP::SZIP) endif() ``` to change `ZLIB::ZLIB` to target name as it...