
親愛的大家,我想使用以下範本來寫我們需要寫的提案:
當我編譯它時,出現以下錯誤,我無法解決
Package scrbase Error: unknown option `fontsize=11pt'. \KOMAExecuteOptions{fontsize=11pt}
你知道我需要做什麼嗎?
先致謝
答案1
將 移至fontsize=11pt
選項清單並刪除\KOMAExecuteOptions{fontsize=11pt}
\documentclass[%
% a5paper,
a4paper,
fontsize=11pt,
footinclude=true,
headinclude=true,
]{scrbook}
或者,您可以更改
\KOMAExecuteOptions={fontsize=11pt}
到
\KOMAoptions{fontsize=11pt}