Search found 62 matches
- Thu Nov 28, 2019 9:32 pm
- Forum: Math & Science
- Topic: A Times' clone that distinguishes between α and a
- Replies: 0
- Views: 85
A Times' clone that distinguishes between α and a
Sometimes we wish to typeset Reo timed data streams. Following §12 of Arbab's http://homepages.cwi.nl/~farhad/MSCS03Reo.pdf , we write ⟨α, a⟩: \documentclass{standalone} \usepackage{unicode-math} \setmathfont[Ligatures=TeX]{TeX Gyre Termes Math}%%% Using Times (more realistically: a Times' c...
- Tue Nov 26, 2019 5:34 pm
- Forum: BibTeX, biblatex and biber
- Topic: Why there is neither langukenglish nor langbritish (but langamerican) in biblatex?
- Replies: 2
- Views: 182
Why there is neither langukenglish nor langbritish (but langamerican) in biblatex?
The question is less about how to typeset this and that directly (say, typeset a biblio item all in German except the title, which should be typeset in British English). In fact, you would be able to answer the question directly if I post an MWE. The question is more about the semantics of language=...
- Tue Nov 26, 2019 4:47 pm
- Forum: BibTeX, biblatex and biber
- Topic: Why there is neither langukenglish nor langbritish (but langamerican) in biblatex?
- Replies: 2
- Views: 182
Why there is neither langukenglish nor langbritish (but langamerican) in biblatex?
Biblatex has langamerican and langenglish to specify that a cited piece of literature has been written in American English and an English of an unspecified kind, respectively. I think that this is done by saying language={langamerican} or language={langenglish} . Let assume that you wish to specify...
- Wed Nov 20, 2019 3:51 pm
- Forum: Text Formatting
- Topic: How to typeset double rule with text interrupting it? Topic is solved
- Replies: 9
- Views: 382
How to typeset double rule with text interrupting it? Topic is solved
well, if tabularx is needed, try Thanks a lot, rais! You could add \nopagebreak right after the second \orule , but I think it's good enough now. For your information, that's how the left overlap looks like in large magnification in evince after compiling with pdflatex: screenshot.png The right ove...
- Tue Nov 19, 2019 3:29 pm
- Forum: Text Formatting
- Topic: How to typeset double rule with text interrupting it? Topic is solved
- Replies: 9
- Views: 382
How to typeset double rule with text interrupting it? Topic is solved
looks promising Unfortunately, it breaks if you use the package tabularx (which is not uncommon in large monographs). The input \documentclass{article} \usepackage[USenglish,ngerman]{babel}% warning: last language option will be chosen for fixed text of environments like example or definition (...
- Tue Nov 19, 2019 2:01 pm
- Forum: Text Formatting
- Topic: How to typeset double rule with text interrupting it? Topic is solved
- Replies: 9
- Views: 382
How to typeset double rule with text interrupting it? Topic is solved
Double backslash and noindent is certainly wrong. Dunno what you are doing, but it can't be a solution. You are right. I meant \documentclass{article} \usepackage[USenglish,ngerman]{babel}%%% The main language is German \usepackage{lipsum} \pagestyle{empty} \newlength\drulesep% separation between t...
- Tue Nov 19, 2019 1:28 pm
- Forum: Text Formatting
- Topic: How to typeset double rule with text interrupting it? Topic is solved
- Replies: 9
- Views: 382
How to typeset double rule with text interrupting it? Topic is solved
The newly created \orule creates a vertical rule with the same thickness as the tabular's rules (\arrayrulewidth) and shifts everything that would protrude above the upper line of the double rule below the base line. What is shifted below the base line is hidden from LaTeX (the second [0pt] argumen...
- Mon Nov 18, 2019 5:35 pm
- Forum: Text Formatting
- Topic: How to typeset double rule with text interrupting it? Topic is solved
- Replies: 9
- Views: 382
How to typeset double rule with text interrupting it? Topic is solved
rais wrote:perhaps s.th. like this will do: [...]
Thank you. Your code gives me this:
In particular, the double line is unconnected to the rest of the table frame. Any idea of how to connect it?
- Sat Nov 16, 2019 7:24 pm
- Forum: Text Formatting
- Topic: How to typeset double rule with text interrupting it? Topic is solved
- Replies: 9
- Views: 382
How to typeset double rule with text interrupting it? Topic is solved
Let's assume we have the following junk to typeset (the right-hand side is not seen here): TII3.png Here is what I tried so far: \documentclass{article} \usepackage[USenglish,ngerman]{babel}%%% The main language is German \usepackage{tabularx} \usepackage{lipsum} \usepackage{calc} \usepackage{hhline...
- Sat Nov 16, 2019 6:32 pm
- Forum: New Members
- Topic: hello from greece! a new member!
- Replies: 8
- Views: 1588
hello from greece! a new member!
hello from greece! [...] and i am very impressed. Although i have so many things to learn. I suggest you start by learning \MakeUppercase :-). Perhaps, there might be even a package capitalizing all the instances of the words "greece" and "i" in text mode in a LaTeX document :-).