Search found 3 matches

by Eivissa
Tue Aug 25, 2015 7:30 pm
Forum: Graphics, Figures & Tables
Topic: Inserting a list within a table
Replies: 4
Views: 11279

Inserting a list within a table

Cheers Stefan, I don't really have a background in coding so this is what I've come up with as a mwe.

\documentclass{article}
\usepackage[utf8]{inputenc}

\begin{document}

\section{Work Experience}
\begin{tabular}{r|p{11cm}}
\emph{ddd} & Job \\
\textsc{Date}&\emph{Title}\\
&\footnotesize ...
by Eivissa
Tue Aug 25, 2015 3:55 pm
Forum: Graphics, Figures & Tables
Topic: Inserting a list within a table
Replies: 4
Views: 11279

Re: Inserting a list within a table

Anyone?
by Eivissa
Mon Aug 24, 2015 11:09 am
Forum: Graphics, Figures & Tables
Topic: Inserting a list within a table
Replies: 4
Views: 11279

Inserting a list within a table

Does anyone know how to do this?

I'm currently using sharelatex to make a CV, but I'm even finding this hard. The table in question is the one here:

picture1.jpg

But instead of just normal text on the left, I want to create an itemized list of what I did.

Here's the section of the code ...