我在这里寻找解决方案,尝试了很多方法,但都不起作用。我想将这本书的字体大小改为 10,不要改为小字体或大字体等。
给定的序言有可能吗?
\documentclass[10pt]{book}
% A6: 1.03, 2.305, 1.33, 1.73
\usepackage[top=1.83cm, bottom=2.105cm, outer=2.13cm, inner=2.53cm, headsep=7pt, a5paper]{geometry}
%Bibliography
\usepackage{natbib}
\usepackage{url}
\usepackage{enumerate}
\usepackage{rotating, graphicx}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{wrapfig}
\usepackage{setspace}
\usepackage{lscape}
\usepackage{rotating}
\usepackage{epstopdf}
\usepackage{MnSymbol}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage[table,xcdraw]{xcolor}
\usepackage{lscape}
\newcommand{\norm}[1]{\left\lVert#1\right\rVert}
\newcommand{\R}{\mathbb{R}}
\newcommand{\C}{\mathbb{C}}
\usepackage{amssymb}
\usepackage{mathtools}
\usepackage[mathscr]{euscript}
\usepackage{mathrsfs}
\usepackage{yfonts}
% Custom section/chapter titles
\usepackage[explicit]{titlesec}
% Drawing
\usepackage{graphics}
\usepackage{tikz}
\usepackage{tikzrput}
\usetikzlibrary{calc}
\usepackage{pgfornament}
\usepackage{pstricks}
% Fonts
%custom header/footer
\usepackage{fancyhdr}
\pagestyle{fancy}
% Custom background
\usepackage{background}
% Multi column
\usepackage{multicol}
\usepackage{multicolrule}
\setlength{\columnsep}{15pt}
% Table of contents
\usepackage[hidelinks]{hyperref}
\hypersetup{
colorlinks=false,
linktoc=all,
}
\usepackage{pbox}
%\usepackage[activate={true,nocompatibility}]{microtype}
\newcommand{\numcolumns}{1}
\newcommand{\lettrinelines}{5}
\linespread{0.8}
\input{formatting/formatting.tex}
谢谢!