Created
August 6, 2014 17:59
-
-
Save heukirne/477a92beb92b63555fce to your computer and use it in GitHub Desktop.
sharelatex project structure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# db.projects.findOne(); | |
{ | |
"__v" : 0, | |
"_id" : ObjectId("53e10cd275dd421727dfc823"), | |
"collaberator_refs" : [ ], | |
"compiler" : "pdflatex", | |
"deletedByExternalDataSource" : false, | |
"deletedDocs" : [ ], | |
"description" : "", | |
"lastUpdated" : ISODate("2014-08-06T17:53:46.578Z"), | |
"name" : "Novo", | |
"owner_ref" : ObjectId("53e10cc175dd421727dfc821"), | |
"publicAccesLevel" : "private", | |
"readOnly_refs" : [ ], | |
"rootDoc_id" : ObjectId("53e10cd475dd421727dfc824"), | |
"rootFolder" : [ | |
{ | |
"_id" : ObjectId("53e10cd275dd421727dfc822"), | |
"docs" : [ | |
{ | |
"_id" : ObjectId("53e10cd475dd421727dfc824"), | |
"lines" : [ | |
"\\documentclass{article}", | |
"\\usepackage[utf8]{inputenc}", | |
"", | |
"\\title{Novo}", | |
"\\author{henrique }", | |
"\\date{August 2014}", | |
"", | |
"\\usepackage{natbib}", | |
"\\usepackage{graphicx}", | |
"", | |
"\\begin{document}", | |
"", | |
"\\maketitle", | |
"", | |
"\\section{Introduction}", | |
"There is a theory which states that if ever anyone discovers exactly what the Universe is for and why it is here, it will instantly disappear and be replaced by something even more bizarre and inexplicable.", | |
"There is another theory which states that this has already happened.", | |
"", | |
"\\begin{figure}[h!]", | |
"\\centering", | |
"\\includegraphics[scale=1.7]{universe.jpg}", | |
"\\caption{The Universe}", | |
"\\label{fig:univerise}", | |
"\\end{figure}", | |
"", | |
"\\section{Conclusion}", | |
"``I always thought something was fundamentally wrong with the universe'' \\citep{adams1995hitchhiker}", | |
"", | |
"\\bibliographystyle{plain}", | |
"\\bibliography{references}", | |
"\\end{document}", | |
"" | |
], | |
"name" : "main.tex", | |
"rev" : 1 | |
}, | |
{ | |
"_id" : ObjectId("53e10cd475dd421727dfc825"), | |
"lines" : [ | |
"@book{adams1995hitchhiker,", | |
" title={modifica},", | |
" author={Adams, D.},", | |
" isbn={9781417642595},", | |
" url={http://books.google.com/books?id=W-xMPgAACAAJ},", | |
" year={1995},", | |
" publisher={San Val}", | |
"}", | |
"" | |
], | |
"name" : "references.bib", | |
"rev" : 2 | |
} | |
], | |
"fileRefs" : [ | |
{ | |
"_id" : ObjectId("53e10cd475dd421727dfc826"), | |
"rev" : 0, | |
"created" : ISODate("2014-08-05T16:56:52.808Z"), | |
"name" : "universe.jpg" | |
} | |
], | |
"folders" : [ | |
{ | |
"_id" : ObjectId("53e26b6375dd421727dfc82d"), | |
"docs" : [ ], | |
"fileRefs" : [ | |
{ | |
"_id" : ObjectId("53e26b8375dd421727dfc82e"), | |
"rev" : 0, | |
"created" : ISODate("2014-08-06T17:53:07.508Z"), | |
"name" : "Xobni.jpg" | |
} | |
], | |
"folders" : [ ], | |
"name" : "pasta" | |
} | |
], | |
"name" : "rootFolder" | |
} | |
], | |
"spellCheckLanguage" : "en", | |
"useClsi2" : true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment