Search found 63 matches
- Sat Dec 11, 2010 7:15 pm
- Forum: General
- Topic: LaTeX support for OpenType Math
- Replies: 3
- Views: 3027
Re: LaTeX support for OpenType Math
Thanks for your reply Frabjous. It is true that unicode-math can be used with LuaLaTeX, so I will probably go on with that. Now that I think about it, what I am more interested in right now is testing OpenType math (and not-math) features, kerning, alignment and other font properties, so I will ...
- Mon Dec 06, 2010 7:16 pm
- Forum: General
- Topic: LaTeX support for OpenType Math
- Replies: 3
- Views: 3027
LaTeX support for OpenType Math
In my renewed interest in typography I'm moving towards a more complete understanding of Unicode and OpenType. From what I've lately read, OpenType is clearly the way to go in digital typography, and most recent developments of TeX are aware of this. The most promising one from my point of view is ...
- Mon Sep 21, 2009 7:44 am
- Forum: Text Formatting
- Topic: footnotes: indented vs hanging?
- Replies: 3
- Views: 3845
Re: footnotes: indented vs hanging?
I see what you mean now. :) I have no idea of what guidelines are followed in each place, it would be nice to know indeed. The only book I have with me right now concerning style is Bringhurst and it recommends to use outdented numbers, and while at the main text the footnote mark appears as a ...
- Sun Sep 20, 2009 7:06 pm
- Forum: Text Formatting
- Topic: footnotes: indented vs hanging?
- Replies: 3
- Views: 3845
Re: footnotes: indented vs hanging?
That is purely a matter of the designer. A quick look at some of my books shows that both hanging and indented footnotes are present. It might be that different styles are generally followed in different countries or regions, but LaTeX's default is just the style they decided to use, nothing out of ...
- Sat Sep 19, 2009 8:39 am
- Forum: Graphics, Figures & Tables
- Topic: pst-plot package
- Replies: 8
- Views: 6240
Re: pst-plot package
I get no errors with the code above 

- Sun Sep 13, 2009 4:47 pm
- Forum: Fonts & Character Sets
- Topic: Old style fonts
- Replies: 14
- Views: 14170
Old style fonts
What about Garamond (\usepackage[garamond]{mathdesign})? It doesn't have that integral sign, but it is one of the most old-looking fonts IMO.
Cheers,
Keta
Cheers,
Keta
- Sat Jul 11, 2009 11:59 am
- Forum: General
- Topic: Multiple documents from one source
- Replies: 2
- Views: 6559
Multiple documents from one source
I finally found a solution. By trial and error, I managed to find that commands can be passed between quotes. So for the previous example, calling the tex file temp.tex, the following script would create the 2 pdf:
#!/bin/bash
cd ~/TeXs/Temp # This is the directory where the file is.
pdflatex ...
#!/bin/bash
cd ~/TeXs/Temp # This is the directory where the file is.
pdflatex ...
- Tue Jul 07, 2009 9:49 pm
- Forum: General
- Topic: Multiple documents from one source
- Replies: 2
- Views: 6559
Multiple documents from one source
OK, here's a first try, looks like it works correctly. Sorry if the French part is incorrect, I just used a web translator (sorry BTW if the English text is incorrect in first place :mrgreen: ).
\newif\iffr
\newif\ifen
\entrue
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[utf8 ...
\newif\iffr
\newif\ifen
\entrue
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[utf8 ...
- Mon Jul 06, 2009 11:02 pm
- Forum: General
- Topic: Multiple documents from one source
- Replies: 2
- Views: 6559
Multiple documents from one source
Hi all,
I'm doing my CV in three languages. The idea is to have a single tex file with all info, each language properly separated by a command, e.g \fr{info in French}\en{info in English}. Then, a shell script would process the file three times, each time with the proper \frtrue command or so. I ...
I'm doing my CV in three languages. The idea is to have a single tex file with all info, each language properly separated by a command, e.g \fr{info in French}\en{info in English}. Then, a shell script would process the file three times, each time with the proper \frtrue command or so. I ...
- Fri Jun 26, 2009 11:12 am
- Forum: Graphics, Figures & Tables
- Topic: \Ref and \label format
- Replies: 5
- Views: 4540
\Ref and \label format
My problem resolved when i put the label inside the caption:
\caption{Blabla. \label{myTable}}
Aron
Hi Aron,
What you were probably doing is putting the \label command before the caption. You don't need to write the label inside the caption, but after the caption:
\caption{Caption text ...
\caption{Blabla. \label{myTable}}
Aron
Hi Aron,
What you were probably doing is putting the \label command before the caption. You don't need to write the label inside the caption, but after the caption:
\caption{Caption text ...