The tag has no wiki summary.

learn more… | top users | synonyms

53
votes
9answers
3k views

How can you use LaTeX to write a document with other people?

I imagine that many users are or were [PhD] students, so I would like to know: how do you use LaTeX to write a document (like the final dissertation) that requires many revisions from other people. ...
8
votes
1answer
211 views

Notes after bibliography entry with Biber and biblatex

I'm using biblatex with Biber as a backend. I need to add a one-sentence note, in bold, after a few of my references in the bibliography. These notes are not contained in my .bib file; they are ...
12
votes
1answer
16k views

Add notes under the table

I'm using the latex package apa6e because the apa package isn't using APA style version 6 yet. Now I'm trying to add a table with notes right underneath it, like in this table for instance: Since ...
5
votes
1answer
594 views

Hyperref problems in Beamer when using notes

Update and MWE added I'm working with Beamer for the first time, and I want to use notes pages to prompt myself. However, when I turn them on, either by using either \documentclass[notes]{beamer} or ...
9
votes
2answers
970 views

Split beamer notes across multiple notes pages

I've only recently discovered the notes mode for beamer, and I'm trying to build a presentation with notes containing my speech. However, my speech is quite large, and is causing note page overflows. ...
5
votes
1answer
658 views

threeparttablex table notes for tabu tabulars with less than \textwidth

threeparttablex can be used to add table notes to tabu tabulars*. If the tabular spans \textwidth, the output is as expected. It seems however that the tablenotes environment does not adjust its width ...
5
votes
1answer
250 views

Swallowed space after \tnote

I'm using threeparttable to add table notes to a tabu tabular*. A common use case is to have a note at the end of a cell. If the note is however not added to a cell's last word, the following space is ...
11
votes
2answers
3k views

Best documentclass for class notes

Is there a documentclass specificaly for taking notes in a class? If not, what does the community see as things which should be included in such a class (which I'd be happy to write)? Edit: This was ...
9
votes
1answer
768 views

Cornell Notes - A lyx or latex solution needed

I teach academic writing to computing students and one of the tasks they have to carry out is to compile a set of research notes which can then be developed into an essay. I find that the Cornell ...
7
votes
2answers
3k views

Note below figure

I have a figure and include it in LaTeX using \includegraphics in a \figure floating environment. The caption is at the top. Basically I would like to have a note below the figure too. I see some ...
3
votes
1answer
407 views

margin notes on both sides of a single-column document

I have to write a paper for a course work. We are supposed to use a given layout with a single column text and margin notes on both sides - references on one side and section notes on the other. I ...
7
votes
1answer
411 views

How can I create a notes column in a document?

I need a document that has a notes column on the right hand side of each page starting after the contents page. This notes column should have the heading "Notes" , should be 50% of the size of the ...
6
votes
1answer
1k views

Table notes next to a table

Does anyone have a simple solution for using tables with notes (as in threeparttable's \tnote) in a way that lists the table notes on the right of the table, instead of underneath it? I have a table ...
4
votes
5answers
844 views

Taking notes while reading a journal paper

I'm reading journal papers in physics/electrical engineering. What is a suitable document class or package to help with taking notes? My idea would be having direct quotes on one side and my ...
2
votes
3answers
301 views

How to align p-values description in the notes of a table?

I am trying to format the p-values description in the notes of a table. The whole table layout is done with Stata (using command esttab) but changing the p-values format seems to be impossible. ...
1
vote
1answer
39 views

Is it possible to break up an align environment and keep the tab positions? [duplicate]

I'd like to take notes for a math class such that I can typeset a series of equations with the \align environment and make some text notes in between some of the lines. As far as I can tell, though... ...
1
vote
1answer
462 views

Beamer 2-up with projected frame above and notes below

How can I create a printout of my beamer slides 2-up, with the displayed frame on the top half, and the following \note{} frame on the bottom half of the page? If there is no \note{} page, the bottom ...