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. websevice之三要素

    SOAP(Simple Object Access Protocol).WSDL(WebServicesDescriptionLanguage).UDDI(UniversalDescriptionDi ...

  2. v-text、v-html、v-cloak、v-pre.md

    本篇文章,我们简单的介绍几个Vue内置指令的实现. v-text v-text的用法很简单,以下两个表达式的作用相同. <span v-text="msg"></ ...

  3. compile——生成ast

    刘涛 生成ast的函数是src/compiler/parser/index.js文件中的parse函数, 从这里入手,我们一起来看看一段html字符串,是如何一步步转换成抽象语法树的. 这一部分会涉及 ...

  4. 漂亮的各种弹出框 sweet alert

    Sweet Alert 是一个替代传统的 Alert 的提示效果.SweetAlert 自动居中对齐在页面中央,不管您使用的是台式电脑,手机或平板电脑看起来效果都很棒. 还带下拉 几种 动画效果 弹窗 ...

  5. ContentType&CORS&Git

    ContentType django内置的ContentType组件就是帮我们做连表操作 如果一个表与其他表有多个外键关系,我们可以通过ContentType来解决这种关联 from django.d ...

  6. vue 之 Vue.extend()

    Vue.extend( options ) 参数: {Object} options 用法: 使用基础 Vue 构造器,创建一个“子类”.参数是一个包含组件选项的对象. data 选项是特例,需要注意 ...

  7. Ubuntu终端点击确定按钮的方法

    Ubuntu终端里出现需要点击 确定 按钮的时候,直接鼠标点击 确定 是不生效的,这个时候需要利用tab键选中这个 确定 按钮,然后回车键就可以了.

  8. STM32中TIMx的映射及其通道

    TIMx,通道x,无映射,部分映射,完全映射    TIM1_CH1, PA8,    PE9,    TIM1_CH2, PA9,    PE11    TIM1_CH3, PA10,    PE1 ...

  9. POJ 2407:Relatives(欧拉函数模板)

    Relatives AC代码 Relatives Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 16186   Accept ...

  10. 在 Windows 10 中开启移动 WLAN 热点

    本文将介绍如何在 Windows 10 中开启移动 Wi-Fi 热点. This post is written in multiple languages. Please select yours: ...