As You adviced, I run
sudo apt-get install texlive-full
and it was solution of my problem. Thank You very much.
By the way, do You know whether does exist any pedagogical tutorial concerning LeTeX configuration and system contents? For example, I am always afraid to try tell LaTeX that my document ...
Search found 20 matches
- Mon Dec 12, 2011 7:14 pm
- Forum: General
- Topic: PDFLaTeX on Ubuntu 11.10 fails
- Replies: 2
- Views: 15805
- Mon Dec 12, 2011 12:59 am
- Forum: General
- Topic: PDFLaTeX on Ubuntu 11.10 fails
- Replies: 2
- Views: 15805
PDFLaTeX on Ubuntu 11.10 fails
Hi,
adjusting LaTeX for my needs has been for me a fathomless thing since I used LaTeX. Could you write me how to enforce LaTeX, under Ubuntu 11.10, that commands for Polish language would be respected (the language support for polish is installed for the system)? Copying, from internet resources ...
adjusting LaTeX for my needs has been for me a fathomless thing since I used LaTeX. Could you write me how to enforce LaTeX, under Ubuntu 11.10, that commands for Polish language would be respected (the language support for polish is installed for the system)? Copying, from internet resources ...
- Tue Apr 08, 2008 12:13 pm
- Forum: General
- Topic: how to glue two signs fastly
- Replies: 2
- Views: 2392
Re: how to glue two signs fastly
Thank you. I will try it.
- Tue Apr 08, 2008 11:12 am
- Forum: General
- Topic: how to glue two signs fastly
- Replies: 2
- Views: 2392
how to glue two signs fastly
There are in my text many sequences like:
"...sample text about temperature -70$^{\circ}$C and about other quantities..."
and standard LeTeX formating gives sometimes the sign "-" in the end of one line and the number "70" in the next one. How to tell LeTeX not to break the line in such case ...
"...sample text about temperature -70$^{\circ}$C and about other quantities..."
and standard LeTeX formating gives sometimes the sign "-" in the end of one line and the number "70" in the next one. How to tell LeTeX not to break the line in such case ...
- Thu Apr 03, 2008 8:56 pm
- Forum: General
- Topic: Antiqua font with all shapes
- Replies: 1
- Views: 2141
Antiqua font with all shapes
Could you write me where can I find some Antiqua font with all common shapes which can be declared by writing with default font. I try to choose something from
http://www.tug.dk/FontCatalogue/allfonts.html
but if math shape is accessible, there is not, for example, emphasis shape etc.
Marek.
http://www.tug.dk/FontCatalogue/allfonts.html
but if math shape is accessible, there is not, for example, emphasis shape etc.
Marek.
- Sun Mar 30, 2008 5:04 pm
- Forum: General
- Topic: Why figures appear sometimes UNDER the line of the footnote?
- Replies: 0
- Views: 1519
Why figures appear sometimes UNDER the line of the footnote?
Why figures (may be only SCfigure) appear sometimes UNDER the line of the footnote? How to prevent this action? Marek.
- Fri Mar 28, 2008 1:15 pm
- Forum: General
- Topic: The bibliography
- Replies: 1
- Views: 1838
Re: The bibliography
I have found myself the solution:
If you have
\bibitem{label1} A.~Bcd: Review, 2008
\bibitem{label2} E.~Fgh: Paper, vol, 1891
transform each of items in the form:
@misc{label1,
note = "A.~Bcd: Review, 2008"}
@misc{label2,
note = "E.~Fgh: Paper, vol, 1891"}
then write the list as *.bib, then use it ...
If you have
\bibitem{label1} A.~Bcd: Review, 2008
\bibitem{label2} E.~Fgh: Paper, vol, 1891
transform each of items in the form:
@misc{label1,
note = "A.~Bcd: Review, 2008"}
@misc{label2,
note = "E.~Fgh: Paper, vol, 1891"}
then write the list as *.bib, then use it ...
- Thu Mar 27, 2008 11:33 pm
- Forum: General
- Topic: Wrap figs.
- Replies: 2
- Views: 2422
Re: Wrap figs.
I am not fluent in LaTeX but I recommend you to take a look at:
http://tex.imm.uran.ru/tex/figure/node1.html
Best regards. Marek.
http://tex.imm.uran.ru/tex/figure/node1.html
Best regards. Marek.
- Thu Mar 27, 2008 11:09 pm
- Forum: General
- Topic: How to force placing the figure in the given section?
- Replies: 4
- Views: 32840
Re: How to force placing the figure in the given section?
Than you very much for the advices. Unfortunately placeins does not work (I have learned how it works using: http://www.let.rug.nl/alfa/tex/tetex30/latex/placeins/placeins.txt). But the ...{figure}[!ht] fully suffices to solve my problem though I have probably not understood the meaning of ...
- Thu Mar 27, 2008 3:11 pm
- Forum: General
- Topic: How to force placing the figure in the given section?
- Replies: 4
- Views: 32840
How to force placing the figure in the given section?
How to force placing the figure anywhere but in the given (sub)section? The figure's option [h] is to strong.