Kamis, 13 Maret 2025

Customizing Latex Font Style 3


Serif Fonts


This following Latex font suggest to minimal study on the screen only ( because more clear or comfortable to read ):
  • Mathematics Mode font ( Non-text mode ):
    • amsfonts
    • newtxmath
  • Text Mode font
    • newtxtext
    • libertine
This following Latex font suggest to study on almost many environment:
  • Mathematics Mode font ( Non-text mode ):
    • mathpazo
    • pxfonts
    • stix
  • Text Mode font
Type the latex source code in the monospace font formatting from above font lists to the parameter value for the usepackage command, for example:
\usepackage{amsfonts}

Write Math Mode In Bold

Type boldmath command to make the mathematics mode font more bold:
\boldmath
Type mahversion command will produce bolder alphabet characters and symbols, though big operators, like \sum, are not changed by default in the mathematics mode.:
\mathversion{bold}

Write Other Mode In Bold

Type normalfont and bfseries command to set the default font to bold for the next line:
\normalfont{\bfseries}
Type renewcommand and seriesdefault command to set the default font to bold for the next line:
\renewcommand{\seriesdefault}{bx}
Type renewcommand and seriesdefault  command to set the default font to semi bold for the next line:
\renewcommand{\seriesdefault}{sb}

Notes:

You can choose the other fonts according to your task requirement

Bibliography:

http://ctan.org/ ( manual book )
https://docs.aspose.com/ ( manual book )
https://en.wikipedia.org/
https://github.com/
https://tex.stackexchange.com/
https://www.sascha-frank.com/
https://www.tug.org/ ( manual book )
https://www.overleaf.com/

Tidak ada komentar:

Posting Komentar