DataTex
DataTex copied to clipboard
DataTex is a tool for creating and managing LaTeX file databases, such as exercises, definitions, theorems, tables figures as well as Latex documents.
Can you provide more details for the installation part? I'm new with qt and have trouble figuring it out. Thanks
:eyes: Some Qt objects are created without specifying a corresponding pointer for the parameter “parent”. Examples: * BackUp constructor https://github.com/CSMathematics/DataTex/blob/99fda6b887907f2e8e6b8f2425b09b0c7df1ccec/datatex/backup.cpp#L63-L65 * DataTables::LoadFields https://github.com/CSMathematics/DataTex/blob/a6eff0873df20c42df2ff33eb7f0554f53e625a0/datatex/datatables.cpp#L278-L283 * InfoPage constructor https://github.com/CSMathematics/DataTex/blob/a6eff0873df20c42df2ff33eb7f0554f53e625a0/datatex/basefolder.cpp#L75-L93 * LatexTextBrowser constructor...
Would you like to wrap any pointers with the class template “[std::unique_ptr](https://en.wikipedia.org/wiki/Smart_pointer#unique_ptr "Description for the usage of smart pointers")”? Update candidates: - [AddDatabaseField](https://github.com/CSMathematics/DataTex/blob/99fda6b887907f2e8e6b8f2425b09b0c7df1ccec/datatex/adddatabasefield.cpp#L18) - [InfoPage](https://github.com/CSMathematics/DataTex/blob/a6eff0873df20c42df2ff33eb7f0554f53e625a0/datatex/basefolder.cpp#L75) - [NotesDocuments](https://github.com/CSMathematics/DataTex/blob/0181a85ca991167a16885742507c3416ffe962d0/datatex/notesdocuments.cpp#L16)
Adjustments and additions must be made so the software can be available for windows too.
The included pdf viewer shows works only in single page mode. Support for continuous page scrolling needs to be added.