Why the interest in latexmkrc? We've recently had a number of users get in touch to ask how to do certain things with Overleaf, to which our answer has begun: "Firstly, create a custom latexmkrc file in your project...". Given that this isn't the most intuitive part of LaTeX, ...
Open this example in Overleaf TheLaTeX code above accesses the current font size via an internal LaTeX variable called\f@size, whose value can be typeset using a macro, such as\getfontsize, which can be defined as follows: \bgroup\catcode`@=11\gdef\getfontsize{\f@size pt}\egroup ...
Overleaf provides two folders to help organize your projects: Archived Projects: for projects you want to keep around (archive) but wish to remove from the main list in your project dashboard. Archived projects arenotin a queue to be deleted. ...
How-to guides Guide to Overleaf’s premium featuresLaTeX BasicsCreating your first LaTeX document Choosing a LaTeX Compiler Paragraphs and new lines Bold, italics and underlining Lists ErrorsMathematicsMathematical expressions Subscripts and superscripts Brackets and Parentheses Matrices Fractions and Binomials...
To build the cross-reference table, Overleaf processed the source code of 9 TeX engines to extract the list of primitives supported by each one: that process produced 9 text files (1 file per TeX engine). Those 9 sets of primitives were combined to create a “master list” which was, i...
Sometimes Overleaf will report errors which arise from files with names such asoutput.toc,output.bbl, etc., but those filesdon’t even exist in your project. So where do such filescome fromand, more importantly, how do youlocateandfixthe errors?
This is a continuation ofHow to write a LaTeX class file and design your own CV (Part 1), going over more options for creating a CV, and using class files to do so. In the last post, we had 2 files created:cv.texandmy_cv.cls. The conten file,cv.tex, contained the following: ...
This five-part series of articles uses a combination of video and textual descriptions to teach the basics of writing a thesis using LaTeX. These tutorials were first published on the original ShareLateX blog site during August 2013; consequently, today's editor interface (Overleaf) has changed ...
The following example, which can be opened directly in Overleaf, demonstrates the use of\setlengthand\arraystretchspacings. \documentclass{article}\begin{document}\section*{Table with default spacing}% A table with default row and column spacing\begin{tabular}{l c c}First Row&6&5\\Second Row&...
File-hosting services do change the structure of their link-sharing URLs—such asGoogle Drive security updates. Due to such changes, it’s impractical for Overleaf to provide fully documented URL-conversion processes, because any guidance could become outdated shortly after publication. Readers should...