Search found 9 matches
- Thu Sep 27, 2018 5:50 pm
- Forum: Document Classes
- Topic: preamble not working for a new document
- Replies: 9
- Views: 12021
preamble not working for a new document
How do I compile with XeLaTeX (or LuaLaTeX)? Is this possible in overleaf?
- Thu Sep 27, 2018 5:26 am
- Forum: Document Classes
- Topic: preamble not working for a new document
- Replies: 9
- Views: 12021
preamble not working for a new document
Hmm it looks like it is working in overleaf version 1 but not version 2
- Thu Sep 27, 2018 5:21 am
- Forum: Document Classes
- Topic: preamble not working for a new document
- Replies: 9
- Views: 12021
preamble not working for a new document
I get an error message that looks exactly like this. I am confused because this exact preamble works for other documents.
Compile Error. Sorry, your LaTeX code couldn't compile for some reason. Please check the errors below for details, or view the raw log.
/usr/local/texlive/2017/texmf-dist/tex ...
Compile Error. Sorry, your LaTeX code couldn't compile for some reason. Please check the errors below for details, or view the raw log.
/usr/local/texlive/2017/texmf-dist/tex ...
- Wed Sep 26, 2018 8:28 pm
- Forum: Document Classes
- Topic: preamble not working for a new document
- Replies: 9
- Views: 12021
preamble not working for a new document
I got ride of wasysymb entirely, but my code is still not working. I am using overleaf.com. Here is my code now.
\documentclass[a4paper, fontsize=10pt]{scrartcl}
\usepackage{tasks}
\usepackage{multicol}
\usepackage{wrapfig}
\usepackage{textcomp}
\usepackage{mathrsfs}
\usepackage{amsfonts ...
\documentclass[a4paper, fontsize=10pt]{scrartcl}
\usepackage{tasks}
\usepackage{multicol}
\usepackage{wrapfig}
\usepackage{textcomp}
\usepackage{mathrsfs}
\usepackage{amsfonts ...
- Wed Sep 26, 2018 5:36 pm
- Forum: Document Classes
- Topic: preamble not working for a new document
- Replies: 9
- Views: 12021
preamble not working for a new document
Hello,
I was using this preamble and I wanted to use it again for my next document. It works for my previous document but now that I want to make a new, empty document it is not working. I will paste my entire code below. Whats wrong with it?
-Joe
\documentclass[a4paper, fontsize=10pt]{scrartcl ...
I was using this preamble and I wanted to use it again for my next document. It works for my previous document but now that I want to make a new, empty document it is not working. I will paste my entire code below. Whats wrong with it?
-Joe
\documentclass[a4paper, fontsize=10pt]{scrartcl ...
- Mon Sep 10, 2018 8:06 pm
- Forum: Graphics, Figures & Tables
- Topic: {multicol} not quite working well enough for my purpose
- Replies: 6
- Views: 3644
{multicol} not quite working well enough for my purpose
ok I got a question. Sometimes I do not want the examples to go a,b,c,d... I would rather them go 1,2,3... or maybe I want them bold or something. I would rather just type those in myself. how do I do this? notice how the first example is double labeled. thanks again, you are a wizard!
\noindent ...
\noindent ...
- Mon Sep 10, 2018 6:56 pm
- Forum: Graphics, Figures & Tables
- Topic: {multicol} not quite working well enough for my purpose
- Replies: 6
- Views: 3644
{multicol} not quite working well enough for my purpose
wait, I didn't put spaces in my sample text. I might have got it now. I will let you know if I have any more questions
- Mon Sep 10, 2018 6:53 pm
- Forum: Graphics, Figures & Tables
- Topic: {multicol} not quite working well enough for my purpose
- Replies: 6
- Views: 3644
{multicol} not quite working well enough for my purpose
this works in some ways, but in others it fails. If my instructions are longer than a single line, then the type goes off the page. Photo attached.
-Joe
\documentclass{article}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{tasks}
\newcommand*{\Scale}[2][4]{\scalebox{#1}{$#2 ...
-Joe
\documentclass{article}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{tasks}
\newcommand*{\Scale}[2][4]{\scalebox{#1}{$#2 ...
- Mon Sep 10, 2018 4:22 am
- Forum: Graphics, Figures & Tables
- Topic: {multicol} not quite working well enough for my purpose
- Replies: 6
- Views: 3644
{multicol} not quite working well enough for my purpose
I wrote many many examples sections like this (see attachment). I have them in format where they are just listed in succession. I am now trying to make them into two columns, but {multicolor} is reorganizing the list from top to bottom and I need them left to right like in the attachment. So then I ...