Alberto Pepe edited post.tex  over 10 years ago

Commit id: d38ad120ddff6ecbcb9963e29eaedc627c1e7a88

deletions | additions      

       

\end{quote}  \textbf{The longer answer}.   Authorea understands and renders markup languages such as Markdown, and LaTeX. But it does not rely on a compiler which takes TeX and spits out PDF. All the content created on Authorea is web-native. As we create more and more content on the web, we think that scholarly articles, too, should live on the web.  That said, we do enjoy and use LaTeX frequently at Authorea. This post for example, was written in LaTeX! Want to see? Let's grab a pre-baked equation, for example this Fourier transform and render it below (We use some amazing tools like \href{http://johnmacfarlane.net/pandoc/}{Pandoc} and \href{http://www.mathjax.org/}{MathJax} to convert between formats and render equations) below:  \verb|a \Leftrightarrow 2\pi a\sum\limits_{k = - \infty }^\infty {\delta (\omega + 2\pi k)} ,( - \infty < n < \infty )| 

We decided to support LaTeX from the very beginning, as it is the document preparation toolkit of choice for many (most?) researchers in the hard sciences. We think LaTeX is still the best programming language to tell a computer how to place text on a page. But the TeX project started pre-web, in 1978, and its scope and function are tightly linked to the \textbf{printed page}, not the \textbf{webpage}. Take, as an example a table definiton that begins with \verb|\begin{table}[ht]|. This table command instructs TeX to put the table in the page, here, where the table is declared (\verb|h|) AND at the top of the page (\verb|t|). The list of examples could go on and on --- think of minipage environments, page margins, text width parameters... all LaTeX notation that does really not make sense for a webpage.  What does the future hold for academic writing? We like to think that a few years from now we will format our research papers with the web version in mind, rather than the printed PDF. And \href{http://figshare.com/blog/Beyond_The_PDF_2_-_Resources_and_Highlights/76}{we are not alone}! LaTeX will very likely be used many years from now, but, we think, in a much more stripped-down, web-friendly incarnation, like the subset that Authorea currently supports. (We use some amazing tools like \href{http://johnmacfarlane.net/pandoc/}{Pandoc} and \href{http://www.mathjax.org/}{MathJax} to convert between formats and render equations).  Or maybe someday we will just \href{http://www.latex-community.org/forum/viewtopic.php?f=5&t=19553}{format papers using CSS stylesheets}?