【Latex】常用工具包

字体篇:

\usepackage{color}
{\color{red}{Hello World!}}

 

表格篇:

1.resizebox

\begin{table*}[!htb]
\centering
\caption{Instruction of User Study in RQ1 \textcolor{red}{consider cutting this table if need space}}
\label{tab:instruction}
\resizebox{17.6cm}{!}{
\begin{tabular}{|l|l|l|}
\hline
\multicolumn{1}{|c|}{Relevance}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        & \multicolumn{1}{c|}{Usefulness}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              & \multicolumn{1}{c|}{Diversity}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \\ \hline
\begin{tabular}[c]{@{}[email protected]{}}How relevant is the generated summary to \\ the query?\\ Options:\\ (1) Highly Irrelevant\\ the participant finds that there is absolutely \\ nothing in common between the query and summary.\\ (2) Irrelevant\\ the participant finds that the query and \\ summary have little in common.\\ (3) Neutral\\ the participant finds that the query and \\ summary are marginally relevant.\\ (4) Relevant\\ the participant finds that parts of the\\ summary are relevant with the query.\\ (5) Highly Relevant\\ the participant finds that most of thesummary are\\ relevant with the query.\end{tabular} & \begin{tabular}[c]{@{}[email protected]{}}How useful is the generated summary for \\ follow-up search?\\ Options:\\ (1) Highly Useless\\ the participant finds that the generated \\ summary does not help with follow-up search.\\ (2) Useless\\ the participant finds that the generated summary\\ does little help with follow-up search.\\ (3) Neutral\\ the participant finds that the generated summary\\ is marginally useful for follow-up search.\\ (4) Useful\\ the participant finds that the generated summary\\ provides a few of useful clues for follow-up \\ search.\\ (5) Highly Useful\\ the participant finds that the generated summary\\ provides many useful clues for follow-up search.\end{tabular} & \begin{tabular}[c]{@{}[email protected]{}}How diverse is the generated summary? \\ Options:\\ (1) Highly Identical\\ the participant finds that the generated summary\\ talks about only one minor aspect.\\ (2) Identical\\ the participant finds that the generated summary\\ talks about only one main aspect.\\ (3) Neutral\\ the participant finds that there is no need to\\ consider diversity for the generated summary.\\ (4) Diverse\\ the participant finds that the generated summary\\ talks about at least two minor aspect but main\\ aspects are not mentioned.\\ (5) Highly Diverse\\ the participant finds that the generated summary\\ talks about most of main aspects.\end{tabular} \\ \hline
\end{tabular}
}
\end{table*}

插入超链接:

\usepackage[colorlinks,linkcolor=red]{hyperref}
\href{input link here}{text}

公式篇:

$offer = surface \times force(now)$

$\mathit{offer = surface \times force(now)}$

时间: 2024-08-09 00:53:57

【Latex】常用工具包的相关文章

latex 常用小结

在写论文,甚至有些课程的报告的时候,latex是常用的工具.这篇博文简单的记录了latex常用的一些内容. 1 基本模块 没用过latex的读者,最想问的问题莫过于latex的 “hello world”程序长什么样.那么下面就贴一张图片来展示: latex就是通过一些列指令来控制排版的. 一些一目了然的参数我就不解释了.第一行的\documentclass{article},article就是指一般的文档格式.可以换成,其他的,比如book,就是书的版式,分成很多章节chapter,还有一些论

latex常用命令

首行不缩进:在顶格的段落前面加上 \noindent 增加空格:\vspace{长度}:精确增加垂直距离,\hspace{长度} 与 \addvspace{长度}:增加高度长度的垂直空间 在表达式的上.下方画出水平线:\overline{} 和 \underline{} latex常用命令 原文地址:https://www.cnblogs.com/tuji-sjp/p/8972133.html

Java常用工具包Jodd详解【java开发学习】

Jodd是一个Java工具包和微型框架,Jodd 工具包含一些实用的工具类和小型框架,增强了 JDK 提供很多强大的功能,可以帮助实现日常的开发任务,让代码更可靠:而Jodd 框架是一个轻量级的应用框架,设计遵循CoC.DRY和SCS原则,让开发更加简单. Jodd被分成众多模块,可按需选择,常用的Jodd模块有: Jodd工具类模块 1. jodd-core 一些工具类,包括Printf.JDateTime.StringUtil.Fast buffers等等 2. jodd-bean Bean

Latex常用数学符号

Reference 常用数学符号的 LaTeX 表示方法 Latex所有常用数学符号整理 - CSDN latex插入图片的文章 Side-by-side figures in LaTex 数学模式重音符号 $\hat{a}$ \hat{a} $\check{a}$ \check{a} $\tilde{a}$ \tilde{a} $\grave{a}$ \grave{a} $\dot{a}$ \dot{a} $\ddot{a}$ \ddot{a} $\bar{a}$ \bar{a} $\vec{

LaTeX常用篇(二)---上下标/分式/根式/求和/连乘/极限/积分/希腊字母

更新时间:2019.10.02 [TOC] 1. 序言 ??之前总结了一下latex的公式输入.但是俗话说得好,巧妇难为无米之炊.如果想要输入复杂的数学公式,光知道公式输入的方式是远远不够的,我们还需要了解公式中常用的组成部分. 2. 上下标 ??数学公式中的字母经常是带上标(幂/转置/导数等)和下标(矩阵元素位置/参数个数等)的,而用latex解决这个问题十分简单.可以使用^表示上标,使用_表示下标.当然要值得注意的是,当上下标的有多个(2个及以上)字符时,要用{}括起来. <!--来直接看几

转:Web优化 及常用工具包

Web优化: 减少http请求 避免404错误 在html页面header加入缓存标签 Gzip压缩网页 减少cookie体积 使用外部的js和css 消减js和css 压缩js 使用css sprites技术,众多图片合成在一起,通过CSS切分,降低图片传输的频率和数据量 可以使用静态网页的,避免使用动态网页 工具包 进程管理器,CPU,内存,I/O 日志:IIS日志,windows日志,系统本身日志 使用dotTrace,跟踪方法执行时间,找出速度慢的方法,针对性优化 Sql Profile

修改Latex常用编辑器WinEdt中的字号与字体 [转]

用latex编写科技文章已经是大多数科研工作者采用的方法,其编写效果是word所远不能及的.但是其效果只是在编译之后,之前文字那弱小的身躯确实令很多人无奈.10Pt的字体在以前14寸的电脑上看起来还是蛮大的.但是,如今如今电脑屏幕很阔绰,这样一来,tex中的字号太小,看着很不舒服.改动电脑屏幕分辨率显然不是一个好方法.文章要写,眼睛也要保护.那如何才能让科研.眼睛两不伤害呢?新浪LaTeX_Fun的博客提供的更改字号的方法http://blog.sina.com.cn/s/blog_5e16f1

Latex常用点

有的时候我们写文档会涉及到一些公共部分,这个公共的部分或许其他文档都会引用它的.比如我写<软件结构设计说明>时,有中英词汇对照,这些内容在<软件需求说明>里也可以使用.不同项目的<说明>里同样是通用的,为了改动一处,在所有的地方都改动的要求,可以使用Latex的引用文档,添加的内容只需要添加到一个地方,而其他地方相应的也更新了,更好反应了:一处更改,处处更改的思路. 添加如下语句即可: \input{../../Vocabulary/vocabulary} ../代表上

Apache commons (Java常用工具包)简介

Apache Commons是一个非常有用的工具包,解决各种实际的通用问题,下面是一个简述表, 详细信息访问http://jakarta.apache.org/commons/index.html BeanUtilsCommons-BeanUtils 提供对 Java 反射和自省API的包装 BetwixtBetwixt提供将 JavaBean 映射至 XML 文档,以及相反映射的服务. ChainChain 提供实现组织复杂的处理流程的“责任链模式”. CLICLI 提供针对命令行参数,选项,