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. php session和cookie知识

  2. 使用ALVideoPlayerSurface制作视频播放器

    头两天介绍了开源控件包alcinoe,现在利用其中的ALVideoPlayerSurface视频播放控件,实作一个视频播放器. 首先,建一个fmx项目,然后从组件面版,拖放一个TAlVideoPlay ...

  3. C#中数组数据类型字符串转double型问题

    再给你说一下我的意思吧.有一个string类型的数组a,a中的每一个元素实际上是一个小数,现在是想把a中的这些小数全都从string型转换成double类型,最后组成一个double型的数组b,说白了 ...

  4. 关闭所有的screen

    由于开了很多个screen同时工作,关闭是一个一个比较麻烦,写个命令在这以便日后想不起来时可以用到.1.先看看有多少个screen screen -ls |awk '/Socket/'|awk '{p ...

  5. SWIFT Scan QRCode

    SWIFT中扫描QRCode代码如下,照着敲一次再看下API的注释应该就没问题了. import UIKit import Foundation import AVFoundation class V ...

  6. JavaWeb中监听器+过滤器+拦截器区别、配置和实际应用

    JavaWeb中监听器+过滤器+拦截器区别.配置和实际应用 1.前沿上一篇文章提到在web.xml中各个元素的执行顺序是这样的,context-param-->listener-->fil ...

  7. C++ 泛型 编写的 数据结构 队列

    平时编程里经常需要用到数据结构,比如  栈和队列 等,  为了避免每次用到都需要重新编写的麻烦现将  C++ 编写的 数据结构 队列  记录下来,以备后用. 将 数据结构  队列  用头文件的形式写成 ...

  8. Dlib与OpenCV图片转换

    re: 1. https://zhuanlan.zhihu.com/p/36489663 2. https://stackoverflow.com/questions/38180410/convert ...

  9. 一年内自学MIT的33门课? 疯狂学习有方法

    [导读]能快速掌握复杂信息,对成就卓越事业至关重要.ScottYoung的学习过程不只适用于学生,同样有助于学习复杂技能的专业知识. 能快速掌握复杂信息,对成就卓越事业至关重要.ScottYoung的 ...

  10. test20190408(十二省联考)

    做了十二省联考的题.暂时只更几个比较可做的题目. 异或粽子 考试的时候乱搞了个做法.结果以每个大数据点 \(1900+\ ms\) 的优秀效率通过了此题... 乱搞 建一颗 \(Trie\) 树,显然 ...