[Tex/LaTex] microtype settings for Adobe Caslon Pro

fontsmicrotype

Has anyone developed microtype settings for Adobe Caslon Pro? After a lot of searching, I cannot find a definitive upstream source for the microtype package, and the latest version I can find (2.5 beta 8) seems not to have settings for Adobe Caslon Pro, hence I was wondering if anyone had developed them independently (again, searching online didn't come up with anything).

Best Answer

I'm currently using Adobe Caslon Pro in my document alongside micro type. These are the settings I have:

\usepackage[
  activate={true,nocompatibility},
  final,
  tracking=true,
  factor=1200,
  stretch=50,
  shrink=0
  ]{microtype}

These settings look great for me and so far these are the parameters I've been successfully able to tinker with. Be sure to use the beta of micro type (2.5 build8) to prevent any issues with xetex or luatex.

I'm building my documents via LuaLaTeX and I'm using microtype 2.5 beta 8. So far everything works fine.

Related Question