Search found 4 matches

by enochlok
Fri Jan 23, 2009 4:37 pm
Forum: General
Topic: "self-referencing" Problem
Replies: 7
Views: 5152

Re: "self-referencing" Problem

Thanks for you guys help! But looks like I didn't make it clear...

I would like to have something like this:


***
Summary: This is a summary.

Example:
This is the example that is extracted from the appendix

Appendix:
This is the example that is extracted from the appendix

***

I wanna see if it ...
by enochlok
Fri Jan 23, 2009 10:08 am
Forum: General
Topic: "self-referencing" Problem
Replies: 7
Views: 5152

Re: "self-referencing" Problem

I use the following code:

***

\documentclass[11pt,a4paper]{article}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage[toc,page,titletoc]{appendix}
\usepackage{hyperref}
\begin{document}
In the \autoref{app:doc123} we have the...


\begin ...
by enochlok
Wed Jan 21, 2009 8:25 am
Forum: General
Topic: "self-referencing" Problem
Replies: 7
Views: 5152

Re: "self-referencing" Problem

I have tried, but nope.

the "autoref{app:...}" just gives me "section 1", but actually I want to have the whole paragraph appear before section 123.

Here is the code:
***
\documentclass[11pt,a4paper]{article}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage ...
by enochlok
Tue Jan 20, 2009 5:44 am
Forum: General
Topic: "self-referencing" Problem
Replies: 7
Views: 5152

"self-referencing" Problem

Hi all,


I am doing a transcription now, and I need to prepare a summary for it, by writing a sentence that summarize what the part of conversation is about.

I put the transcription as appendix in a latex file, and I wanna know, can I somehow "cross-reference" that part of conversation and should ...