Releases: PharmTeX/class
Releases · PharmTeX/class
PharmTeX v. 2.6.
PharmTeX v. 2.5.
PharmTeX class definition files v. 2.5.
- Added more functionality for external file systems.
- Minor bug fixes and improvements.
PharmTeX v. 2.4.
PharmTeX class definition files v. 2.4.
- Fixed warnings appearing for sub-bibliographies.
- Fixed bug with artifacts item IDs in list of items.
- Fixed bug appearing in some special cases when importing external PDF files.
PharmTeX v. 2.3.
PharmTeX class definition files v. 2.3.
- Modified position of List of Appendices in the document.
- Fixed issue with List of Appendices appearing despite no appendices being present.
- Added "qc" option for \documentclass to enable hyperlinks in F12 mode.
PharmTeX v. 2.2.
PharmTeX class definition files v. 2.2.
- Fixed bug with special characters in the .bib file.
- Fixed bug with APPENDICES and LIST OF APPENDICES sections not appearing in some cases.
- Add \ACRLONG to allow displaying of full term glossary entries with titlecase for all words.
PharmTeX v. 2.1.
PharmTeX class definition files v. 2.1.
- Added option to give global scale settings to figure arrays.
- Now fixing & and _ in .bib file in the background.
- Added option to not reset glossary first use for each appendix.
- Expanded list of subfigure letters with uppercases.
PharmTeX v. 2.0.
PharmTeX class definition files v. 2.0.
- Overhaul of PharmTeX setup.
- PharmTeX class v. 2.0 requires bundle v. 2.0.
- All PharmTeX class files (.cls, .sty, .bst, .pl, etc.) are now part of the bundle to limit the number of files present in the report directory. To upgrade the class version 1) overwrite all files present in the "pharmtex" subdirectory inside the PharmTeX bundle root folder with the files in the newest class zip file and 2) overwrite the files "executex" and "executex.bat" in your report folder with the ones in the newest class zip file.
- Temporary files generated by PharmTeX now resise in a subdirectory called "auxfiles".
- Added List of Appendices instead of having appendices as part of main Table of Contents.
- The \synopsis command load needs a filename/path as input to point to a file containing the synopsis. The enables better forward/backward search in Texstudio.
- Switched to using \citen (prints numbered citation), \citea (prints first author last name followed by numbered citation), and \citey (prints only year of citation).
- The Synopsis, Main Body, and each Appendix now has its own separate bibliography ("References" added if at least one citation is present). Combined with use of \citen, \citea, and \citey, this setup also automatically switches to the correct bibliography depending on where the \citen, \citea, or \citey command is used. Using \cite still works, but it discouraged as it always adds to the bibliography of the Main Body.
- F6 now opens a cheatsheet pdf file - noperl mode can now only be accessed command line.
- Improved handling of scaling merged columns and rows (\multicolumn and \multirow) by adding a similar capability to \multicolumn {=} option for column scaling that is seen for \multirow. This setup works for \pmxtable and \pmxtextable. The {=} option now scales each \multicolumn to the sum of the scales used in the justification field for \pmxtable and \pmxtextable. See the User Guide for more information.
- Added || option to figure arrays which forces a page break instead of a new row like for |. See the User Guide for more information.
- PDF comments are now possible using \pdfcomment. See the User Guide for more information.
- QA page is now loaded in the beginning of the report rather than at the end.
- In the List of Items, the items can now be sorted by either Item ID (default, use "itemsbyid" option for \documentclass) or by modification time (use "itemsbytime" option for \documentclass). See the User Guide for more information.
- For consistent naming, \pmxinput now does the same as \input, but with a file encoding check. Using \pmxinput is strongly recommended instead of using \input. At the same time, the past command called \pmxinput is now called \pmxtxt (loading of a text file with information into the body text of the document).
- The use of "a4paper" as an option to \documentclass now does the same as "isopaper".
- The "samepagelinks" option for \documentclass is now enabled by default - was disabled previously.
- Page margins are now formatted differently for easy of use, e.g. \pmxtop and \pmxbottom. See the User Guide for more information.
PharmTeX v. 1.15.
PharmTeX class definition files v. 1.15.
- Modifications to allow more customizable PharmTeX with custom add-on packages.
PharmTeX v. 1.14
PharmTeX class definition files v. 1.14.
- Added option to split figure arrays across pages with ||.
- Moved QA page to the front part of the document.
- Other minor changes.
PharmTeX v. 1.13
PharmTeX class definition files v. 1.13.
- Added option to \pmxtable and \pmxtable to leave column specification field blank and thus use all the columns available as left justified (L justification).
- Fixed bug with the pax package and other cases when using spaces in filenames.