From: <le...@us...> - 2007-02-17 07:01:35
|
Revision: 348 http://svn.sourceforge.net/qcell/?rev=348&view=rev Author: lessm Date: 2007-02-16 23:01:25 -0800 (Fri, 16 Feb 2007) Log Message: ----------- Modified Paths: -------------- trunk/qcell/doc/licenciate_thesis/chap6/bTools.png trunk/qcell/doc/licenciate_thesis/chap6/chap6.tex trunk/qcell/doc/licenciate_thesis/make.bat trunk/qcell/doc/licenciate_thesis/thesis.tex trunk/qcell/visgui/MainWindow.cpp Modified: trunk/qcell/doc/licenciate_thesis/chap6/bTools.png =================================================================== (Binary files differ) Modified: trunk/qcell/doc/licenciate_thesis/chap6/chap6.tex =================================================================== --- trunk/qcell/doc/licenciate_thesis/chap6/chap6.tex 2007-02-17 06:16:27 UTC (rev 347) +++ trunk/qcell/doc/licenciate_thesis/chap6/chap6.tex 2007-02-17 07:01:25 UTC (rev 348) @@ -1,4 +1,4 @@ -\usepackage{subfigure} +%\usepackage{subfigure} \chapterauthor{Leszek Smentek}{Obs\xB3uga programu} \label{chap:iop} @@ -271,8 +271,13 @@ \begin{figure}[htbp] \begin{center} \mbox{ - \subfigure {\scalebox{0.5}{\includegraphics[width=14cm]{chap6/iter1}}} \quad - \subfigure {\scalebox{0.5}{\includegraphics[width=14cm]{chap6/iter2}}} +% \subfigure { +\scalebox{0.5}{\includegraphics[width=14cm]{chap6/iter1}} +%} + \quad +% \subfigure { +\scalebox{0.5}{\includegraphics[width=14cm]{chap6/iter2}} +%} } \caption{Przebieg symulacji dla t=0,1} \label{fig:psdt01} @@ -282,8 +287,13 @@ \begin{figure}[htbp] \begin{center} \mbox{ - \subfigure {\scalebox{0.5}{\includegraphics[width=14cm]{chap6/iter3}}} \quad - \subfigure {\scalebox{0.5}{\includegraphics[width=14cm]{chap6/iter4}}} +% \subfigure { +\scalebox{0.5}{\includegraphics[width=14cm]{chap6/iter3}} +%} + \quad +% \subfigure { +\scalebox{0.5}{\includegraphics[width=14cm]{chap6/iter4}} +%} } \caption{Przebieg symulacji dla t=2,3} \label{fig:psdt23} @@ -352,4 +362,5 @@ Do przedstawienia poni\xBFszego eksperymentu u\xBFyto plik\xF3w "propagation1d.FQT", "propagation1d.N", "propagation1d.KI" znajduj\xB9cych si\xEA w katalogu "examples". + % vim:fencs=cp1250:fenc=cp1250 Modified: trunk/qcell/doc/licenciate_thesis/make.bat =================================================================== --- trunk/qcell/doc/licenciate_thesis/make.bat 2007-02-17 06:16:27 UTC (rev 347) +++ trunk/qcell/doc/licenciate_thesis/make.bat 2007-02-17 07:01:25 UTC (rev 348) @@ -19,7 +19,7 @@ %compile% echo Bibliography -bibtex %file +bibtex %file% echo After bibliography linking %compile% Modified: trunk/qcell/doc/licenciate_thesis/thesis.tex =================================================================== --- trunk/qcell/doc/licenciate_thesis/thesis.tex 2007-02-17 06:16:27 UTC (rev 347) +++ trunk/qcell/doc/licenciate_thesis/thesis.tex 2007-02-17 07:01:25 UTC (rev 348) @@ -24,7 +24,7 @@ % Bibliografia w zewn\xEAtrznym pliku z~Bibtexa \nocite{*} -\bibliographystyle{kupa} +\bibliographystyle{plplain} \bibliography{thesis} \appendix Modified: trunk/qcell/visgui/MainWindow.cpp =================================================================== --- trunk/qcell/visgui/MainWindow.cpp 2007-02-17 06:16:27 UTC (rev 347) +++ trunk/qcell/visgui/MainWindow.cpp 2007-02-17 07:01:25 UTC (rev 348) @@ -23,7 +23,7 @@ setDockNestingEnabled(true); baseDock = new BetterDockWidget(this); BaseTools* basetools = new BaseTools(baseDock); - baseDock->setWindowTitle(tr("Base tools")); + baseDock->setWindowTitle(tr("Basic tools")); baseDock->setWidget(basetools); baseDock->setDisabled(true); ((QVBoxLayout*)baseDock->layout())->addStretch(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |