如何更改特定字母的高度/对齐方式——性别特定的排版 2024-5-24 • typography 在我的硕士论文中,我想使用一种全新的方法来表示性别特定的单词。我想使用 ¿ 符号,并希望符号从基线开始,而不是像默认的那样,从下行线开始。 以下是其外观以及我希望其外观的屏幕截图: 有人知道如何改变单个字母或符号的位置吗? 非常感谢! 答案1 将其功能定义为新的unicode字符: \documentclass{article} \usepackage{newunicodechar,graphicx} \newunicodechar{¿}{\rotatebox[origin=c]{180}{?}} \begin{document} Verbraucher¿nnen \end{document} 答案2 您可以\?为此目的进行定义。建议的宏会提升倒置的问号并将其重新缩放为与“i”相同的高度。不过,点略小一些。 \documentclass{article} \usepackage{graphicx} \DeclareRobustCommand\?{% \resizebox{!}{\fontcharht\font`i}{\raisebox{\depth}{¿}}% } \begin{document} Verbraucher\?nnen \end{document} 答案3 和stackengine。 \documentclass{article} \usepackage{stackengine} \DeclareRobustCommand\?{\abovebaseline[0pt]{¿}} \begin{document} Verbraucher\?nnen \end{document} 相关内容 对于编译来说空格和换行符有区别吗? 平均能量损失 规格摘录 服务器频繁获取只读文件系统 在 Word 中的脚注内添加尾注 Longtable 和修改后的 \footnoterule [重复] 除非通过 cmd 提示符,否则批处理文件不会以管理员身份运行 为戴尔 PowerEdge R210 添加网卡 SuSE 中的 /boot/messages? Windows 网络负载平衡管理器和 IIS 原始源 IP?