latex 入门及使用

LaTeX新人教程,30分钟从完全陌生到基本入门

>> vim test.tex

\documentclass[11pt,twoside,a4paper]{article}
\usepackage{CJKutf8} % 支持中文楷体
\usepackage{indentfirst} % 首行缩进2空格
\usepackage{multicol}   % 两列
\usepackage{amsmath,amssymb} % 支持数学公式
\usepackage{latexsym}
\usepackage{geometry} % 页边距等设置
\geometry{left=2cm,right=2cm,bottom=3cm,top=2.5cm}
\setlength{\parskip}{10pt} % 段落间距
\renewcommand{\raggedright}{\leftskip=0pt \rightskip=0pt plus 0cm}

\author{WeiHong Miao \\ \small{School of Computer Science and Technology Sun Yat-sen University,GuangZhou,510006}}
\title {COM: a Generative Model for Group Recommendation }
\date {September 05,2015}
% 正文开始
\begin{document}
\maketitle
\begin{CJK*}{UTF8}{gkai}
\begin{multicols}{2}
\begin{abstract}
With the rapd development of online social networks,a growing number of people are willing th share their goup activites,e.g.,having dinners with colleagues,and watching movies with spouses.This motivates the studies on group recommendation,which aims to recommend items for a group of users.Goup recommendation is a challenging problem because different group members have different preferences,hand how to make a trade-off among their preferences for recommendation is still an open problem.
\par \textbf{Categories and Subject Descriptors} [Information Search and Retrieval]: Information Filtering
\par \textbf{Keywords} CRF,Collaborative Filtering,Topic Models,Word2vec
\end{abstract} \section{introduction} \par Recommender systems(RS) aim to suggest items for users based on their preferences,and they have been widely deployed to asist users to select items in various fields,such as movies(Netflix),products(Tmall), restaurants(Yelp), etc.A number of recommendation techniques have been proposed,such as user/itembeased collaborative filtering(CF)\cite{DK1,DK2},clustering CF[24],matirx factorization[11],etc.,and most of them focus on producting recommedndations for individual users.However,people often participate in activities together with others,e.g.,having dinners with colleagues,watching movies with spouses.
$ \int _a^b f(x)dx $
处理楷体字
\section {related work}
we first briefly review recommendation systems in general,and then focus on techniques for group recommendation.
\subsection{Recommender Systems}
Recommender systems can be classified into threee categories:content-based,collatborative filterging(CF),and hybrid recommendation approaches[1].The content-based approaches make recommendations based on the content features of users(e.g.,age,gender,etc.)
\subsection{Group recommendation}
Recommender systems can be classified into threee categories:content-based,collatborative filterging(CF),and hybrid recommendation approaches[1].The content-based approaches make recommendations based on for various domains,such as web/news pages,tourism,restaruants,music,TV programs.
\ldots which has serveral advatages.
\begin{equation}
I_D = I_F - I-R
\end{equation}
\ldots
\section{Consensus model}
We first define the group recommendation problem in section 3.1,and then introduce the proposed consensus model(COM) in section 3.2.After that the inference algorithm and the recommendation method are presentd in Section 3..3 and 3.4,respecitively.Finally,we present how to incorporate content information into the model in section 3.5.All the notations used in this paper are listed in Table1.
\subsection{consensus model for group recommendation} \par
Recommender systems can be classified into threee categories:content-based,collatborative filterging(CF),and hybrid recommendation approaches[1].The content-based approaches make recommendations based on
\subsection{Problem Statement}Let U,I,G be the user,item and group sets,respectively. A group g Recommender systems can be classified into threee categories:content-based,collatborative filterging(CF),and hybrid recommendation approaches[1].The content-based approaches make recommendations based on.
\subsection {Word Mover's Distance}
\paragraph{nBOW representation.} We can think of the vectord as a point on the n-1 dimentsional simplesx of word distributions.Tw3o documents with different unique words will lie in different regions of this simplex.However
\paragraph{Word travel cost.} Our goal is to incorporate the semantic similarity between indival word pairs(e.g President an Obama) into the document distance metri into the document distance metricc \\
\textbf {Word travel cost.} Our goal is to incorporate the semantic similarity between indival word pairs(e.g President an Obama) into the document distance metri into the document distance metricc \textbf {Word travel cost.} Our goal is to incorporate the semantic similarity between indival word pairs(e.g President an Obama) into the document distance metri into the document distance metricc \\ \subsection{ Parameter Estimation}
some math formulars:
Fraction $$\frac{a}{b}$$
Power $$ a^b $$
Subscript $a_b$
Derivation $\frac{\partial y}{\partial t}$
Vector $\vec{n}$
Bold $\mathbf{n} $
To time differential $\dot{F}$
Matrix (lcr here means left, center or right for each column)
\[
\left[
\begin{array}{lcrcc}
a1 & b2 & c333 &jk & fjsjk \\
d444 & e555555 & f6 &jksasld & fjkas
\end{array}
\right]
\] \\
Equations
\begin{align}
a+b &= c \\
d+gjsk &= e+f+g
\end{align} \[
\left\{ \begin{aligned} &a+b=c\\ &d=e+f+g \end{aligned} \right.
\] \begin{center}
\begin{tabular}{|c|c|}
\hline
a & b \\
\hline
c & d \\ \hline \end{tabular} \end{center} \begin{thebibliography}{123456}
\bibitem{DK1} JK.Miao sysu,T.A.O.C.P.,Vol.1,Addison-Wesley,1997.
\bibitem{DK2} fhsdakfasdj
\end{thebibliography} \end{multicols}
\end{CJK*}
\end{document}

>> pdflatex test.tex

>> evince test.tex

latex 入门及使用的更多相关文章

  1. LaTeX入门教程

    LaTeX(LATEX,音译"拉泰赫")是一种基于ΤΕΧ的排版系统,由美国计算机学家莱斯利·兰伯特(Leslie Lamport)在20世纪80年代初期开发,利用这种格式,即使使用 ...

  2. LaTeX入门教程(二)

    LaTeX(LATEX,音译"拉泰赫")是一种基于ΤΕΧ的排版系统,由美国计算机学家莱斯利·兰伯特(Leslie Lamport)在20世纪80年代初期开发,利用这种格式,即使使用 ...

  3. [Z]LaTeX入门教程

    LaTeX入门教程 Contents TEX/LATEX是什么? 为什么要用TEX/LATEX? 安装 开始使用 数学符号使用中文文章的各个部分表格 行内公式与行间公式 上标与下标 常见的数学公式 行 ...

  4. LaTeX入门教程(一)

    LaTeX(LATEX,音译“拉泰赫”)是一种基于ΤΕΧ的排版系统,由美国计算机学家莱斯利·兰伯特(Leslie Lamport)在20世纪80年代初期开发,利用这种格式,即使使用者没有排版和程序设计 ...

  5. Latex 入门教程

    Latex 入门教程 学习途径:LaTex入门_哔哩哔哩_bilibili 运行环境:texlive2021.texstudio-4.1.2-win-qt6 1. 基本结构 整个 Latex 文件分为 ...

  6. LaTeX入门

    原写于我的洛谷博客,由于洛谷的\(\mathtt{markdown}\)编辑器和博客园的\(\mathtt{markdown}\)编辑器有点差别,所以实在懒得进行微调,就直接挂一个到洛谷博客的链接好了 ...

  7. [knownledge][latex] LaTex入门

    序言 最近需要写一份文档, 时间也不是特别紧. 之前一直用markdown写文档. 始终想学一下LaTex, 毕竟是学术论文界的工具. 在提及LaTex的内容之前. 事必是一定要首先提及高德纳的. 他 ...

  8. LaTeX入门简介

    原创链接 http://blog.csdn.net/perfumekristy/article/details/8515272 1.LaTeX软件的安装和使用 方法A(自助):在MikTeX的官网下载 ...

  9. LaTeX 课本、LaTeX 学习方法、LaTeX 入门(2)

    1. 关于TeX,LaTeX,MikTex,CTeX等的区别 2. 课本 课本1 >> 下载链接:复制链接到迅雷或IDM下载很快 课本2 >> 下载链接:复制链接到迅雷或IDM ...

随机推荐

  1. uri 定义

    function path(){ $path=explode("/",$_SERVER['REQUEST_URI']); unset($path[(count($path)-1)] ...

  2. Redis学习第五课:Redis Set类型及操作

    Set是集合,它是string类型的无序集合.set是通过hash table实现的,添加.删除和查找的复杂度都是O(1). 对集合我们可以取并集.交集.差集.通过这些操作我们可以实现SNS中的好友推 ...

  3. 升级 macOS Mojave 后部分软件 (如 VS Code) 字体变虚的解决方法

    目前有些朋友的设备可能还是“非 Retina” 显示器,那这样如果升级到 Mojave 后你会发现文字不清晰了,这是因为 Mojave 默认关闭了文字次像素渲染字体,你需要在终端里执行: defaul ...

  4. 转:devicePixelRatio和webkitBackingStorePixelRatio

    转:关于canvas在retina屏下绘制文字或图像模糊的解决方案 一.问题描述 最近在鼓捣canvas的时候,发现绘制在canvas上的文字(或图片)在retina屏幕上会出现显示模糊的问题,感觉很 ...

  5. rm: 无法删除"xxxx.dir": 是一个目录

    rm命令 -f:在删除过程中不给任何指示,直接删除. -r:将参数中列出的全部目录和子目录都递归地删除. -i:与-f选项相反,交互式删除,在删除每个文件时都给出提示. 删除文件可以直接使用rm命令, ...

  6. calc()语法

    什么是calc()? 学习calc()之前,我们有必要先知道calc()是什么?只有知道了他是个什么东东?在实际运用中更好的使用他. calc()从字面我们可以把他理解为一个函数function.其实 ...

  7. MySQL--REPLACE INTO更新自增列值引发的异常

    ##=====================================================================##测试环境:MySQL版本:MySQL 5.7.19复制 ...

  8. 通过torodb && hasura graphql 让mongodb 快速支持graphql api

    torodb 可以方便的将mongo 数据实时同步到pg,hasura graphql 可以方便的将pg 数据暴露为graphql api,集成在一起真的很方便 环境准备 docker-compose ...

  9. Python包管理工具easy_install使用

    easy_install是python的包管理工具,可以方便的下载.安装.更新python包,并可以自动处理相关依赖.类似于ruby的gem,java的maven,nodejs的npm. 安装方法有两 ...

  10. BAT编程

    echo 表示显示此命令后的字符  echo off 表示在此语句后所有运行的命令都不显示命令行本身  @与echo off相象,但它是加在每个命令行的最前面,表示运行时不显示这一行的命令行(只能影响 ...