Text FormattingUse 11pt font in LNCS

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
bomberb17
Posts: 12
Joined: Sun Feb 10, 2019 8:52 pm

Use 11pt font in LNCS

Post by bomberb17 »

Hello,
I would like to create a LNCS document but use 11pt font for the text. Can someone help me how to do that? (I see the normal font size commands define either 10pt or 12pt, but not 11pt)

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

bomberb17
Posts: 12
Joined: Sun Feb 10, 2019 8:52 pm

Use 11pt font in LNCS

Post by bomberb17 »

Answering my question, turns out to be very simple

Code: Select all

\documentclass[11pt]{llncs}
Post Reply