Latex

latex / overleaf 使用技巧存档

- 如何使用 bibtex:http://www.taodudu.cc/news/show-5832925.html?action=onClick - 分章节 include 更清晰:https://blog.csdn.net/hahaha224/article/details/122601479 ......
使用技巧 overleaf 技巧 latex

在mac上使用不同的latex中文字体并修改字号

参考:[Mac中使用LaTeX的中文字体出现Package fontspec Error: The font “宋体“ cannot be found.解决方案](https://zorchp.blog.csdn.net/article/details/114054458?spm=1001.2101 ......
中文字体 字号 字体 latex mac

为 papermod 主题添加 Latex 支持

steps to follow 在themes/PaperMod/layouts/partials目录下创建math.html文件,文件内容如下 <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.2/dist/k ......
papermod 主题 Latex

Latex编译器推荐(面向初学者或者懒得折腾的朋友,主要针对windows用户)

原文链接:https://blog.sciencenet.cn/blog-478347-1215384.html 大家平时用的最多的排版工具想必就是Microsort的Word或者WPS了,所见即所得,Latex是另外一种排版工具,需要编译才可以生成pdf。相信大家在投稿的时候,会发现很多杂志都提供 ......
编译器 初学者 windows 朋友 用户

LaTeX排版系统_数学公式

## 数学公式的输入方式 摘自:https://zhuanlan.zhihu.com/p/456055339 方便的查询表:https://blog.csdn.net/gzj2013/article/details/82154617 ### 行内公式 行内公式通常使用`$..$`来输入,这通常被称为 ......
排版系统 公式 数学 系统 LaTeX

Latex输入非英语的外语

# Latex输入非英语的外语 能用的方法。未必是最好的方法。 ```latex \usepackage[语种1,语种2(默认)]{babel} \usepackage{fontspec} \begin{document} {\Huge \setsansfont{外语字体.ttf} 外语} \end ......
外语 Latex

Latex 的一些用法

大小自适应括号 > \left\{ \right. $$ \left\{ \begin{align} \end{align} \right. $$ 把文字圈起来 > \boxed{Latex} $$ \boxed{Latex} $$ 波浪 > 波浪 \sim > > 小于等于 \leq > > 约等 ......
Latex

Latex 标题与正文重合问题

在使用Latex的时候出现以下问题: ![image](https://img2023.cnblogs.com/blog/3182810/202305/3182810-20230526105128145-816806886.png) 即文章标题与文章正文出现重叠,\section{}失去了添加空白的 ......
标题 问题 正文 Latex

LaTeX 的学习笔记

摘自我的[洛谷博客](https://www.luogu.com.cn/blog/SunnyYuan/latex-di-xue-xi) 该文章被打开的次数(包括洛谷平台): ![](https://www.free-website-hit-counter.com/c.php?d=9&id=15077 ......
笔记 LaTeX

Latex常用公式

# 基本内容 ## 运算符号 ### 1.初级运算符 | 数学表达式 | LaTeX代码 | | : : | : : | | ${a}\cdot{b}$ | {a}\cdot{b} | | $a\times b$ | a\times b | | $a\div{b}$ | a\div{b} | | $ ......
公式 常用 Latex

latex小模版

``` %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass[12pt,a4paper]{article}% 文档格式 \usepackage{ctex,hyperref}% 输出汉字 \usepackage{ ......
模版 latex

latex .tex英文模板显示中文

用户手册: \setCJKmainfont{必须是支持中文的字体} 才会显示中文字体,否则还是方框。 ......
模板 latex tex

使用LaTeX的bibitems引用时按照引用顺序对文献进行编号

直接往tex文件中写入bibitem格式的参考文献难以满足按顺序引用文献的要求,参考https://zhuanlan.zhihu.com/p/468694034,可以使用GitHub的这个项目:https://github.com/LaTeX-Bibitem-Styler/latex-bibitem ......
顺序 文献 bibitems LaTeX

Latex字体大小

LaTeX字体大小设置 设置字体大小的基本尺寸为10pt,11pt和12pt,其中默认为10pt \documentclass[12pt]{article} 声明 对应字号 \tiny 5pt \scriptsize 7pt \footnotesize 8pt \small 9pt \normals ......
字体 大小 Latex

关于伪代码和表格宽度的设置 Latex

伪代码设置 首先是伪代码的包 跟algorithm相关的包有以下几个 algorithmalgorithmicalgorithmicxalgorithm2e 最早出现的 algorithm+algorithmic 第二个环境 algorithm+algorithmicx 第三个环境 algorith ......
宽度 表格 代码 Latex

latex 使用图片加入脚注

\begin{figure}[H] \centering \includegraphics[scale=0.8]{Quantization} \caption{对称量化与非对称量化对比图\protect\footnotemark[1]} \label{Quantization} \end{figur ......
脚注 图片 latex

LaTex排版,矢量图导入

使用LaTex排版图片,考虑到高清,一般都使用矢量图,制作矢量图可以用PowerPoint、Visio、Adobe Illustrator、draw.io等绘图工具,也可以编程来输出,比如用 Python及相关包、Matlab等。 导入图片,要用到 graphicx 宏包,\includegraph ......
矢量图 矢量 LaTex

LaTex使用总结

1、Table表格格式 有些会议和期刊提供的LaTex模板,其中的表格的caption显示都是大写的,如图: 要改成小写的话,可以添加几行, \usepackage{etoolbox} \makeatletter \patchcmd{\@makecaption} {\scshape} {} {} { ......
LaTex

LaTeX插入PDF图片空白太大,如何裁剪?

仅用作记录 见参考链接:https://blog.csdn.net/hanshuning/article/details/129610793 网址:https://pdfresizer.com/crop Latex表格 参考链接:https://www.tablesgenerator.com/ ......
空白 图片 LaTeX PDF

Google Chrome安装Mathjax插件在Github渲染LaTex公式

打开chrome应用商店,搜索MathJax 3 Plugin for Github,安装插件,在阅读Github上的Markdown文件时会自动渲染LaTex公式。 渲染前: 渲染后: 图片来源 在Edge上没有找到在Github渲染LaTex公式的插件qwq ......
公式 插件 Mathjax Google Chrome

Latex-and-Markdown-formulations

Latex 和 Markdown 公式 Datetime: 2023-04-23T15:34+08:00 Categories: Misc 阅读的最好方式是使用 Ctrl/Command + F,查找自己想要的公式、字符或其他。 比如搜索 密度 或 柔,就能找到对应的希腊字母 \rho,即 $\rh ......

数学的实践与认识 Latex

运行环境:TexStudio 最开始从官网下载的模板,打开都是乱码,参考了这篇文章 Latex中文乱码解决了 然后运行的时候,缺少了需要几个.sty,具体操作可以参照LaTeX 技巧 802:国内期刊 CCT 模板编译经验 - LaTeX科技排版工作室 (latexstudio.net) 终于可以运 ......
数学 Latex

latex font 手动指定文件

\documentclass[12pt]{book} \usepackage{xeCJK} \usepackage{fontspec} \usepackage{geometry} \geometry { paperheight=297mm, paperwidth=210mm, left=9mm, r ......
手动 文件 latex font

LaTeX--在双栏格式中插入单栏图片/表格

1. 照片双栏格式插入 \begin{figure} \includegraphics[width=\linewidth]{qian.jpg} \caption{Example of a figure caption.} \label{qian.jpg} \end{figure} 2. 照片单栏格式 ......
表格 格式 图片 LaTeX

【latex】公式指定宽度

用Latex排版时,公式长度超过行宽度时可以用 resizebox 对公式进行自动缩放,用法如下: 1、调用宏包: \usepackage{graphicx} 2、使用以下命令: \begin{equation} \resizebox{.9\hsize}{!}{$A+B+C+D+E+F+G+H+I+ ......
宽度 公式 latex

LaTex 笔记

前言 本文只讲了 LaTex 的一部分,要想了解 LaTex 的全部语法,详见 KaTex 官方文档。 基础 LaTex 里的公式都用 $ $ 或 $$ $$ 括起来。前者是行内公式,后者是行间公式。 基本运算符 | LaTex 代码 | 显示效果 | LaTex 代码 | 显示效果 | | | | ......
笔记 LaTex

Latex遇到的问题:Latex Misplaced alignment tab character &.

在LaTeX中&符号有特殊含义,不能直接写,需使用转义字符的形式,即\& 或者改为 and ......
Latex Misplaced alignment character 问题

latex · markdown | 如何编写矩阵、大公式

1 \left[\begin{array}{c} a & b \\ c & d \end{array}\right] 效果: $$ \left[\begin{array}{c} a & b \ c & d \end{array}\right] $$ 2 \min_{T_t^{set}}J=\lim_ ......
矩阵 公式 markdown latex 183

Latex使用注意事项

浅记一下笔记,虽然这一次用完之后估计很少用了。 准备工作 之前看过一些准备工作,要安装这个软件,那个软件巴拉巴拉。自己也试了几遍(还是没成功),然后就直接转战 overleaf了。直接上传到网页上,也不用自己安装,还方便分享给别人修改。 模板:写论文一定要有模板,latex也不例外。有了模板基本上很 ......
注意事项 事项 Latex
共102篇  :3/4页 首页上一页3下一页尾页