Our paper on "Spread Asynchronous Scrambled Coded Multiple Access (SA-SCMA)" was just presented at IEEE Globecom 2016, written with lyx.
For the presentation version, I used lyx with beamer with the metropolis theme, available here https://github.com/matze/mtheme and the following preamble (hopefully not mangled by cut/paste) \providecommand\suppressfontnotfounderror{\luatexsuppressfontnotfounderror} \usetheme{metropolis} \defbeamertemplate{footline}{my header}{% \vskip1pt% \makebox[0pt][l]{\,\insertsection}% \hspace*{\fill}\insertshorttitle\hspace*{\fill}% \llap{\insertpagenumber\,/\,\insertpresentationendpage\,} } \setbeamertemplate{footline}[my header] \setsansfont[BoldFont={Fira Sans SemiBold}]{Fira Sans Book} \usepackage{algorithm} \usepackage{listings} \usepackage{caption} \captionsetup{labelformat=empty,labelsep=none} \captionsetup[subfigure]{labelformat=empty,labelsep=none} \usepackage[style=authoryear,autocite=footnote,backend=bibtex,language=english] {biblatex} \addbibresource{/home/nbecker/spread-ascma/ascma.bib} \usepackage{pgfpages} \setbeameroption{show notes} \setbeameroption{show notes on second screen=right} \usepackage{siunitx} \usepackage{scrextend} \changefontsizes{9.5pt} \usepackage{appendixnumberbeamer} Thanks for all your great work on LyX!
