Verifying TeX Live Installation

To verify if the installation has been successful, check that the size of the installed folder with custom selection is 429 MB.

Procedure

Use the following procedure to test if PDFs are being generated correctly.

Run the following command: Xelatex <tex file name>.

The tex file has the following changes as per new fonts:

  • For the LinLibertine font:
    \setmainfont{Linux Libertine}
  • For the Hanazono font:
    \\setCJKmainfont{HanaMinA}
    \\usepackage[CJKchecksingle]{xeCJK}